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

    Modifier and Type
    Method
    Description
    Returns the named entry in order to enforce DIT structure rules.
  • 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.