Uses of Interface
org.forgerock.opendj.ldap.SchemaResolver
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of SchemaResolver in org.forgerock.opendj.ldap
Modifier and TypeFieldDescriptionstatic final SchemaResolver
SchemaResolver.DEFAULT
A schema resolver which always returns the current default schema as returned bySchema.getDefaultSchema()
.Modifier and TypeMethodDescriptionDecodeOptions.getSchemaResolver()
Returns the strategy for selecting whichSchema
should be used for decoding distinguished names, attribute descriptions, and other objects which require aSchema
in order to be decoded.Modifier and TypeMethodDescriptionDecodeOptions.setSchemaResolver
(SchemaResolver resolver) Sets the strategy for selecting whichSchema
should be used for decoding distinguished names, attribute descriptions, and other objects which require aSchema
in order to be decoded.