Package com.ibm.security.access.ldap
Class LdapSearchResult
java.lang.Object
com.ibm.security.access.ldap.LdapOperationResult
com.ibm.security.access.ldap.LdapSearchResult
Represents the result of an Naming search.
-
Constructor Summary
ConstructorDescriptionLdapSearchResult
(boolean successful, NamingEnumeration en, Control[] responseCtls, NamingException authenticateException) LdapSearchResult
(boolean successful, NamingEnumeration en, NamingException searchException) -
Method Summary
Modifier and TypeMethodDescriptionretrieve the result for the name searchtoString()
return the string representation of this objectMethods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful
-
Constructor Details
-
LdapSearchResult
-
LdapSearchResult
public LdapSearchResult(boolean successful, NamingEnumeration en, Control[] responseCtls, NamingException authenticateException)
-
-
Method Details
-
getNamingEnumeration
retrieve the result for the name search- Returns:
- the search result
-
toString
return the string representation of this object- Overrides:
toString
in classLdapOperationResult
-