Searched defs:targets (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
548 * Wrapper class that passes an ACI, an ACI's targets and the specified
572 * the specified ACI, ACI targets class and DN.
575 * @param targets The targets to use in this evaluation.
580 AciTargets targets, DN entryDN) {
588 if((targets.getTarget() != null) &&
589 (!targets.getTarget().isPattern())) {
590 EnumTargetOperator op=targets.getTarget().getOperator();
592 targetDN=targets
579 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
[all...]
H A DAci.java53 * The ACI targets.
55 private AciTargets targets=null; field in class:Aci
350 * @param targets The targets of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
356 this.targets=targets;
381 AciTargets targets=AciTargets.decode(targetStr, dn);
382 return new Aci(input, dn, body, targets);
396 * Returns the targets o
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
512 AciTargets targets=aci.getTargets();
516 if((a != null) && (targets.getTargetAttr() != null)) {
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
518 setEvalAttributes(targetMatchCtx,targets,ret);
519 } else if((a != null) || (targets.getTargetAttr() != null)) {
523 else if ((targets.getTargetAttr() != null) &&
551 * Wrapper class that passes an ACI, an ACI's targets and the specified
575 * the specifed ACI, ACI targets class and DN.
577 * @param targets Th
582 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
670 setEvalAttributes(AciTargetMatchContext ctx, AciTargets targets, boolean ret) argument
[all...]
H A DAci.java54 * The ACI targets.
56 private AciTargets targets=null; field in class:Aci
352 * @param targets The targets of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
358 this.targets=targets;
383 AciTargets targets=AciTargets.decode(targetStr, dn);
384 return new Aci(input, dn, body, targets);
397 * Returns the targets o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
512 AciTargets targets=aci.getTargets();
516 if((a != null) && (targets.getTargetAttr() != null)) {
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
518 setEvalAttributes(targetMatchCtx,targets,ret);
519 } else if((a != null) || (targets.getTargetAttr() != null)) {
523 else if ((targets.getTargetAttr() != null) &&
551 * Wrapper class that passes an ACI, an ACI's targets and the specified
575 * the specifed ACI, ACI targets class and DN.
577 * @param targets Th
582 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
670 setEvalAttributes(AciTargetMatchContext ctx, AciTargets targets, boolean ret) argument
[all...]
H A DAci.java54 * The ACI targets.
56 private AciTargets targets=null; field in class:Aci
352 * @param targets The targets of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
358 this.targets=targets;
383 AciTargets targets=AciTargets.decode(targetStr, dn);
384 return new Aci(input, dn, body, targets);
397 * Returns the targets o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
548 * Wrapper class that passes an ACI, an ACI's targets and the specified
572 * the specified ACI, ACI targets class and DN.
575 * @param targets The targets to use in this evaluation.
580 AciTargets targets, DN entryDN) {
588 if((targets.getTarget() != null) &&
589 (!targets.getTarget().isPattern())) {
590 EnumTargetOperator op=targets.getTarget().getOperator();
592 targetDN=targets
579 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
[all...]
H A DAci.java53 * The ACI targets.
55 private AciTargets targets=null; field in class:Aci
350 * @param targets The targets of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
356 this.targets=targets;
381 AciTargets targets=AciTargets.decode(targetStr, dn);
382 return new Aci(input, dn, body, targets);
396 * Returns the targets o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
512 AciTargets targets=aci.getTargets();
516 if((a != null) && (targets.getTargetAttr() != null)) {
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
518 setEvalAttributes(targetMatchCtx,targets,ret);
519 } else if((a != null) || (targets.getTargetAttr() != null)) {
523 else if ((targets.getTargetAttr() != null) &&
551 * Wrapper class that passes an ACI, an ACI's targets and the specified
575 * the specifed ACI, ACI targets class and DN.
577 * @param targets Th
582 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
670 setEvalAttributes(AciTargetMatchContext ctx, AciTargets targets, boolean ret) argument
[all...]
H A DAci.java54 * The ACI targets.
56 private AciTargets targets=null; field in class:Aci
352 * @param targets The targets of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
358 this.targets=targets;
383 AciTargets targets=AciTargets.decode(targetStr, dn);
384 return new Aci(input, dn, body, targets);
397 * Returns the targets o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciTargets.java146 * may be null. If the ACI has no targets defaults will be used.
556 * Wrapper class that passes an ACI, an ACI's targets and the specified
580 * the specified ACI, ACI targets class and DN.
583 * @param targets The targets to use in this evaluation.
588 AciTargets targets, DN entryDN) {
596 if(targets.getTarget() != null && !targets.getTarget().isPattern()) {
597 EnumTargetOperator op=targets.getTarget().getOperator();
600 targetDN=targets
587 isTargetApplicable(Aci aci, AciTargets targets, DN entryDN) argument
[all...]
H A DAci.java53 * The ACI targets.
55 private AciTargets targets; field in class:Aci
350 * @param targets The targets of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
356 this.targets=targets;
381 AciTargets targets=AciTargets.decode(targetStr, dn);
382 return new Aci(input, dn, body, targets);
396 * Returns the targets o
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconciliationContext.java62 private Map<String, JsonValue> targets; field in class:ReconciliationContext
63 // Whether the targets map contains preloaded values
280 * Query (and cache if necessary) targets to reconcile
306 this.targets = new ConcurrentHashMap<String, JsonValue>();
311 targets.put(entry.getId(), NULL_MARKER);
313 targets.put(entry.getId(), entry.getValue());
316 this.totalTargetEntries = Integer.valueOf(targets.size());
347 return targets;
391 targets = null;
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java951 private boolean isSubResource(String app, Set<String> targets) { argument
957 for (String t : targets) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java951 private boolean isSubResource(String app, Set<String> targets) { argument
957 for (String t : targets) {
/forgerock/opendj2/ext/ant/etc/
H A Dant-bootstrap.jar ... io.PrintStream err private java.util.Vector targets private java.util.Properties definedProps private java. ...
/forgerock/opendj-b2.6/ext/ant/etc/
H A Dant-bootstrap.jar ... io.PrintStream err private java.util.Vector targets private java.util.Properties definedProps private java. ...
/forgerock/opendj2.6.2/ext/ant/etc/
H A Dant-bootstrap.jar ... io.PrintStream err private java.util.Vector targets private java.util.Properties definedProps private java. ...
/forgerock/opendj2-hg/ext/ant/etc/
H A Dant-bootstrap.jar ... io.PrintStream err private java.util.Vector targets private java.util.Properties definedProps private java. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/etc/
H A Dant-bootstrap.jar ... io.PrintStream err private java.util.Vector targets private java.util.Properties definedProps private java. ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 1260 milliseconds

123