Uses of Class
org.openapitools.client.model.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.openapitools.client.api
Methods in org.openapitools.client.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 authenticator.AuthenticatorApi.createAuthenticator(Authenticator authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticator.AuthenticatorApi.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 org.openapitools.client.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 org.openapitools.client.api with parameters of type AuthenticatorModifier and TypeMethodDescriptionAuthenticatorApi.createAuthenticator(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.AuthenticatorApi.createAuthenticator(Authenticator authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticator.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` -
Uses of Authenticator in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.provider(AuthenticatorProvider provider) Authenticator.settings(AuthenticatorSettings settings) Authenticator.status(LifecycleStatus status) Authenticator.type(AuthenticatorType type)