com.novell.ldap.rfc2251
Class RfcAttributeValueAssertion
java.lang.Object
com.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Structured
com.novell.ldap.asn1.ASN1Sequence
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RfcAttributeValueAssertion
public RfcAttributeValueAssertion(RfcAttributeDescription ad,
RfcAssertionValue av)
- Creates an Attribute Value Assertion.
- Parameters:
ad
- The assertion descriptionav
- The assertion value
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.
Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000