Uses of Interface
org.forgerock.opendj.ldap.SchemaResolver
Packages that use SchemaResolver
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
APIs for implementing REST to LDAP gateways.
-
Uses of SchemaResolver in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as SchemaResolverModifier and TypeFieldDescriptionstatic final SchemaResolver
SchemaResolver.DEFAULT
A schema resolver which always returns the current default schema as returned bySchema.getDefaultSchema()
.Methods in org.forgerock.opendj.ldap that return SchemaResolverModifier 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.Methods in org.forgerock.opendj.ldap with parameters of type SchemaResolverModifier 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. -
Uses of SchemaResolver in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type SchemaResolverModifier and TypeMethodDescriptionstatic Dn
Hdap.dnOf
(ResourcePath resourcePath, SchemaResolver schemaResolver) Decodes the provided URL encoded resource path as a DN.