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 AuthenticatorClient. activateAuthenticator(java.lang.String authenticatorId)Activate Authenticator Activates an authenticator by `authenticatorId`.AuthenticatorClient. deactivateAuthenticator(java.lang.String authenticatorId)Deactivate Authenticator Deactivates an authenticator by `authenticatorId`.AuthenticatorClient. getAuthenticator(java.lang.String authenticatorId)Get Authenticator Fetches an authenticator from your Okta organization by `authenticatorId`.AuthenticatorClient. 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 AuthenticatorClient. 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 AuthenticatorAuthenticator. 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)
-