Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Field and Description |
---|---|
static SchemaResolver |
SchemaResolver.DEFAULT
A schema resolver which always returns the current default schema as
returned by
Schema.getDefaultSchema() . |
Modifier and Type | Method and Description |
---|---|
SchemaResolver |
DecodeOptions.getSchemaResolver()
Returns the strategy for selecting which
Schema should be used
for decoding distinguished names, attribute descriptions, and other
objects which require a Schema in order to be decoded. |
Modifier and Type | Method and Description |
---|---|
DecodeOptions |
DecodeOptions.setSchemaResolver(SchemaResolver resolver)
Sets the strategy for selecting which
Schema should be used for
decoding distinguished names, attribute descriptions, and other objects
which require a Schema in order to be decoded. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.