Package com.ibm.security.access.ldap
Class LdapAttributeGetResult
java.lang.Object
com.ibm.security.access.ldap.LdapOperationResult
com.ibm.security.access.ldap.LdapAttributeGetResult
Represents the result of searching for an attribute.
-
Constructor Summary
ConstructorDescriptionLdapAttributeGetResult
(boolean successful, NamingException namingException, Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionretrieve the attributes from the LdapAttributeGetResulttoString()
return the string representation of this objectMethods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful
-
Constructor Details
-
LdapAttributeGetResult
public LdapAttributeGetResult(boolean successful, NamingException namingException, Attributes attributes)
-
-
Method Details
-
getAttributes
retrieve the attributes from the LdapAttributeGetResult- Returns:
- the ldap attributes elements
-
toString
return the string representation of this object- Overrides:
toString
in classLdapOperationResult
-