public class PolicyScopeAttributeValue extends AttributeValue
| Modifier and Type | Field and Description |
|---|---|
static int |
ONELEVEL_SCOPE
Constant indicating a single level search scope.
|
static int |
SUBTREE_SCOPE
Constant indicating a sub-tree search scope.
|
| Constructor and Description |
|---|
PolicyScopeAttributeValue()
Constructor
|
PolicyScopeAttributeValue(java.lang.String attributeName,
java.lang.String value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toXML()
Returns an XML String representation of the scope 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 ONELEVEL_SCOPE
public static int SUBTREE_SCOPE
public PolicyScopeAttributeValue()
public PolicyScopeAttributeValue(java.lang.String attributeName,
java.lang.String value)
attributeName - value - public java.lang.String toXML()
toXML in class AttributeValue