Searched refs:allUserAttributes (Results 1 - 10 of 10) 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;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js37 this.data.allUserAttributes = [];
45 self.data.allUserAttributes.push(attr);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js37 this.data.allUserAttributes = [];
45 self.data.allUserAttributes.push(attr);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js142 .done(function (policySetModel, allSubjects, allEnvironments, allUserAttributes, resourceTypes) {
152 self.allUserAttributes = _.sortBy(allUserAttributes[0].result);
185 SubjectResponseAttributesView.render([self.userAttributes, self.allUserAttributes],
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js138 ).done((policySetModel, allSubjects, allEnvironments, allUserAttributes, resourceTypes) => {
148 self.allUserAttributes = _.sortBy(allUserAttributes[0].result);
178 SubjectResponseAttributesView.render([self.userAttributes, self.allUserAttributes]);

Completed in 59 milliseconds