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.createAuthenticator
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.AuthenticatorApi.deactivateAuthenticator
(String authenticatorId) 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.replaceAuthenticator
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticatorMethods in org.openapitools.client.api that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.activateAuthenticatorWithHttpInfo
(String authenticatorId) Activate an Authenticator Activates an authenticator by `authenticatorId`org.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.createAuthenticatorWithHttpInfo
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.org.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.deactivateAuthenticatorWithHttpInfo
(String authenticatorId) Deactivate an Authenticator Deactivates an authenticator by `authenticatorId`org.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.getAuthenticatorWithHttpInfo
(String authenticatorId) Retrieve an Authenticator Retrieves an authenticator from your Okta organization by `authenticatorId`AuthenticatorApi.listAuthenticators()
List all Authenticators Lists all authenticatorsorg.springframework.http.ResponseEntity<List<Authenticator>>
AuthenticatorApi.listAuthenticatorsWithHttpInfo()
List all Authenticators Lists all authenticatorsorg.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.replaceAuthenticatorWithHttpInfo
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticatorMethods in org.openapitools.client.api with parameters of type AuthenticatorModifier and TypeMethodDescription<T> T
AuthenticatorApi.createAuthenticator
(Class<?> T, Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.AuthenticatorApi.createAuthenticator
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.org.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.createAuthenticatorWithHttpInfo
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.AuthenticatorApi.createAuthenticatorWithPaginationInfo
(Authenticator authenticator, Boolean activate) Create an Authenticator Creates an authenticator.<T> T
AuthenticatorApi.replaceAuthenticator
(Class<?> T, String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticatorAuthenticatorApi.replaceAuthenticator
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticatororg.springframework.http.ResponseEntity<Authenticator>
AuthenticatorApi.replaceAuthenticatorWithHttpInfo
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticatorAuthenticatorApi.replaceAuthenticatorWithPaginationInfo
(String authenticatorId, Authenticator authenticator) Replace an Authenticator Replaces an authenticator -
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
(AuthenticatorStatus status) Authenticator.type
(AuthenticatorType type)