Interface ExtendedAttributeHandler

  • All Superinterfaces:
    AttributeHandler, ResultHandler<javax.naming.directory.Attribute,​javax.naming.directory.Attribute>
    All Known Implementing Classes:
    RecursiveAttributeHandler

    public interface ExtendedAttributeHandler
    extends AttributeHandler
    Provides an interface for attribute handlers that require the use of the Ldap object that was used to perform the original search.
    Version:
    $Revision: 1330 $
    Author:
    Middleware Services
    • Method Detail

      • getSearchResultLdap

        Ldap getSearchResultLdap()
        Gets the Ldap used by the search operation invoking this handler.
        Returns:
        Ldap
      • setSearchResultLdap

        void setSearchResultLdap​(Ldap l)
        Sets the Ldap used by the search operation invoking this handler.
        Parameters:
        l - Ldap