Uses of Interface
org.forgerock.opendj.ldap.SchemaResolver
-
Packages that use SchemaResolver Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of SchemaResolver in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as SchemaResolver Modifier and Type Field Description static SchemaResolverSchemaResolver. DEFAULTA schema resolver which always returns the current default schema as returned bySchema.getDefaultSchema().Methods in org.forgerock.opendj.ldap that return SchemaResolver Modifier and Type Method Description SchemaResolverDecodeOptions. getSchemaResolver()Returns the strategy for selecting whichSchemashould be used for decoding distinguished names, attribute descriptions, and other objects which require aSchemain order to be decoded.Methods in org.forgerock.opendj.ldap with parameters of type SchemaResolver Modifier and Type Method Description DecodeOptionsDecodeOptions. setSchemaResolver(SchemaResolver resolver)Sets the strategy for selecting whichSchemashould be used for decoding distinguished names, attribute descriptions, and other objects which require aSchemain order to be decoded.
-