Class JDAPCompareRequest

java.lang.Object
netscape.ldap.client.opers.JDAPBaseDNRequest
netscape.ldap.client.opers.JDAPCompareRequest
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPCompareRequest extends JDAPBaseDNRequest implements JDAPProtocolOp
This class implements the compare request. This object is sent to the ldap server.
   CompareRequest ::= [APPLICATION 14] SEQUENCE {
     entry LDAPDN,
     ava AttributeValueAssertion
   }
 
Version:
1.0
  • Field Details

    • m_dn

      protected String m_dn
      Internal variables
    • m_ava

      protected JDAPAVA m_ava
  • Constructor Details

    • JDAPCompareRequest

      public JDAPCompareRequest(String dn, JDAPAVA ava)
      Constructs the compare request.
      Parameters:
      dn - distinguished name of the entry to be compared
      ava - attribut value assertion
  • Method Details