public class PolicyMembershipAttributeValue extends AttributeValue
| Modifier and Type | Field and Description |
|---|---|
static int |
MEMBERSHIP_ALL |
static int |
MEMBERSHIP_OTHER |
static int |
MEMBERSHIP_ROLES |
| Constructor and Description |
|---|
PolicyMembershipAttributeValue()
Constructor
|
PolicyMembershipAttributeValue(java.lang.String attributeName,
java.util.Collection values)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toXML()
Returns an XML String representation of the membership attribute.
|
addValue, addValues, clone, equals, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getSyntaxId, getValues, getValueString, hashCode, isAttributeBlacklisted, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setAttributeBlacklisted, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setStringValue, setValue, setValues, toStringpublic static int MEMBERSHIP_ALL
public static int MEMBERSHIP_OTHER
public static int MEMBERSHIP_ROLES
public PolicyMembershipAttributeValue()
public PolicyMembershipAttributeValue(java.lang.String attributeName,
java.util.Collection values)
attributeName - values - public java.lang.String toXML()
toXML in class AttributeValue