Uses of Interface
com.okta.sdk.resource.authenticator.AuthenticatorSettings
-
Packages that use AuthenticatorSettings Package Description com.okta.sdk.resource.authenticator -
-
Uses of AuthenticatorSettings in com.okta.sdk.resource.authenticator
Methods in com.okta.sdk.resource.authenticator that return AuthenticatorSettings Modifier and Type Method Description AuthenticatorSettingsAuthenticator. getSettings()AuthenticatorSettingsAuthenticatorSettings. setAllowedFor(AllowedForEnum allowedFor)AuthenticatorSettingsAuthenticatorSettings. setAppInstanceId(java.lang.String appInstanceId)AuthenticatorSettingsAuthenticatorSettings. setChannelBinding(ChannelBinding channelBinding)AuthenticatorSettingsAuthenticatorSettings. setCompliance(Compliance compliance)AuthenticatorSettingsAuthenticatorSettings. setTokenLifetimeInMinutes(java.lang.Integer tokenLifetimeInMinutes)AuthenticatorSettingsAuthenticatorSettings. setUserVerification(UserVerificationEnum userVerification)Methods in com.okta.sdk.resource.authenticator with parameters of type AuthenticatorSettings Modifier and Type Method Description AuthenticatorAuthenticator. setSettings(AuthenticatorSettings settings)
-