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.activateAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
Authenticator |
AuthenticatorApi.createAuthenticator(Authenticator authenticator,
Boolean activate)
Create an Authenticator
Creates an authenticator
|
Authenticator |
AuthenticatorApi.createAuthenticator(Authenticator authenticator,
Boolean activate,
Map<String,String> additionalHeaders)
Create an Authenticator
Creates an authenticator
|
Authenticator |
AuthenticatorApi.deactivateAuthenticator(String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
Authenticator |
AuthenticatorApi.deactivateAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
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.getAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(String authenticatorId,
Authenticator authenticator,
Map<String,String> additionalHeaders)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
Modifier and Type | Method and Description |
---|---|
List<Authenticator> |
AuthenticatorApi.listAuthenticators()
List all Authenticators
Lists all authenticators
|
List<Authenticator> |
AuthenticatorApi.listAuthenticators(Map<String,String> additionalHeaders)
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
|
Authenticator |
AuthenticatorApi.createAuthenticator(Authenticator authenticator,
Boolean activate,
Map<String,String> additionalHeaders)
Create an Authenticator
Creates an authenticator
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
Authenticator |
AuthenticatorApi.replaceAuthenticator(String authenticatorId,
Authenticator authenticator,
Map<String,String> additionalHeaders)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.key(String key) |
Authenticator |
Authenticator.links(AuthenticatorLinks links) |
Authenticator |
Authenticator.name(String name) |
Authenticator |
Authenticator.provider(AuthenticatorProvider provider) |
Authenticator |
Authenticator.settings(AuthenticatorSettings settings) |
Authenticator |
Authenticator.status(LifecycleStatus status) |
Authenticator |
Authenticator.type(AuthenticatorType type) |
Copyright © 2017–2023 Okta. All rights reserved.