|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.codec.AttributeValueAssertion
public class AttributeValueAssertion
A class to store an attribute value assertion. The grammar is : AttributeValueAssertion ::= SEQUENCE { attributeDesc AttributeDescription, assertionValue AssertionValue } AttributeDescription ::= LDAPString AssertionValue ::= OCTET STRING
| Constructor Summary | |
|---|---|
AttributeValueAssertion()
|
|
| Method Summary | |
|---|---|
static String |
dumpObject(Object object)
Helper method to render an object which can be a String or a byte[] |
Value<?> |
getAssertionValue()
Get the assertion value |
String |
getAttributeDesc()
Get the attribute description |
void |
setAssertionValue(Value<?> assertionValue)
Set the assertion value |
void |
setAttributeDesc(String attributeDesc)
Set the attribute description |
String |
toString()
Get a String representation of an AttributeValueAssertion |
String |
toString(String tabs)
Get a String representation of an AttributeValueAssertion |
String |
toStringRFC2254(int filterType)
Get a String representation of an AttributeValueAssertion, as of RFC 2254. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValueAssertion()
| Method Detail |
|---|
public static String dumpObject(Object object)
public Value<?> getAssertionValue()
public void setAssertionValue(Value<?> assertionValue)
assertionValue - The assertionValue to set.public String getAttributeDesc()
public void setAttributeDesc(String attributeDesc)
attributeDesc - The attributeDesc to set.public String toString(String tabs)
tabs - The spacing to be put before the string
public String toStringRFC2254(int filterType)
filterType - The filter type
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||