Uses of Enum Class
org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of SchemaValidationPolicy.Action in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionSchemaValidationPolicy.checkAttributesAndObjectClasses()
Returns the policy for verifying that the user attributes in an entry conform to its object classes.SchemaValidationPolicy.checkAttributeValues()
Returns the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.SchemaValidationPolicy.checkDitContentRules()
Returns the policy for validating entries against content rules defined in the schema.SchemaValidationPolicy.checkDitStructureRules()
Returns the policy for validating entries against structure rules defined in the schema.SchemaValidationPolicy.checkNameForms()
Returns the policy for validating entries against name forms defined in the schema.SchemaValidationPolicy.requireSingleStructuralObjectClass()
Returns the policy for verifying that entries have only a single structural object class.Returns the enum constant of this class with the specified name.static SchemaValidationPolicy.Action[]
SchemaValidationPolicy.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSchemaValidationPolicy.checkAttributesAndObjectClasses
(SchemaValidationPolicy.Action policy) Specifies the policy for verifying that the user attributes in an entry conform to its object classes.SchemaValidationPolicy.checkAttributeValues
(SchemaValidationPolicy.Action policy) Specifies the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.SchemaValidationPolicy.checkDitContentRules
(SchemaValidationPolicy.Action policy) Specifies the policy for validating entries against content rules defined in the schema.SchemaValidationPolicy.checkDitStructureRules
(SchemaValidationPolicy.Action policy, Function<Dn, Entry, LdapException> parentEntryResolver) Specifies the policy for validating entries against structure rules defined in the schema.SchemaValidationPolicy.checkNameForms
(SchemaValidationPolicy.Action policy) Specifies the policy for validating entries against name forms defined in the schema.SchemaValidationPolicy.requireSingleStructuralObjectClass
(SchemaValidationPolicy.Action policy) Specifies the policy for verifying that entries have only a single structural object class.