Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Authenticator |
AuthenticatorApi.activateAuthenticator(java.lang.String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
Authenticator |
AuthenticatorApi.createAuthenticator(Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
Authenticator |
AuthenticatorApi.deactivateAuthenticator(java.lang.String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
Authenticator |
AuthenticatorApi.getAuthenticator(java.lang.String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Authenticator> |
AuthenticatorApi.listAuthenticators()
List all Authenticators
Lists all authenticators
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
AuthenticatorApi.createAuthenticator(Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
<T> T |
AuthenticatorApi.createAuthenticator(java.lang.Class<?> T,
Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
PagedList |
AuthenticatorApi.createAuthenticatorWithPaginationInfo(Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
<T> T |
AuthenticatorApi.replaceAuthenticator(java.lang.Class<?> T,
java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
PagedList |
AuthenticatorApi.replaceAuthenticatorWithPaginationInfo(java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.key(java.lang.String key) |
Authenticator |
Authenticator.name(java.lang.String name) |
Authenticator |
Authenticator.provider(AuthenticatorProvider provider) |
Authenticator |
Authenticator.settings(AuthenticatorSettings settings) |
Authenticator |
Authenticator.status(AuthenticatorStatus status) |
Authenticator |
Authenticator.type(AuthenticatorType type) |
Copyright © 2017-2022 Okta. All Rights Reserved.