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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java55 private boolean allOpAttributes = false ; field in class:TargetAttr
91 allOpAttributes = true ;
95 allOpAttributes=false;
145 if(!allOpAttributes)
146 allOpAttributes=true;
190 return allOpAttributes;
258 * a match is true if the allOpAttributes boolean is true or if the
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java56 private boolean allOpAttributes = false ; field in class:TargetAttr
92 allOpAttributes = true ;
96 allOpAttributes=false;
146 if(!allOpAttributes)
147 allOpAttributes=true;
191 return allOpAttributes;
259 * a match is true if the allOpAttributes boolean is true or if the
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java56 private boolean allOpAttributes = false ; field in class:TargetAttr
92 allOpAttributes = true ;
96 allOpAttributes=false;
146 if(!allOpAttributes)
147 allOpAttributes=true;
191 return allOpAttributes;
259 * a match is true if the allOpAttributes boolean is true or if the
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java55 private boolean allOpAttributes = false ; field in class:TargetAttr
91 allOpAttributes = true ;
95 allOpAttributes=false;
145 if(!allOpAttributes)
146 allOpAttributes=true;
190 return allOpAttributes;
258 * a match is true if the allOpAttributes boolean is true or if the
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java56 private boolean allOpAttributes = false ; field in class:TargetAttr
92 allOpAttributes = true ;
96 allOpAttributes=false;
146 if(!allOpAttributes)
147 allOpAttributes=true;
191 return allOpAttributes;
259 * a match is true if the allOpAttributes boolean is true or if the
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java49 private boolean allOpAttributes; field in class:TargetAttr
79 allOpAttributes = true ;
82 allOpAttributes = false;
125 if(!allOpAttributes)
127 allOpAttributes=true;
171 return allOpAttributes;
215 * a match is true if the allOpAttributes boolean is true or if the

Completed in 63 milliseconds