Class LdapSearchResult


  • public class LdapSearchResult
    extends LdapOperationResult
    Represents the result of an Naming search.
    • Constructor Summary

      Constructors 
      Constructor Description
      LdapSearchResult​(boolean successful, javax.naming.NamingEnumeration en, javax.naming.ldap.Control[] responseCtls, javax.naming.NamingException authenticateException)  
      LdapSearchResult​(boolean successful, javax.naming.NamingEnumeration en, javax.naming.NamingException searchException)  
    • Constructor Detail

      • LdapSearchResult

        public LdapSearchResult​(boolean successful,
                                javax.naming.NamingEnumeration en,
                                javax.naming.NamingException searchException)
      • LdapSearchResult

        public LdapSearchResult​(boolean successful,
                                javax.naming.NamingEnumeration en,
                                javax.naming.ldap.Control[] responseCtls,
                                javax.naming.NamingException authenticateException)
    • Method Detail

      • getNamingEnumeration

        public javax.naming.NamingEnumeration getNamingEnumeration()
        retrieve the result for the name search
        Returns:
        the search result
      • toString

        public java.lang.String toString()
        return the string representation of this object
        Overrides:
        toString in class LdapOperationResult