com.novell.ldap.rfc2251
Class RfcCompareRequest
java.lang.Object
com.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Structured
com.novell.ldap.asn1.ASN1Sequence
com.novell.ldap.rfc2251.RfcCompareRequest
- All Implemented Interfaces:
- RfcRequest, java.io.Serializable
public class RfcCompareRequest
- extends ASN1Sequence
- implements RfcRequest
Represents and LDAP Compare Request.
CompareRequest ::= [APPLICATION 14] SEQUENCE {
entry LDAPDN,
ava AttributeValueAssertion }
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RfcCompareRequest
public RfcCompareRequest(RfcLDAPDN entry,
RfcAttributeValueAssertion ava)
RfcCompareRequest
RfcCompareRequest(ASN1Object[] origRequest,
java.lang.String base)
throws LDAPException
- Constructs a new Compare Request copying from the data of
an existing request.
- Throws:
LDAPException
getIdentifier
public final ASN1Identifier getIdentifier()
- Override getIdentifier to return an application-wide id.
- Overrides:
getIdentifier
in class ASN1Object
dupRequest
public final RfcRequest dupRequest(java.lang.String base,
java.lang.String filter,
boolean request)
throws LDAPException
- Description copied from interface:
RfcRequest
- Builds a new request using the data from the this object.
- Specified by:
dupRequest
in interface RfcRequest
- Throws:
LDAPException
getRequestDN
public final java.lang.String getRequestDN()
- Description copied from interface:
RfcRequest
- Builds a new request using the data from the this object.
- Specified by:
getRequestDN
in interface RfcRequest
getAttributeValueAssertion
public final RfcAttributeValueAssertion getAttributeValueAssertion()
Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000