Uses of Interface
com.okta.sdk.resource.Authenticator
-
Packages that use Authenticator Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of Authenticator in com.okta.sdk.client
Methods in com.okta.sdk.client that return Authenticator Modifier and Type Method Description Authenticator
Client. activateAuthenticator(java.lang.String authenticatorId)
Activate Authenticator Activates an authenticator by `authenticatorId`.Authenticator
Client. deactivateAuthenticator(java.lang.String authenticatorId)
Deactivate Authenticator Deactivates an authenticator by `authenticatorId`.Authenticator
Client. getAuthenticator(java.lang.String authenticatorId)
Get Authenticator Fetches an authenticator from your Okta organization by `authenticatorId`.Authenticator
Client. updateAuthenticator(Authenticator authenticator, java.lang.String authenticatorId)
Update Authenticator Updates an authenticatorMethods in com.okta.sdk.client with parameters of type Authenticator Modifier and Type Method Description Authenticator
Client. updateAuthenticator(Authenticator authenticator, java.lang.String authenticatorId)
Update Authenticator Updates an authenticator -
Uses of Authenticator in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return Authenticator Modifier and Type Method Description Authenticator
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)
-