Class LdapModifyResult

    • Constructor Detail

      • LdapModifyResult

        public LdapModifyResult​(boolean successful,
                                javax.naming.NamingException namingException)
      • LdapModifyResult

        public LdapModifyResult​(boolean successful,
                                javax.naming.ldap.Control[] responseCtls,
                                javax.naming.NamingException authenticateException)
    • Method Detail

      • toString

        public java.lang.String toString()
        return the string representation of this object
        Overrides:
        toString in class LdapOperationResult