Class ExpressionSchema

java.lang.Object
org.forgerock.opendj.config.schema.ExpressionSchema

public final class ExpressionSchema extends Object
Utility methods for obtaining Expression syntaxes that are based on existing syntaxes.
  • Method Details

    • addExpressionSyntaxesToSchema

      public static SchemaBuilder addExpressionSyntaxesToSchema(SchemaBuilder builder, Schema schema)
      Adds the configuration expression syntaxes to the provided schema builder.
      Parameters:
      builder - The schema builder to which the schema elements should be added.
      schema - The initial schema that must contains all syntaxes used for configuration
      Returns:
      The schema builder.