Package com.okta.sdk.resource.model
Class SsprPrimaryRequirement
java.lang.Object
com.okta.sdk.resource.model.SsprPrimaryRequirement
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class SsprPrimaryRequirement
extends Object
implements Serializable
Defines the authenticators permitted for the initial authentication step of password recovery
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets methods - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddmethodConstraintsItem(AuthenticatorMethodConstraint methodConstraintsItem) addmethodsItem(SsprPrimaryRequirement.MethodsEnum methodsItem) booleanConstraints on the values specified in the `methods` array.Authenticator methods allowed for the initial authentication step of password recovery.inthashCode()methodConstraints(List<AuthenticatorMethodConstraint> methodConstraints) methods(List<SsprPrimaryRequirement.MethodsEnum> methods) voidsetMethodConstraints(List<AuthenticatorMethodConstraint> methodConstraints) voidsetMethods(List<SsprPrimaryRequirement.MethodsEnum> methods) toString() 
- 
Field Details
- 
JSON_PROPERTY_METHOD_CONSTRAINTS
- See Also:
 
 - 
JSON_PROPERTY_METHODS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SsprPrimaryRequirement
public SsprPrimaryRequirement() 
 - 
 - 
Method Details
- 
methodConstraints
public SsprPrimaryRequirement methodConstraints(List<AuthenticatorMethodConstraint> methodConstraints)  - 
addmethodConstraintsItem
public SsprPrimaryRequirement addmethodConstraintsItem(AuthenticatorMethodConstraint methodConstraintsItem)  - 
getMethodConstraints
Constraints on the values specified in the `methods` array. Specifying a constraint limits methods to specific authenticator(s). Currently, Google OTP is the only accepted constraint.- Returns:
 - methodConstraints
 
 - 
setMethodConstraints
 - 
methods
 - 
addmethodsItem
 - 
getMethods
Authenticator methods allowed for the initial authentication step of password recovery. Method `otp` requires a constraint limiting it to a Google authenticator.- Returns:
 - methods
 
 - 
setMethods
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -