Package com.ibm.security.access.ldap
Class LdapAttributeGetResult
- java.lang.Object
-
- com.ibm.security.access.ldap.LdapOperationResult
-
- com.ibm.security.access.ldap.LdapAttributeGetResult
-
public class LdapAttributeGetResult extends LdapOperationResult
Represents the result of searching for an attribute.
-
-
Constructor Summary
Constructors Constructor Description LdapAttributeGetResult(boolean successful, javax.naming.NamingException namingException, javax.naming.directory.Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.directory.Attributes
getAttributes()
retrieve the attributes from the LdapAttributeGetResultjava.lang.String
toString()
return the string representation of this object-
Methods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful
-
-
-
-
Method Detail
-
getAttributes
public javax.naming.directory.Attributes getAttributes()
retrieve the attributes from the LdapAttributeGetResult- Returns:
- the ldap attributes elements
-
toString
public java.lang.String toString()
return the string representation of this object- Overrides:
toString
in classLdapOperationResult
-
-