Package com.ibm.security.access.ldap
Class LdapModifyResult
- java.lang.Object
-
- com.ibm.security.access.ldap.LdapOperationResult
-
- com.ibm.security.access.ldap.LdapModifyResult
-
public class LdapModifyResult extends LdapOperationResult
Represents the result of a modify.
-
-
Constructor Summary
Constructors Constructor Description LdapModifyResult(boolean successful, javax.naming.ldap.Control[] responseCtls, javax.naming.NamingException authenticateException)
LdapModifyResult(boolean successful, javax.naming.NamingException namingException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.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
-
toString
public java.lang.String toString()
return the string representation of this object- Overrides:
toString
in classLdapOperationResult
-
-