Uses of Class
com.okta.sdk.resource.model.AuthenticatorMethodConstraint
Packages that use AuthenticatorMethodConstraint
- 
Uses of AuthenticatorMethodConstraint in com.okta.sdk.resource.modelMethods in com.okta.sdk.resource.model that return AuthenticatorMethodConstraintModifier and TypeMethodDescriptionAuthenticatorMethodConstraint.addallowedAuthenticatorsItem(AuthenticatorIdentity allowedAuthenticatorsItem) AuthenticatorMethodConstraint.allowedAuthenticators(List<AuthenticatorIdentity> allowedAuthenticators) AuthenticatorMethodConstraint.method(AuthenticatorMethodConstraint.MethodEnum method) Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticatorMethodConstraintModifier and TypeMethodDescriptionSsprPrimaryRequirement.getMethodConstraints()Constraints on the values specified in the `methods` array.Methods in com.okta.sdk.resource.model with parameters of type AuthenticatorMethodConstraintModifier and TypeMethodDescriptionSsprPrimaryRequirement.addmethodConstraintsItem(AuthenticatorMethodConstraint methodConstraintsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticatorMethodConstraintModifier and TypeMethodDescriptionSsprPrimaryRequirement.methodConstraints(List<AuthenticatorMethodConstraint> methodConstraints) voidSsprPrimaryRequirement.setMethodConstraints(List<AuthenticatorMethodConstraint> methodConstraints)