Uses of Interface
com.okta.sdk.resource.authenticator.Authenticator
-
Packages that use Authenticator Package Description com.okta.sdk.client com.okta.sdk.resource.authenticator -
-
Uses of Authenticator in com.okta.sdk.client
Methods in com.okta.sdk.client that return Authenticator Modifier and Type Method Description Authenticator
Client. getAuthenticator(java.lang.String authenticatorId)
Success -
Uses of Authenticator in com.okta.sdk.resource.authenticator
Methods in com.okta.sdk.resource.authenticator that return Authenticator Modifier and Type Method Description Authenticator
Authenticator. activate()
SuccessAuthenticator
Authenticator. deactivate()
SuccessAuthenticator
Authenticator. setKey(java.lang.String key)
Authenticator
Authenticator. setName(java.lang.String name)
Authenticator
Authenticator. setProvider(AuthenticatorProvider provider)
Authenticator
Authenticator. setSettings(AuthenticatorSettings settings)
Authenticator
Authenticator. setStatus(AuthenticatorStatus status)
Authenticator
Authenticator. setType(AuthenticatorType type)
Authenticator
Authenticator. update()
Update Authenticator Updates an authenticator
-