|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.authorization.dseecompat.TargAttrFilterList
public class TargAttrFilterList
The TargAttrFilterList class represents an targattrfilters list. A targattrfilters list looks like: "Op=attr1:F1 [(&& attr2:F2)*]
| Constructor Summary | |
|---|---|
TargAttrFilterList(int mask,
java.util.LinkedHashMap<AttributeType,SearchFilter> attrFilterList)
Construct a class representing an targattrfilters filter list. |
|
| Method Summary | |
|---|---|
static TargAttrFilterList |
decode(int mask,
java.lang.String expression)
Decode an TargAttrFilterList from the specified expression string. |
java.util.LinkedHashMap<AttributeType,SearchFilter> |
getAttributeTypeFilterList()
Return the list map holding the attribute type to filter mappings. |
int |
getMask()
Return the mask of this TargAttrFilterList. |
boolean |
hasMask(int mask)
Check if the mask value of this TargAttrFilterList class contains the specified mask value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargAttrFilterList(int mask,
java.util.LinkedHashMap<AttributeType,SearchFilter> attrFilterList)
mask - The mask representing the operation.attrFilterList - The list map containing the attribute type
filter mappings.| Method Detail |
|---|
public static TargAttrFilterList decode(int mask,
java.lang.String expression)
throws AciException
mask - The mask representing the operation.expression - The expression string to decode.
AciException - If the expression string contains errors.public int getMask()
public boolean hasMask(int mask)
mask - The mask to check for.
public java.util.LinkedHashMap<AttributeType,SearchFilter> getAttributeTypeFilterList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||