@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class SsprPrimaryRequirement extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SsprPrimaryRequirement.MethodsEnum
Gets or Sets methods
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_METHOD_CONSTRAINTS |
static String |
JSON_PROPERTY_METHODS |
Constructor and Description |
---|
SsprPrimaryRequirement() |
Modifier and Type | Method and Description |
---|---|
SsprPrimaryRequirement |
addMethodConstraintsItem(AuthenticatorMethodConstraint methodConstraintsItem) |
SsprPrimaryRequirement |
addMethodsItem(SsprPrimaryRequirement.MethodsEnum methodsItem) |
boolean |
equals(Object o) |
List<AuthenticatorMethodConstraint> |
getMethodConstraints()
Constraints on the values specified in the `methods` array.
|
List<SsprPrimaryRequirement.MethodsEnum> |
getMethods()
Authenticator methods allowed for the initial authentication step of password recovery
|
int |
hashCode() |
SsprPrimaryRequirement |
methodConstraints(List<AuthenticatorMethodConstraint> methodConstraints) |
SsprPrimaryRequirement |
methods(List<SsprPrimaryRequirement.MethodsEnum> methods) |
void |
setMethodConstraints(List<AuthenticatorMethodConstraint> methodConstraints) |
void |
setMethods(List<SsprPrimaryRequirement.MethodsEnum> methods) |
String |
toString() |
public static final String JSON_PROPERTY_METHOD_CONSTRAINTS
public static final String JSON_PROPERTY_METHODS
public SsprPrimaryRequirement methodConstraints(List<AuthenticatorMethodConstraint> methodConstraints)
public SsprPrimaryRequirement addMethodConstraintsItem(AuthenticatorMethodConstraint methodConstraintsItem)
@Nullable public List<AuthenticatorMethodConstraint> getMethodConstraints()
public void setMethodConstraints(List<AuthenticatorMethodConstraint> methodConstraints)
public SsprPrimaryRequirement methods(List<SsprPrimaryRequirement.MethodsEnum> methods)
public SsprPrimaryRequirement addMethodsItem(SsprPrimaryRequirement.MethodsEnum methodsItem)
@Nullable public List<SsprPrimaryRequirement.MethodsEnum> getMethods()
public void setMethods(List<SsprPrimaryRequirement.MethodsEnum> methods)
Copyright © 2017–2023 Okta. All rights reserved.