Uses of Class
com.okta.sdk.resource.model.KnowledgeConstraint
Packages that use KnowledgeConstraint
-
Uses of KnowledgeConstraint in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return KnowledgeConstraintModifier 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) Methods in com.okta.sdk.resource.model with parameters of type KnowledgeConstraintModifier and TypeMethodDescriptionAccessPolicyConstraints.knowledge(KnowledgeConstraint knowledge) voidAccessPolicyConstraints.setKnowledge(KnowledgeConstraint knowledge)