Uses of Class
com.okta.sdk.resource.model.Authenticator
-
Uses of Authenticator in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthenticatorApi.activateAuthenticator
(String authenticatorId) Activate an Authenticator Activates an authenticator by `authenticatorId`AuthenticatorApi.activateAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Activate an Authenticator Activates an authenticator by `authenticatorId`AuthenticatorApi.createAuthenticator
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticatorAuthenticatorApi.createAuthenticator
(Authenticator authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticatorAuthenticatorApi.deactivateAuthenticator
(String authenticatorId) Deactivate an Authenticator Deactivates an authenticator by `authenticatorId`AuthenticatorApi.deactivateAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Deactivate an Authenticator Deactivates an authenticator by `authenticatorId`AuthenticatorApi.getAuthenticator
(String authenticatorId) Retrieve an Authenticator Retrieves an authenticator from your Okta organization by `authenticatorId`AuthenticatorApi.getAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Retrieve an Authenticator Retrieves an authenticator from your Okta organization by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, Authenticator authenticator, Map<String, String> additionalHeaders) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`Modifier and TypeMethodDescriptionAuthenticatorApi.listAuthenticators()
List all Authenticators Lists all authenticatorsAuthenticatorApi.listAuthenticators
(Map<String, String> additionalHeaders) List all Authenticators Lists all authenticatorsModifier and TypeMethodDescriptionAuthenticatorApi.createAuthenticator
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticatorAuthenticatorApi.createAuthenticator
(Authenticator authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticatorAuthenticatorApi.replaceAuthenticator
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, Authenticator authenticator, Map<String, String> additionalHeaders) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId` -
Uses of Authenticator in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAuthenticator.links
(AuthenticatorLinks links) Authenticator.provider
(AuthenticatorProvider provider) Authenticator.settings
(AuthenticatorSettings settings) Authenticator.status
(LifecycleStatus status) Authenticator.type
(AuthenticatorType type)