| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
Option.of(Class<T> type,
T defaultValue)
Defines a new option of the provided type with the provided default
value.
|
static Option<Boolean> |
Option.withDefault(boolean defaultValue)
Defines a new
Boolean option with the provided default value. |
| Modifier and Type | Field and Description |
|---|---|
static Option<Boolean> |
SchemaOptions.ALLOW_MALFORMED_CERTIFICATES
Specifies whether the Certificate syntax should allow values which
do not conform to the X.509 specifications.
|
static Option<Boolean> |
SchemaOptions.ALLOW_MALFORMED_JPEG_PHOTOS
Specifies whether the JPEG Photo syntax should allow values which
do not conform to the JFIF or Exif specifications.
|
static Option<Boolean> |
SchemaOptions.ALLOW_MALFORMED_NAMES_AND_OPTIONS
Specifies whether the schema should allow certain illegal
characters in OIDs and attribute options.
|
static Option<Boolean> |
SchemaOptions.ALLOW_NON_STANDARD_TELEPHONE_NUMBERS
Specifies whether the Telephone Number syntax should allow values
which do not conform to the E.123 international telephone number format.
|
static Option<Boolean> |
SchemaOptions.ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS
Specifies whether zero-length values will be allowed by the
Directory String syntax.
|
static Option<String> |
SchemaOptions.DEFAULT_MATCHING_RULE_OID
Specifies the OID of the default matching rule which will be used when
parsing unrecognized attributes.
|
static Option<String> |
SchemaOptions.DEFAULT_SYNTAX_OID
Specifies the OID of the default syntax which will be used when parsing
unrecognized attributes.
|
static Option<Boolean> |
SchemaOptions.STRICT_FORMAT_FOR_COUNTRY_STRINGS
Indicates whether country code values are required to strictly
comply with the standard definition for this syntax.
|
static Option<Boolean> |
SchemaOptions.STRIP_UPPER_BOUND_FOR_ATTRIBUTE_TYPE
Indicates whether the minimum upper bound value should be stripped from
the Attribute Type Syntax Description.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Schema.getOption(Option<T> option)
Returns the value associated to the provided
Option or the option
default value, if there is no such option in this schema. |
<T> SchemaBuilder |
SchemaBuilder.setOption(Option<T> option,
T value)
Sets a schema option overriding any previous values for the option.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.