Uses of Class
com.okta.sdk.resource.model.AuthenticationMethodObject
Packages that use AuthenticationMethodObject
-
Uses of AuthenticationMethodObject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethodObjectModifier and TypeMethodDescriptionMethods in com.okta.sdk.resource.model that return types with arguments of type AuthenticationMethodObjectModifier 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.Methods in com.okta.sdk.resource.model with parameters of type AuthenticationMethodObjectModifier 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) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticationMethodObjectModifier 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) voidAccessPolicyConstraint.setAuthenticationMethods(List<AuthenticationMethodObject> authenticationMethods) voidKnowledgeConstraint.setAuthenticationMethods(List<AuthenticationMethodObject> authenticationMethods) voidPossessionConstraint.setAuthenticationMethods(List<AuthenticationMethodObject> authenticationMethods) voidAccessPolicyConstraint.setExcludedAuthenticationMethods(List<AuthenticationMethodObject> excludedAuthenticationMethods) voidKnowledgeConstraint.setExcludedAuthenticationMethods(List<AuthenticationMethodObject> excludedAuthenticationMethods) voidPossessionConstraint.setExcludedAuthenticationMethods(List<AuthenticationMethodObject> excludedAuthenticationMethods)