| Package | Description | 
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorMethodBase | 
AuthenticatorApi.activateAuthenticatorMethod(String authenticatorId,
                           AuthenticatorMethodType methodType)
Activate an Authenticator Method
 Activates a Method for an Authenticator identified by `authenticatorId` and `methodType` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.activateAuthenticatorMethod(String authenticatorId,
                           AuthenticatorMethodType methodType,
                           Map<String,String> additionalHeaders)
Activate an Authenticator Method
 Activates a Method for an Authenticator identified by `authenticatorId` and `methodType` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.deactivateAuthenticatorMethod(String authenticatorId,
                             AuthenticatorMethodType methodType)
Deactivate an Authenticator Method
 Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.deactivateAuthenticatorMethod(String authenticatorId,
                             AuthenticatorMethodType methodType,
                             Map<String,String> additionalHeaders)
Deactivate an Authenticator Method
 Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.getAuthenticatorMethod(String authenticatorId,
                      AuthenticatorMethodType methodType)
Retrieve a Method
 Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.getAuthenticatorMethod(String authenticatorId,
                      AuthenticatorMethodType methodType,
                      Map<String,String> additionalHeaders)
Retrieve a Method
 Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId,
                          AuthenticatorMethodType methodType,
                          AuthenticatorMethodBase authenticatorMethodBase)
Replace a Method
 Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.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` 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AuthenticatorMethodBase> | 
AuthenticatorApi.listAuthenticatorMethods(String authenticatorId)
List all Methods of an Authenticator
 Lists all Methods of an Authenticator identified by `authenticatorId` 
 | 
List<AuthenticatorMethodBase> | 
AuthenticatorApi.listAuthenticatorMethods(String authenticatorId,
                        Map<String,String> additionalHeaders)
List all Methods of an Authenticator
 Lists all Methods of an Authenticator identified by `authenticatorId` 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorMethodBase | 
AuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId,
                          AuthenticatorMethodType methodType,
                          AuthenticatorMethodBase authenticatorMethodBase)
Replace a Method
 Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` 
 | 
AuthenticatorMethodBase | 
AuthenticatorApi.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` 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuthenticatorMethodOtp
AuthenticatorMethodOtp 
 | 
class  | 
AuthenticatorMethodPush
AuthenticatorMethodPush 
 | 
class  | 
AuthenticatorMethodSignedNonce
AuthenticatorMethodSignedNonce 
 | 
class  | 
AuthenticatorMethodSimple
AuthenticatorMethodSimple 
 | 
class  | 
AuthenticatorMethodTotp
AuthenticatorMethodTotp 
 | 
class  | 
AuthenticatorMethodWebAuthn
AuthenticatorMethodWebAuthn 
 | 
class  | 
AuthenticatorMethodWithVerifiableProperties
AuthenticatorMethodWithVerifiableProperties 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorMethodBase | 
AuthenticatorMethodBase.links(LinksSelfAndLifecycle links)  | 
AuthenticatorMethodBase | 
AuthenticatorMethodBase.status(LifecycleStatus status)  | 
AuthenticatorMethodBase | 
AuthenticatorMethodBase.type(AuthenticatorMethodType type)  | 
Copyright © 2017–2023 Okta. All rights reserved.