All LDAP Classes
Internal LDAP Classes

com.novell.ldap.rfc2251
Class RfcAttributeValueAssertion

java.lang.Object
  extended by com.novell.ldap.asn1.ASN1Object
      extended by com.novell.ldap.asn1.ASN1Structured
          extended by com.novell.ldap.asn1.ASN1Sequence
              extended by com.novell.ldap.rfc2251.RfcAttributeValueAssertion
All Implemented Interfaces:
java.io.Serializable

public class RfcAttributeValueAssertion
extends ASN1Sequence

Represents an LDAP Attribute Value Assertion.

       AttributeValueAssertion ::= SEQUENCE {
               attributeDesc   AttributeDescription,
               assertionValue  AssertionValue }

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.novell.ldap.asn1.ASN1Sequence
TAG
 
Constructor Summary
RfcAttributeValueAssertion(RfcAttributeDescription ad, RfcAssertionValue av)
          Creates an Attribute Value Assertion.
 
Method Summary
 byte[] getAssertionValue()
          Returns the assertion value.
 java.lang.String getAttributeDescription()
          Returns the attribute description.
 
Methods inherited from class com.novell.ldap.asn1.ASN1Sequence
toString
 
Methods inherited from class com.novell.ldap.asn1.ASN1Structured
add, decodeStructured, encode, get, set, size, toArray, toString
 
Methods inherited from class com.novell.ldap.asn1.ASN1Object
getEncoding, getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RfcAttributeValueAssertion

public RfcAttributeValueAssertion(RfcAttributeDescription ad,
                                  RfcAssertionValue av)
Creates an Attribute Value Assertion.

Parameters:
ad - The assertion description
av - The assertion value
Method Detail

getAttributeDescription

public java.lang.String getAttributeDescription()
Returns the attribute description.

Returns:
the attribute description

getAssertionValue

public byte[] getAssertionValue()
Returns the assertion value.

Returns:
the assertion value.

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000