public class AttributeValueAssertion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Value<?> |
assertionValue
The assertion value
|
private java.lang.String |
attributeDesc
The attribute description
|
| Constructor and Description |
|---|
AttributeValueAssertion() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
dumpObject(java.lang.Object object)
Helper method to render an object which can be a String or a byte[]
|
Value<?> |
getAssertionValue()
Get the assertion value
|
java.lang.String |
getAttributeDesc()
Get the attribute description
|
void |
setAssertionValue(Value<?> assertionValue)
Set the assertion value
|
void |
setAttributeDesc(java.lang.String attributeDesc)
Set the attribute description
|
java.lang.String |
toString()
Get a String representation of an AttributeValueAssertion
|
java.lang.String |
toString(java.lang.String tabs)
Get a String representation of an AttributeValueAssertion
|
java.lang.String |
toStringRFC2254(int filterType)
Get a String representation of an AttributeValueAssertion, as of RFC
2254.
|
private java.lang.String attributeDesc
private Value<?> assertionValue
public static java.lang.String dumpObject(java.lang.Object object)
public Value<?> getAssertionValue()
public void setAssertionValue(Value<?> assertionValue)
assertionValue - The assertionValue to set.public java.lang.String getAttributeDesc()
public void setAttributeDesc(java.lang.String attributeDesc)
attributeDesc - The attributeDesc to set.public java.lang.String toString(java.lang.String tabs)
tabs - The spacing to be put before the stringpublic java.lang.String toStringRFC2254(int filterType)
filterType - The filter typepublic java.lang.String toString()
toString in class java.lang.Object