Uses of Class
org.forgerock.opendj.ldap.schema.Syntax.Builder
Packages that use Syntax.Builder
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of Syntax.Builder in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return Syntax.BuilderModifier 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) Methods in org.forgerock.opendj.ldap.schema with parameters of type Syntax.BuilderModifier and TypeMethodDescriptionvoidSchemaBuilder.SchemaBuilderHook.beforeAddSyntax(Syntax.Builder builder) Allow to modify the builder before its inclusion in schema.