Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo |
AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo.create(String key) |
AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo |
AuthenticationFactorSettingsClientAppSettings.getRequestSigningAlgo()
Indicates which algorithm the system will use to sign requests
|
static AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo |
AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo[] |
AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo.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.requestSigningAlgo(AuthenticationFactorSettingsClientAppSettings.RequestSigningAlgo requestSigningAlgo)
Indicates which algorithm the system will use to sign requests
|
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.