Searched refs:artifacts (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-v3/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/
H A DGenerateManifestClassPathMojo.java73 * List of artifacts to exclude from the classpath. Each item must be of format "groupId:artifactId".
79 * List of artifacts to include in the classpath. Each item must be of format "groupId:artifactId".
200 private Artifact findArtifactWithFile(Set<Artifact> artifacts, File file) { argument
201 for (Artifact artifact : artifacts) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java194 if (artifacts == Collections.EMPTY_LIST) {
195 artifacts = new ArrayList();
200 artifacts.add(newArt);
H A DFSRequest.java365 if (artifacts == Collections.EMPTY_LIST) {
366 artifacts = new ArrayList();
368 artifacts.add(new AssertionArtifact(
711 j = artifacts.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java194 if (artifacts == Collections.EMPTY_LIST) {
195 artifacts = new ArrayList();
200 artifacts.add(newArt);
H A DFSRequest.java365 if (artifacts == Collections.EMPTY_LIST) {
366 artifacts = new ArrayList();
368 artifacts.add(new AssertionArtifact(
711 j = artifacts.iterator();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java76 protected List artifacts = Collections.EMPTY_LIST; field in class:Request
350 if (artifacts == Collections.EMPTY_LIST) {
351 artifacts = new ArrayList();
353 artifacts.add((AssertionArtifact) temp);
631 if (artifacts == Collections.EMPTY_LIST) {
632 artifacts = new ArrayList();
634 artifacts.add(new AssertionArtifact(
839 return artifacts;
979 j = artifacts.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java79 protected List artifacts = Collections.EMPTY_LIST; field in class:Request
353 if (artifacts == Collections.EMPTY_LIST) {
354 artifacts = new ArrayList();
356 artifacts.add((AssertionArtifact) temp);
634 if (artifacts == Collections.EMPTY_LIST) {
635 artifacts = new ArrayList();
637 artifacts.add(new AssertionArtifact(
842 return artifacts;
982 j = artifacts.iterator();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java257 * Processes request with artifacts.
358 List artifacts = null;
361 artifacts = samlRequest.getAssertionArtifact();
362 length = artifacts.size();
363 // ensure that all the artifacts have the same sourceID
368 art =(AssertionArtifact)artifacts.get(j);
425 } // while loop to go through artifacts to check for sourceID
583 artifacts.get(i);
697 if (assertions.size() == artifacts.size()) {
915 + "sendSAMLArtifacts: Sending artifacts t
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java257 * Processes request with artifacts.
358 List artifacts = null;
361 artifacts = samlRequest.getAssertionArtifact();
362 length = artifacts.size();
363 // ensure that all the artifacts have the same sourceID
368 art =(AssertionArtifact)artifacts.get(j);
425 } // while loop to go through artifacts to check for sourceID
583 artifacts.get(i);
697 if (assertions.size() == artifacts.size()) {
915 + "sendSAMLArtifacts: Sending artifacts t
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java640 List artifacts = null;
643 artifacts = req.getAssertionArtifact();
644 length = artifacts.size();
645 // ensure that all the artifacts have this site's sourceID
647 AssertionArtifact art = (AssertionArtifact)artifacts.get(j);
676 } // for loop to go through artifacts to check for sourceID
679 artifacts.get(i);
845 if (contents.size() == artifacts.size()) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java640 List artifacts = null;
643 artifacts = req.getAssertionArtifact();
644 length = artifacts.size();
645 // ensure that all the artifacts have this site's sourceID
647 AssertionArtifact art = (AssertionArtifact)artifacts.get(j);
676 } // for loop to go through artifacts to check for sourceID
679 artifacts.get(i);
845 if (contents.size() == artifacts.size()) {
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 3169 milliseconds