public class AttributeValueAssertion extends Object
| Constructor and Description |
|---|
AttributeValueAssertion() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 stringpublic String toStringRFC2254(int filterType)
filterType - The filter typeCopyright © 2021. All rights reserved.