Uses of Class
org.forgerock.opendj.ldap.schema.Syntax.Builder
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of Syntax.Builder in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionSchemaBuilder.buildSyntax
(String oid) Returns a builder which can be used for incrementally constructing a new syntax before adding it to the schema.SchemaBuilder.buildSyntax
(Syntax syntax) Returns a syntax builder whose fields are initialized to the values of the provided syntax.Syntax.Builder.description
(String description) Syntax.Builder.extraProperties
(String extensionName, String... extensionValues) Syntax.Builder.extraProperties
(Map<String, List<String>> extraProperties) Syntax.Builder.implementation
(SyntaxImpl implementation) Sets the syntax implementation.Sets the numeric OID which uniquely identifies this syntax.Syntax.Builder.removeAllExtraProperties()
Syntax.Builder.removeExtraProperty
(String extensionName, String... extensionValues) Modifier and TypeMethodDescriptionvoid
SchemaBuilder.SchemaBuilderHook.beforeAddSyntax
(Syntax.Builder builder) Allow to modify the builder before its inclusion in schema.