Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static SsprPrimaryRequirement.MethodsEnum |
SsprPrimaryRequirement.MethodsEnum.fromValue(String value) |
static SsprPrimaryRequirement.MethodsEnum |
SsprPrimaryRequirement.MethodsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsprPrimaryRequirement.MethodsEnum[] |
SsprPrimaryRequirement.MethodsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SsprPrimaryRequirement.MethodsEnum> |
SsprPrimaryRequirement.getMethods()
Authenticator methods allowed for the initial authentication step of password recovery
|
Modifier and Type | Method and Description |
---|---|
SsprPrimaryRequirement |
SsprPrimaryRequirement.addMethodsItem(SsprPrimaryRequirement.MethodsEnum methodsItem) |
Modifier and Type | Method and Description |
---|---|
SsprPrimaryRequirement |
SsprPrimaryRequirement.methods(List<SsprPrimaryRequirement.MethodsEnum> methods) |
void |
SsprPrimaryRequirement.setMethods(List<SsprPrimaryRequirement.MethodsEnum> methods) |
Copyright © 2017–2023 Okta. All rights reserved.