Uses of Enum Class
org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
Package
Description
This package contains LDAP schema syntaxes and matching rules for JSON based attributes.
-
Uses of JsonSchema.ValidationPolicy in org.forgerock.opendj.rest2ldap.schema
Modifier and TypeFieldDescriptionstatic final Option<JsonSchema.ValidationPolicy>
JsonSchema.VALIDATION_POLICY
Schema option controlling syntax validation for JSON based attributes.Modifier and TypeMethodDescriptionstatic JsonSchema.ValidationPolicy
Returns the enum constant of this class with the specified name.static JsonSchema.ValidationPolicy[]
JsonSchema.ValidationPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.