|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AVA
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute type and an attribute value.
The following are examples of string representations of AVAs:
uid=12345 ou=Engineering cn=Kurt Zeilenga
Creation of AVA is provided by newAttributeValueAssertion(AttributeType, Object)
| Method Summary | |
|---|---|
int |
compareTo(AVA ava)Compares this attribute value assertion to the provided attribute value assertion. |
boolean |
equals(java.lang.Object obj) |
AttributeType |
getAttributeType()Returns the attribute type associated with this AVA. |
AttributeValue |
getAttributeValue()Returns the attribute value associated with this AVA. |
int |
hashCode() |
java.lang.String |
toString() |
| Method Detail |
|---|
int compareTo(AVA ava)
throws PluginException,
java.lang.NullPointerException
compared.ava - The attribute value assertion to be compared.java.lang.NullPointerException - If name was null.PluginException - in case the normalized value of this attribute value could not be retrieved.boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectAttributeType getAttributeType()
AttributeValue getAttributeValue()
int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Object
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||