@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AuthenticatorApi extends Object
Constructor and Description |
---|
AuthenticatorApi() |
AuthenticatorApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
activateAuthenticator(String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
Authenticator |
activateAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
AuthenticatorMethodBase |
activateAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType)
Activate an Authenticator Method
Activates a Method for an Authenticator identified by `authenticatorId` and `methodType`
|
AuthenticatorMethodBase |
activateAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType,
Map<String,String> additionalHeaders)
Activate an Authenticator Method
Activates a Method for an Authenticator identified by `authenticatorId` and `methodType`
|
Authenticator |
createAuthenticator(Authenticator authenticator,
Boolean activate)
Create an Authenticator
Creates an authenticator
|
Authenticator |
createAuthenticator(Authenticator authenticator,
Boolean activate,
Map<String,String> additionalHeaders)
Create an Authenticator
Creates an authenticator
|
Authenticator |
deactivateAuthenticator(String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
Authenticator |
deactivateAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
AuthenticatorMethodBase |
deactivateAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType)
Deactivate an Authenticator Method
Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType`
|
AuthenticatorMethodBase |
deactivateAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType,
Map<String,String> additionalHeaders)
Deactivate an Authenticator Method
Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType`
|
ApiClient |
getApiClient() |
Authenticator |
getAuthenticator(String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
Authenticator |
getAuthenticator(String authenticatorId,
Map<String,String> additionalHeaders)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
AuthenticatorMethodBase |
getAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType)
Retrieve a Method
Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId`
|
AuthenticatorMethodBase |
getAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType,
Map<String,String> additionalHeaders)
Retrieve a Method
Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId`
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
List<WellKnownAppAuthenticatorConfiguration> |
getWellKnownAppAuthenticatorConfiguration(String oauthClientId)
Retrieve the Well-Known App Authenticator Configuration
Retrieves the well-known app authenticator configuration, which includes an app authenticator's settings, supported methods and various other configuration details
|
List<WellKnownAppAuthenticatorConfiguration> |
getWellKnownAppAuthenticatorConfiguration(String oauthClientId,
Map<String,String> additionalHeaders)
Retrieve the Well-Known App Authenticator Configuration
Retrieves the well-known app authenticator configuration, which includes an app authenticator's settings, supported methods and various other configuration details
|
List<AuthenticatorMethodBase> |
listAuthenticatorMethods(String authenticatorId)
List all Methods of an Authenticator
Lists all Methods of an Authenticator identified by `authenticatorId`
|
List<AuthenticatorMethodBase> |
listAuthenticatorMethods(String authenticatorId,
Map<String,String> additionalHeaders)
List all Methods of an Authenticator
Lists all Methods of an Authenticator identified by `authenticatorId`
|
List<Authenticator> |
listAuthenticators()
List all Authenticators
Lists all authenticators
|
List<Authenticator> |
listAuthenticators(Map<String,String> additionalHeaders)
List all Authenticators
Lists all authenticators
|
Authenticator |
replaceAuthenticator(String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
Authenticator |
replaceAuthenticator(String authenticatorId,
Authenticator authenticator,
Map<String,String> additionalHeaders)
Replace an Authenticator
Replaces the properties for an Authenticator identified by `authenticatorId`
|
AuthenticatorMethodBase |
replaceAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType,
AuthenticatorMethodBase authenticatorMethodBase)
Replace a Method
Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId`
|
AuthenticatorMethodBase |
replaceAuthenticatorMethod(String authenticatorId,
AuthenticatorMethodType methodType,
AuthenticatorMethodBase authenticatorMethodBase,
Map<String,String> additionalHeaders)
Replace a Method
Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId`
|
void |
setApiClient(ApiClient apiClient) |
public AuthenticatorApi()
public AuthenticatorApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Authenticator activateAuthenticator(String authenticatorId) throws ApiException
authenticatorId
- `id` of the Authenticator (required)ApiException
- if fails to make API callpublic Authenticator activateAuthenticator(String authenticatorId, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic AuthenticatorMethodBase activateAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)ApiException
- if fails to make API callpublic AuthenticatorMethodBase activateAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic Authenticator createAuthenticator(Authenticator authenticator, Boolean activate) throws ApiException
authenticator
- (required)activate
- Whether to execute the activation lifecycle operation when Okta creates the authenticator (optional, default to false)ApiException
- if fails to make API callpublic Authenticator createAuthenticator(Authenticator authenticator, Boolean activate, Map<String,String> additionalHeaders) throws ApiException
authenticator
- (required)activate
- Whether to execute the activation lifecycle operation when Okta creates the authenticator (optional, default to false)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic Authenticator deactivateAuthenticator(String authenticatorId) throws ApiException
authenticatorId
- `id` of the Authenticator (required)ApiException
- if fails to make API callpublic Authenticator deactivateAuthenticator(String authenticatorId, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic AuthenticatorMethodBase deactivateAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)ApiException
- if fails to make API callpublic AuthenticatorMethodBase deactivateAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic Authenticator getAuthenticator(String authenticatorId) throws ApiException
authenticatorId
- `id` of the Authenticator (required)ApiException
- if fails to make API callpublic Authenticator getAuthenticator(String authenticatorId, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic AuthenticatorMethodBase getAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)ApiException
- if fails to make API callpublic AuthenticatorMethodBase getAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<WellKnownAppAuthenticatorConfiguration> getWellKnownAppAuthenticatorConfiguration(String oauthClientId) throws ApiException
oauthClientId
- Filters app authenticator configurations by `oauthClientId` (required)ApiException
- if fails to make API callpublic List<WellKnownAppAuthenticatorConfiguration> getWellKnownAppAuthenticatorConfiguration(String oauthClientId, Map<String,String> additionalHeaders) throws ApiException
oauthClientId
- Filters app authenticator configurations by `oauthClientId` (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<AuthenticatorMethodBase> listAuthenticatorMethods(String authenticatorId) throws ApiException
authenticatorId
- `id` of the Authenticator (required)ApiException
- if fails to make API callpublic List<AuthenticatorMethodBase> listAuthenticatorMethods(String authenticatorId, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<Authenticator> listAuthenticators() throws ApiException
ApiException
- if fails to make API callpublic List<Authenticator> listAuthenticators(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic Authenticator replaceAuthenticator(String authenticatorId, Authenticator authenticator) throws ApiException
authenticatorId
- `id` of the Authenticator (required)authenticator
- (required)ApiException
- if fails to make API callpublic Authenticator replaceAuthenticator(String authenticatorId, Authenticator authenticator, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)authenticator
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic AuthenticatorMethodBase replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)authenticatorMethodBase
- (optional)ApiException
- if fails to make API callpublic AuthenticatorMethodBase replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase, Map<String,String> additionalHeaders) throws ApiException
authenticatorId
- `id` of the Authenticator (required)methodType
- Type of the authenticator method (required)authenticatorMethodBase
- (optional)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.