Searched refs:exclusive (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DQualifiedCollection.java36 * attributes ( or the permissions ) are exclusive or inclusive
50 * @param exclusive
55 public QualifiedCollection(Collection collection, boolean exclusive) { argument
57 _exclusive = exclusive;
63 * values, and the same value of exclusive flag
126 * Sets the exclusive flag
128 * @param exclusive
129 * value of exclusive flag
132 public void setExclusive(boolean exclusive) { argument
133 _exclusive = exclusive;
[all...]
H A DACI.java650 boolean exclusive;
655 exclusive = qc.isExclusive();
656 operator = exclusive ? NE : EQ;
694 exclusive = qc.isExclusive();
695 String permissionType = exclusive ? DENY : ALLOW;
1216 boolean exclusive = false;
1221 exclusive = false;
1225 exclusive);
1229 exclusive = true;
1233 exclusive);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DQualifiedCollection.java36 * attributes ( or the permissions ) are exclusive or inclusive
50 * @param exclusive
55 public QualifiedCollection(Collection collection, boolean exclusive) { argument
57 _exclusive = exclusive;
63 * values, and the same value of exclusive flag
126 * Sets the exclusive flag
128 * @param exclusive
129 * value of exclusive flag
132 public void setExclusive(boolean exclusive) { argument
133 _exclusive = exclusive;
[all...]
H A DACI.java650 boolean exclusive;
655 exclusive = qc.isExclusive();
656 operator = exclusive ? NE : EQ;
694 exclusive = qc.isExclusive();
695 String permissionType = exclusive ? DENY : ALLOW;
1216 boolean exclusive = false;
1221 exclusive = false;
1225 exclusive);
1229 exclusive = true;
1233 exclusive);
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DEntitlementSubjectImpl.java47 private boolean exclusive; field in class:EntitlementSubjectImpl
86 exclusive = jo.has("exclusive") ?
87 Boolean.parseBoolean(jo.optString("exclusive")) : false;
111 if (exclusive) {
112 jo.put("exclusive", exclusive);
202 return (exclusive == object.exclusive);
218 if (exclusive) {
[all...]
H A DAttributeSubject.java42 private boolean exclusive; field in class:AttributeSubject
140 exclusive = jo.has("exclusive") ?
141 Boolean.parseBoolean(jo.optString("exclusive")) : false;
165 if (exclusive) {
166 jo.put("exclusive", exclusive);
222 * Returns <code>true</code> for exclusive.
224 * @return <code>true</code> for exclusive.
227 return exclusive;
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DEntitlementSubjectImpl.java47 private boolean exclusive; field in class:EntitlementSubjectImpl
86 exclusive = jo.has("exclusive") ?
87 Boolean.parseBoolean(jo.optString("exclusive")) : false;
111 if (exclusive) {
112 jo.put("exclusive", exclusive);
202 return (exclusive == object.exclusive);
218 if (exclusive) {
[all...]
H A DAttributeSubject.java42 private boolean exclusive; field in class:AttributeSubject
140 exclusive = jo.has("exclusive") ?
141 Boolean.parseBoolean(jo.optString("exclusive")) : false;
165 if (exclusive) {
166 jo.put("exclusive", exclusive);
222 * Returns <code>true</code> for exclusive.
224 * @return <code>true</code> for exclusive.
227 return exclusive;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicySubject.java64 private boolean exclusive; field in class:PolicySubject
75 * @param exclusive <code>true</code> to be exclusive.
81 boolean exclusive
86 this.exclusive = exclusive;
116 * Returns <code>true</code> if this is an exclusive subject.
118 * @return <code>true</code> if this is an exclusive subject.
121 return exclusive;
134 this.exclusive
[all...]
H A DPrivilegeUtils.java204 boolean exclusive = policy.isSubjectExclusive(subjectName);
210 sbj, exclusive);
218 sbj, exclusive);
227 subject, exclusive);
397 boolean exclusive) {
414 return new PolicySubject(subjectName, className, val, exclusive);
394 mapGenericSubject( String subjectName, Subject objSubject, boolean exclusive) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicySubject.java64 private boolean exclusive; field in class:PolicySubject
75 * @param exclusive <code>true</code> to be exclusive.
81 boolean exclusive
86 this.exclusive = exclusive;
116 * Returns <code>true</code> if this is an exclusive subject.
118 * @return <code>true</code> if this is an exclusive subject.
121 return exclusive;
134 this.exclusive
[all...]
H A DPrivilegeUtils.java206 boolean exclusive = policy.isSubjectExclusive(subjectName);
212 sbj, exclusive);
220 sbj, exclusive);
229 subject, exclusive);
399 boolean exclusive) {
416 return new PolicySubject(subjectName, className, val, exclusive);
599 * Determine if this subject has exclusive/excluded state.
601 * it's exclusive state. Otherwise, return false
603 * @param subject the subject to check for exclusive/excluded
604 * @return state of the subject exclusive/exclude
396 mapGenericSubject( String subjectName, Subject objSubject, boolean exclusive) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java152 String exclusive = XMLUtils.getNodeAttributeValue(
155 addSubject(subjectName, subject, EXCLUSIVE_TYPE.equals(exclusive));
167 String exclusive = XMLUtils.getNodeAttributeValue(
171 EXCLUSIVE_TYPE.equals(exclusive));
292 * The subject is added as a normal (non exclusive) subject.
312 * The subject is added as a normal (non exclusive) subject.
338 * @param exclusive boolean flag indicating whether the subject
339 * is to be exclusive subject. If subject is exclusive,
347 exclusive)
346 addSubject(String subjectName, Subject subject, boolean exclusive) argument
403 replaceSubject(String subjectName, Subject subject, boolean exclusive) argument
822 boolean exclusive = false; field in class:Subjects.QualifiedSubject
829 QualifiedSubject(Subject subject, boolean exclusive) argument
[all...]
H A DSubjectTypeManager.java259 //we really do not use the exclusive flag at realm level
269 * @param exclusive boolean flag indicating whether the subject
270 * is to be exclusive subject. If subject is exclusive,
283 boolean exclusive)
293 realmSubjects.addSubject(subjectName, subject, exclusive);
390 //we really do not use the exclusive flag at realm level
403 * @param exclusive boolean flag indicating whether the subject
404 * is to be exclusive subject. If subject is exclusive,
282 addSubject(String subjectName, Subject subject, boolean exclusive) argument
415 replaceSubject(String subjectName, Subject subject, boolean exclusive) argument
[all...]
H A DPolicy.java689 * The subject is added as a normal (non exclusive) subject.
692 * any normal (non exclusive) subject in the policy
693 * or not a member of any exclusive subject in the policy.
730 String realmName, boolean exclusive)
735 addRealmSubject(subjectName, stm, exclusive);
760 boolean exclusive)
789 exclusive);
801 * any normal (non exclusive) subject in the policy
802 * or not a member of any exclusive subject in the policy.
807 * @param exclusive boolea
729 addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive) argument
759 addRealmSubject(String subjectName, SubjectTypeManager stm, boolean exclusive) argument
819 addSubject(String name, Subject subject, boolean exclusive) argument
872 replaceSubject(String name, Subject subject, boolean exclusive) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java151 String exclusive = XMLUtils.getNodeAttributeValue(
154 addSubject(subjectName, subject, EXCLUSIVE_TYPE.equals(exclusive));
166 String exclusive = XMLUtils.getNodeAttributeValue(
170 EXCLUSIVE_TYPE.equals(exclusive));
291 * The subject is added as a normal (non exclusive) subject.
311 * The subject is added as a normal (non exclusive) subject.
337 * @param exclusive boolean flag indicating whether the subject
338 * is to be exclusive subject. If subject is exclusive,
346 exclusive)
345 addSubject(String subjectName, Subject subject, boolean exclusive) argument
402 replaceSubject(String subjectName, Subject subject, boolean exclusive) argument
821 boolean exclusive = false; field in class:Subjects.QualifiedSubject
828 QualifiedSubject(Subject subject, boolean exclusive) argument
[all...]
H A DSubjectTypeManager.java259 //we really do not use the exclusive flag at realm level
269 * @param exclusive boolean flag indicating whether the subject
270 * is to be exclusive subject. If subject is exclusive,
283 boolean exclusive)
293 realmSubjects.addSubject(subjectName, subject, exclusive);
390 //we really do not use the exclusive flag at realm level
403 * @param exclusive boolean flag indicating whether the subject
404 * is to be exclusive subject. If subject is exclusive,
282 addSubject(String subjectName, Subject subject, boolean exclusive) argument
415 replaceSubject(String subjectName, Subject subject, boolean exclusive) argument
[all...]
H A DPolicy.java689 * The subject is added as a normal (non exclusive) subject.
692 * any normal (non exclusive) subject in the policy
693 * or not a member of any exclusive subject in the policy.
730 String realmName, boolean exclusive)
735 addRealmSubject(subjectName, stm, exclusive);
760 boolean exclusive)
789 exclusive);
801 * any normal (non exclusive) subject in the policy
802 * or not a member of any exclusive subject in the policy.
807 * @param exclusive boolea
729 addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive) argument
759 addRealmSubject(String subjectName, SubjectTypeManager stm, boolean exclusive) argument
819 addSubject(String name, Subject subject, boolean exclusive) argument
872 replaceSubject(String name, Subject subject, boolean exclusive) argument
[all...]
/forgerock/web-agents-v4/zlib/
H A Dgzlib.c103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectOpViewBeanBase.java241 String exclusive = (String)propertySheetModel.getValue(EXCLUSIVE);
242 return exclusive.equals("true");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectOpViewBeanBase.java241 String exclusive = (String)propertySheetModel.getValue(EXCLUSIVE);
242 return exclusive.equals("true");
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jar ... enum org.tmatesoft.sqljet.core.SqlJetTransactionMode EXCLUSIVE private static final synthetic org.tmatesoft.sqljet. ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jar ... enum org.tmatesoft.sqljet.core.SqlJetTransactionMode EXCLUSIVE private static final synthetic org.tmatesoft.sqljet. ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 126 milliseconds

12