Uses of Class
com.okta.sdk.resource.model.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return AuthenticatorModifier 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`Methods in com.okta.sdk.resource.api that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionAuthenticatorApi.listAuthenticators()List all Authenticators Lists all authenticatorsAuthenticatorApi.listAuthenticators(Map<String, String> additionalHeaders) List all Authenticators Lists all authenticatorsMethods in com.okta.sdk.resource.api with parameters of type AuthenticatorModifier 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
Methods in com.okta.sdk.resource.model that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.links(AuthenticatorLinks links) Authenticator.provider(AuthenticatorProvider provider) Authenticator.settings(AuthenticatorSettings settings) Authenticator.status(LifecycleStatus status) Authenticator.type(AuthenticatorType type)