Uses of Class
com.okta.sdk.resource.model.AuthenticatorMethodConstraint
Packages that use AuthenticatorMethodConstraint
-
Uses of AuthenticatorMethodConstraint in com.okta.sdk.resource.model
Methods 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)