Searched refs:targets (Results 1 - 25 of 91) sorted by relevance

1234

/forgerock/opendj2/ext/ant/bin/
H A Dcomplete-ant-cmd.pl82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets,
[all...]
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dcomplete-ant-cmd.pl82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets,
[all...]
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dcomplete-ant-cmd.pl82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets,
[all...]
/forgerock/opendj2-hg/ext/ant/bin/
H A Dcomplete-ant-cmd.pl82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dcomplete-ant-cmd.pl82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
85 $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|;
89 my %targets;
92 $targets{$1}++;
95 my @targets = sort keys %targets;
96 for (@targets) { print CACHE "$_\n"; }
97 return @targets;
102 my @targets;
106 push( @targets,
[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-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/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/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/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/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLTargetURLsEditViewBean.java70 OrderedSet targets = (OrderedSet)mapAttrs.get(
72 setValues((String)targets.get(index));
94 OrderedSet targets = (OrderedSet)mapAttrs.get(
100 for (Iterator i = targets.iterator(); i.hasNext(); ) {
108 targets.set(index, value);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLTargetURLsEditViewBean.java70 OrderedSet targets = (OrderedSet)mapAttrs.get(
72 setValues((String)targets.get(index));
94 OrderedSet targets = (OrderedSet)mapAttrs.get(
100 for (Iterator i = targets.iterator(); i.hasNext(); ) {
108 targets.set(index, value);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugLogger.java160 * targets used by the publisher, otherwise no publisher is added.
183 final List<String> targets = new ArrayList<>();
188 targets.add((String)entry.getValue());
191 return targets;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5b/
H A DREADME41 resource, and any targets that were synchronized before the failure,
42 updated. The target that failed, and any targets specified
48 OpenIDM 3.0 enhances synchronization to multiple targets by providing
50 all targets or failing one target. This script hook can be used to "revert"
/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/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapper.java121 MessagePolicy.Target[] targets = new MessagePolicy.Target[]{};
128 MessagePolicy.TargetPolicy targetPolicy = new MessagePolicy.TargetPolicy(targets, protectionPolicy);
/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/ ...

Completed in 49 milliseconds

1234