netscape.ldap.client.opers
Class JDAPCompareRequest
- JDAPProtocolOp
public class JDAPCompareRequest
This class implements the compare request. This object
is sent to the ldap server.
CompareRequest ::= [APPLICATION 14] SEQUENCE {
entry LDAPDN,
ava AttributeValueAssertion
}
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST |
m_dn
protected String m_dn
Internal variables
JDAPCompareRequest
public JDAPCompareRequest(String dn,
JDAPAVA ava) Constructs the compare request.
dn - distinguished name of the entry to be comparedava - attribut value assertion
toString
public String toString()
Retrieves the string representation of the request.
- toString in interface JDAPProtocolOp