Package com.ibm.security.access.ldap
Class LdapModifyResult
java.lang.Object
com.ibm.security.access.ldap.LdapOperationResult
com.ibm.security.access.ldap.LdapModifyResult
Represents the result of a modify.
-
Constructor Summary
ConstructorDescriptionLdapModifyResult
(boolean successful, Control[] responseCtls, NamingException authenticateException) LdapModifyResult
(boolean successful, NamingException namingException) -
Method Summary
Methods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful
-
Constructor Details
-
LdapModifyResult
-
LdapModifyResult
public LdapModifyResult(boolean successful, Control[] responseCtls, NamingException authenticateException)
-
-
Method Details
-
toString
return the string representation of this object- Overrides:
toString
in classLdapOperationResult
-