Uses of Class
com.okta.sdk.resource.model.AuthenticationMethodObject
-
Uses of AuthenticationMethodObject in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionAccessPolicyConstraint.getAuthenticationMethods()
This property specifies the precise authenticator and method for authentication.KnowledgeConstraint.getAuthenticationMethods()
This property specifies the precise authenticator and method for authentication.PossessionConstraint.getAuthenticationMethods()
This property specifies the precise authenticator and method for authentication.AccessPolicyConstraint.getExcludedAuthenticationMethods()
This property specifies the precise authenticator and method to exclude from authentication.KnowledgeConstraint.getExcludedAuthenticationMethods()
This property specifies the precise authenticator and method to exclude from authentication.PossessionConstraint.getExcludedAuthenticationMethods()
This property specifies the precise authenticator and method to exclude from authentication.Modifier and TypeMethodDescriptionAccessPolicyConstraint.addauthenticationMethodsItem
(AuthenticationMethodObject authenticationMethodsItem) KnowledgeConstraint.addauthenticationMethodsItem
(AuthenticationMethodObject authenticationMethodsItem) PossessionConstraint.addauthenticationMethodsItem
(AuthenticationMethodObject authenticationMethodsItem) AccessPolicyConstraint.addexcludedAuthenticationMethodsItem
(AuthenticationMethodObject excludedAuthenticationMethodsItem) KnowledgeConstraint.addexcludedAuthenticationMethodsItem
(AuthenticationMethodObject excludedAuthenticationMethodsItem) PossessionConstraint.addexcludedAuthenticationMethodsItem
(AuthenticationMethodObject excludedAuthenticationMethodsItem) Modifier and TypeMethodDescriptionAccessPolicyConstraint.authenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) KnowledgeConstraint.authenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) PossessionConstraint.authenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) AccessPolicyConstraint.excludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) KnowledgeConstraint.excludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) PossessionConstraint.excludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) void
AccessPolicyConstraint.setAuthenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) void
KnowledgeConstraint.setAuthenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) void
PossessionConstraint.setAuthenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) void
AccessPolicyConstraint.setExcludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) void
KnowledgeConstraint.setExcludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) void
PossessionConstraint.setExcludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods)