Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding
-
Packages that use AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding Modifier and Type Method Description static AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding
AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding. create(String key)
AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding
AuthenticationFactorSettingsClientAppSettings. getSharedSecretEncoding()
Indicates the type of encoding that the system should use to generate a shared secretstatic AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding
AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding[]
AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding Modifier and Type Method Description AuthenticationFactorSettingsClientAppSettings.Builder
AuthenticationFactorSettingsClientAppSettings.Builder. sharedSecretEncoding(AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding sharedSecretEncoding)
Indicates the type of encoding that the system should use to generate a shared secretConstructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding Constructor Description AuthenticationFactorSettingsClientAppSettings(Integer minPinLength, Integer maxFailuresBeforeWarning, Integer maxFailuresBeforeLockout, Integer initialLockoutPeriodInSecs, String lockoutEscalationPattern, Integer maxLockoutIntervalInSecs, AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo requestSigningAlgo, Integer policyUpdateFreqInDays, Integer keyPairLength, String deviceProtectionPolicy, Boolean unlockAppForEachRequestEnabled, Boolean unlockOnAppStartEnabled, Integer unlockAppIntervalInSecs, AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding sharedSecretEncoding, Boolean unlockOnAppForegroundEnabled)
Deprecated.
-