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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java50 private boolean allUserAttributes = false ; field in class:TargetAttr
89 allUserAttributes = true ;
94 allUserAttributes = false;
137 if(!allUserAttributes)
138 allUserAttributes=true;
180 return allUserAttributes;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java51 private boolean allUserAttributes = false ; field in class:TargetAttr
90 allUserAttributes = true ;
95 allUserAttributes = false;
138 if(!allUserAttributes)
139 allUserAttributes=true;
181 return allUserAttributes;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java51 private boolean allUserAttributes = false ; field in class:TargetAttr
90 allUserAttributes = true ;
95 allUserAttributes = false;
138 if(!allUserAttributes)
139 allUserAttributes=true;
181 return allUserAttributes;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java50 private boolean allUserAttributes = false ; field in class:TargetAttr
89 allUserAttributes = true ;
94 allUserAttributes = false;
137 if(!allUserAttributes)
138 allUserAttributes=true;
180 return allUserAttributes;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java51 private boolean allUserAttributes = false ; field in class:TargetAttr
90 allUserAttributes = true ;
95 allUserAttributes = false;
138 if(!allUserAttributes)
139 allUserAttributes=true;
181 return allUserAttributes;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java47 private boolean allUserAttributes; field in class:TargetAttr
77 allUserAttributes = true ;
81 allUserAttributes = false;
115 if(!allUserAttributes)
117 allUserAttributes=true;
162 return allUserAttributes;

Completed in 24 milliseconds