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 AuthenticatorSettings
Authenticator. getSettings()
AuthenticatorSettings
AuthenticatorSettings. setAllowedFor(AllowedForEnum allowedFor)
AuthenticatorSettings
AuthenticatorSettings. setAppInstanceId(java.lang.String appInstanceId)
AuthenticatorSettings
AuthenticatorSettings. setChannelBinding(ChannelBinding channelBinding)
AuthenticatorSettings
AuthenticatorSettings. setCompliance(Compliance compliance)
AuthenticatorSettings
AuthenticatorSettings. setTokenLifetimeInMinutes(java.lang.Integer tokenLifetimeInMinutes)
AuthenticatorSettings
AuthenticatorSettings. setUserVerification(UserVerificationEnum userVerification)
Methods in com.okta.sdk.resource.authenticator with parameters of type AuthenticatorSettings Modifier and Type Method Description Authenticator
Authenticator. setSettings(AuthenticatorSettings settings)
-