Searched defs:TargAttrFilterList (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java43 * The TargAttrFilterList class represents an targattrfilters list. A
48 public class TargAttrFilterList { class
96 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
103 * Decode an TargAttrFilterList from the specified expression string.
106 * @return A TargAttrFilterList class representing the targattrfilters
110 public static TargAttrFilterList decode(int mask, String expression)
156 return new TargAttrFilterList(mask, attrFilterList);
196 * Return the mask of this TargAttrFilterList.
204 * Check if the mask value of this TargAttrFilterList class contains the
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java42 * The TargAttrFilterList class represents an targattrfilters list. A
47 public class TargAttrFilterList { class
95 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
102 * Decode an TargAttrFilterList from the specified expression string.
105 * @return A TargAttrFilterList class representing the targattrfilters
109 public static TargAttrFilterList decode(int mask, String expression)
155 return new TargAttrFilterList(mask, attrFilterList);
195 * Return the mask of this TargAttrFilterList.
203 * Check if the mask value of this TargAttrFilterList class contains the
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java42 * The TargAttrFilterList class represents an targattrfilters list. A
47 public class TargAttrFilterList { class
95 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
102 * Decode an TargAttrFilterList from the specified expression string.
105 * @return A TargAttrFilterList class representing the targattrfilters
109 public static TargAttrFilterList decode(int mask, String expression)
155 return new TargAttrFilterList(mask, attrFilterList);
195 * Return the mask of this TargAttrFilterList.
203 * Check if the mask value of this TargAttrFilterList class contains the
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java43 * The TargAttrFilterList class represents an targattrfilters list. A
48 public class TargAttrFilterList { class
96 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
103 * Decode an TargAttrFilterList from the specified expression string.
106 * @return A TargAttrFilterList class representing the targattrfilters
110 public static TargAttrFilterList decode(int mask, String expression)
156 return new TargAttrFilterList(mask, attrFilterList);
196 * Return the mask of this TargAttrFilterList.
204 * Check if the mask value of this TargAttrFilterList class contains the
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java42 * The TargAttrFilterList class represents an targattrfilters list. A
47 public class TargAttrFilterList { class
95 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
102 * Decode an TargAttrFilterList from the specified expression string.
105 * @return A TargAttrFilterList class representing the targattrfilters
109 public static TargAttrFilterList decode(int mask, String expression)
155 return new TargAttrFilterList(mask, attrFilterList);
195 * Return the mask of this TargAttrFilterList.
203 * Check if the mask value of this TargAttrFilterList class contains the
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java43 * The TargAttrFilterList class represents an targattrfilters list. A
48 public class TargAttrFilterList { class
96 public TargAttrFilterList(int mask, method in class:TargAttrFilterList
103 * Decode an TargAttrFilterList from the specified expression string.
106 * @return A TargAttrFilterList class representing the targattrfilters
110 public static TargAttrFilterList decode(int mask, String expression)
152 return new TargAttrFilterList(mask, attrFilterList);
190 * Return the mask of this TargAttrFilterList.
198 * Check if the mask value of this TargAttrFilterList class contains the

Completed in 62 milliseconds