public class LdapAttributeGetResult extends LdapOperationResult
| Constructor and Description |
|---|
LdapAttributeGetResult(boolean successful,
javax.naming.NamingException namingException,
javax.naming.directory.Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
javax.naming.directory.Attributes |
getAttributes()
retrieve the attributes from the LdapAttributeGetResult
|
java.lang.String |
toString()
return the string representation of this object
|
getNamingException, getResponseControls, isSuccessfulpublic LdapAttributeGetResult(boolean successful,
javax.naming.NamingException namingException,
javax.naming.directory.Attributes attributes)
public javax.naming.directory.Attributes getAttributes()
public java.lang.String toString()
toString in class LdapOperationResult