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 AuthenticatorClient. 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 AuthenticatorAuthenticator. activate()SuccessAuthenticatorAuthenticator. deactivate()SuccessAuthenticatorAuthenticator. setKey(java.lang.String key)AuthenticatorAuthenticator. setName(java.lang.String name)AuthenticatorAuthenticator. setProvider(AuthenticatorProvider provider)AuthenticatorAuthenticator. setSettings(AuthenticatorSettings settings)AuthenticatorAuthenticator. setStatus(AuthenticatorStatus status)AuthenticatorAuthenticator. setType(AuthenticatorType type)AuthenticatorAuthenticator. update()Update Authenticator Updates an authenticator
-