Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and 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 secret
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationFactorSettingsClientAppSettings.Builder |
AuthenticationFactorSettingsClientAppSettings.Builder.sharedSecretEncoding(AuthenticationFactorSettingsClientAppSettings.SharedSecretEncoding sharedSecretEncoding)
Indicates the type of encoding that the system should use to generate a shared secret
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.