Uses of Class
com.okta.sdk.resource.model.AuthenticatorMethodConstraint
-
Uses of AuthenticatorMethodConstraint in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAuthenticatorMethodConstraint.addallowedAuthenticatorsItem
(AuthenticatorIdentity allowedAuthenticatorsItem) AuthenticatorMethodConstraint.allowedAuthenticators
(List<AuthenticatorIdentity> allowedAuthenticators) AuthenticatorMethodConstraint.method
(AuthenticatorMethodConstraint.MethodEnum method) Modifier and TypeMethodDescriptionSsprPrimaryRequirement.getMethodConstraints()
Constraints on the values specified in the `methods` array.Modifier and TypeMethodDescriptionSsprPrimaryRequirement.addmethodConstraintsItem
(AuthenticatorMethodConstraint methodConstraintsItem) Modifier and TypeMethodDescriptionSsprPrimaryRequirement.methodConstraints
(List<AuthenticatorMethodConstraint> methodConstraints) void
SsprPrimaryRequirement.setMethodConstraints
(List<AuthenticatorMethodConstraint> methodConstraints)