public class LdapSearchResult extends LdapOperationResult
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
javax.naming.NamingEnumeration |
getNamingEnumeration()
retrieve the result for the name search
|
java.lang.String |
toString()
return the string representation of this object
|
getNamingException, getResponseControls, isSuccessful
public LdapSearchResult(boolean successful, javax.naming.NamingEnumeration en, javax.naming.NamingException searchException)
public LdapSearchResult(boolean successful, javax.naming.NamingEnumeration en, javax.naming.ldap.Control[] responseCtls, javax.naming.NamingException authenticateException)
public javax.naming.NamingEnumeration getNamingEnumeration()
public java.lang.String toString()
toString
in class LdapOperationResult