Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static AuthenticatorMethodAlgorithm |
AuthenticatorMethodAlgorithm.fromValue(String value) |
static AuthenticatorMethodAlgorithm |
AuthenticatorMethodAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticatorMethodAlgorithm[] |
AuthenticatorMethodAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticatorMethodAlgorithm> |
AuthenticatorMethodPushAllOfSettings.getAlgorithms()
Get algorithms
|
List<AuthenticatorMethodAlgorithm> |
SupportedMethodsSettings.getAlgorithms()
Get algorithms
|
List<AuthenticatorMethodAlgorithm> |
AuthenticatorMethodSignedNonceAllOfSettings.getAlgorithms()
Get algorithms
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorMethodPushAllOfSettings |
AuthenticatorMethodPushAllOfSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) |
SupportedMethodsSettings |
SupportedMethodsSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) |
AuthenticatorMethodSignedNonceAllOfSettings |
AuthenticatorMethodSignedNonceAllOfSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorMethodPushAllOfSettings |
AuthenticatorMethodPushAllOfSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
SupportedMethodsSettings |
SupportedMethodsSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
AuthenticatorMethodSignedNonceAllOfSettings |
AuthenticatorMethodSignedNonceAllOfSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
void |
AuthenticatorMethodPushAllOfSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
void |
SupportedMethodsSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
void |
AuthenticatorMethodSignedNonceAllOfSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
Copyright © 2017–2023 Okta. All rights reserved.