Uses of Class
com.okta.sdk.resource.model.KnowledgeConstraint
-
Uses of KnowledgeConstraint in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionKnowledgeConstraint.addauthenticationMethodsItem
(AuthenticationMethodObject authenticationMethodsItem) KnowledgeConstraint.addexcludedAuthenticationMethodsItem
(AuthenticationMethodObject excludedAuthenticationMethodsItem) KnowledgeConstraint.addmethodsItem
(KnowledgeConstraint.MethodsEnum methodsItem) KnowledgeConstraint.addtypesItem
(KnowledgeConstraint.TypesEnum typesItem) KnowledgeConstraint.authenticationMethods
(List<AuthenticationMethodObject> authenticationMethods) KnowledgeConstraint.excludedAuthenticationMethods
(List<AuthenticationMethodObject> excludedAuthenticationMethods) AccessPolicyConstraints.getKnowledge()
Get knowledgeKnowledgeConstraint.methods
(List<KnowledgeConstraint.MethodsEnum> methods) KnowledgeConstraint.reauthenticateIn
(String reauthenticateIn) KnowledgeConstraint.types
(List<KnowledgeConstraint.TypesEnum> types) Modifier and TypeMethodDescriptionAccessPolicyConstraints.knowledge
(KnowledgeConstraint knowledge) void
AccessPolicyConstraints.setKnowledge
(KnowledgeConstraint knowledge)