Package org.forgerock.opendj.ldap.schema
Interface SchemaValidationPolicy.EntryResolver
- Enclosing class:
SchemaValidationPolicy
public static interface SchemaValidationPolicy.EntryResolver
A call-back which will be called during DIT structure rule schema
validation in order to retrieve the parent of the entry being validated.
-
Method Summary
-
Method Details
-
getEntry
Returns the named entry in order to enforce DIT structure rules.- Parameters:
dn- The name of the entry to be returned.- Returns:
- The named entry.
- Throws:
LdapException- If the entry could not be retrieved.
-