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