Searched refs:excluded (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DResourceSet.java26 * Provides a container around a set of included and excluded resource names. Exists primarily to provide a better
33 private final Set<String> excluded; field in class:ResourceSet
37 @JsonProperty("excluded") Set<String> excluded) {
39 this.excluded = excluded;
51 return excluded;
64 return excluded.equals(that.excluded) && included.equals(that.included);
70 result = 31 * result + excluded
36 ResourceSet(@sonProperty�) Set<String> included, @JsonProperty(�) Set<String> excluded) argument
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DResourceSet.java26 * Provides a container around a set of included and excluded resource names. Exists primarily to provide a better
33 private final Set<String> excluded; field in class:ResourceSet
37 @JsonProperty("excluded") Set<String> excluded) {
39 this.excluded = excluded;
51 return excluded;
64 return excluded.equals(that.excluded) && included.equals(that.included);
70 result = 31 * result + excluded
36 ResourceSet(@sonProperty�) Set<String> included, @JsonProperty(�) Set<String> excluded) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DMultiDomainServerStateTest.java197 final MultiDomainServerState excluded = new MultiDomainServerState();
199 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn1, csn1));
207 final MultiDomainServerState excluded = new MultiDomainServerState();
208 excluded.update(dn1, csn1);
210 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
218 final MultiDomainServerState excluded = new MultiDomainServerState();
219 excluded.update(dn1, csn1);
223 excluded.update(dn2, olderThanCSN1);
225 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
233 final MultiDomainServerState excluded
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DMultiDomainServerStateTest.java197 final MultiDomainServerState excluded = new MultiDomainServerState();
199 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn1, csn1));
207 final MultiDomainServerState excluded = new MultiDomainServerState();
208 excluded.update(dn1, csn1);
210 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
218 final MultiDomainServerState excluded = new MultiDomainServerState();
219 excluded.update(dn1, csn1);
223 excluded.update(dn2, olderThanCSN1);
225 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
233 final MultiDomainServerState excluded
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/common/
H A DMultiDomainServerStateTest.java220 final MultiDomainServerState excluded = new MultiDomainServerState();
222 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn1, csn1));
230 final MultiDomainServerState excluded = new MultiDomainServerState();
231 excluded.update(dn1, csn1);
233 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
241 final MultiDomainServerState excluded = new MultiDomainServerState();
242 excluded.update(dn1, csn1);
246 excluded.update(dn2, olderThanCSN1);
248 assertEquals(lastAliveCSNs.getOldestCSNExcluding(excluded), Pair.of(dn2, csn1));
256 final MultiDomainServerState excluded
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/
H A Drouter-authz.js388 var i,j,config,pattern,excluded,ex;
399 excluded = config.excludePatterns.split(',');
400 for (j = 0; j < excluded.length; j++) {
401 if (matchesResourceIdPattern(id, excluded[j])) {
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java307 private boolean isReplicaExcluded(MultiDomainServerState excluded, DN baseDN, argument
310 return excluded != null
311 && csn.equals(excluded.getCSN(baseDN, csn.getServerId()));
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java307 private boolean isReplicaExcluded(MultiDomainServerState excluded, DN baseDN, argument
310 return excluded != null
311 && csn.equals(excluded.getCSN(baseDN, csn.getServerId()));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/
H A DMultiDomainServerState.java319 private boolean isReplicaExcluded(MultiDomainServerState excluded, DN baseDN, argument
322 return excluded != null
323 && csn.equals(excluded.getCSN(baseDN, csn.getServerId()));
/forgerock/openam-v13/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java264 ArrayList excluded) throws Exception {
270 if (!excluded.contains(name)) {
263 addFilePaths(File dir, ArrayList list, ArrayList urls, ArrayList excluded) argument
/forgerock/openam/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java264 ArrayList excluded) throws Exception {
270 if (!excluded.contains(name)) {
263 addFilePaths(File dir, ArrayList list, ArrayList urls, ArrayList excluded) argument
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetService.java481 Set<ResourceSetDescription> excluded = queryFilter.accept(this, resourceSetDescriptions);
482 resourceSetDescriptions.removeAll(excluded);
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetService.java481 Set<ResourceSetDescription> excluded = queryFilter.accept(this, resourceSetDescriptions);
482 resourceSetDescriptions.removeAll(excluded);
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 71 milliseconds

12