Package com.ibm.security.access.ldap
Class LdapSearchResult
- java.lang.Object
-
- com.ibm.security.access.ldap.LdapOperationResult
-
- com.ibm.security.access.ldap.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.NamingEnumeration
getNamingEnumeration()
retrieve the result for the name searchjava.lang.String
toString()
return the string representation of this object-
Methods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful
-
-
-
-
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 classLdapOperationResult
-
-