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[]
|
byte[] |
getAssertion() |
String |
getAttributeDesc()
Get the attribute description
|
void |
setAssertion(byte[] assertion) |
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 AttributeValueAssertion()
public static String dumpObject(Object object)
object
- the Object to renderpublic 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 typepublic byte[] getAssertion()
public void setAssertion(byte[] assertion)
assertion
- the assertion to setCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.