Searched defs:artifact (Results 26 - 46 of 46) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs125 /// artifact.
127 /// <param name="artifact">SAMLv2 artifact</param>
129 public ArtifactResponse GetArtifactResponse(Artifact artifact) argument
131 ArtifactResolve artifactResolve = new ArtifactResolve(this.ServiceProvider, artifact);
134 IdentityProvider idp = this.GetIdpFromArtifact(artifact);
295 Artifact artifact = new Artifact(request[Saml2Constants.ArtifactParameter]);
296 artifactResponse = this.GetArtifactResponse(artifact);
1973 // check the signature of the xml document (optional for artifact)
2144 /// Gets the Identity Provider associated with the specified artifact
2154 GetIdpFromArtifact(Artifact artifact) argument
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java102 public boolean canHandle(File artifact) { argument
112 logger.debug("Checking if can handle artifact: {}", artifact);
113 return artifact.getName().endsWith(ConfigBootstrapHelper.JSON_CONFIG_FILE_EXT);
119 public void install(File artifact) throws Exception { argument
120 logger.debug("Artifact install {}", artifact);
121 setConfig(artifact);
124 public void update(File artifact) throws Exception { argument
125 logger.debug("Artifact update {}", artifact);
126 setConfig(artifact);
129 uninstall(File artifact) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs125 /// artifact.
127 /// <param name="artifact">SAMLv2 artifact</param>
129 public ArtifactResponse GetArtifactResponse(Artifact artifact) argument
131 ArtifactResolve artifactResolve = new ArtifactResolve(this.ServiceProvider, artifact);
134 IdentityProvider idp = this.GetIdpFromArtifact(artifact);
297 Artifact artifact = new Artifact(request[Saml2Constants.ArtifactParameter]);
298 artifactResponse = this.GetArtifactResponse(artifact);
1987 // check the signature of the xml document (optional for artifact)
2158 /// Gets the Identity Provider associated with the specified artifact
2168 GetIdpFromArtifact(Artifact artifact) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java90 * IDP side class which handles assertion and artifact operations.
322 * Returns artifact to assertion ID map.
323 * @return artifact to assertion ID map
366 * Creates an assertion artifact.
396 // create assertion id and artifact
437 * Creates an assertion artifact.
439 * @param artifact assertion artifact
450 AssertionArtifact artifact,
624 if (artifact !
448 createFSAssertion( String id, AssertionArtifact artifact, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int assertionMinorVersion) argument
908 getAssertion( AssertionArtifact artifact, String destID ) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java93 * IDP side class which handles assertion and artifact operations.
325 * Returns artifact to assertion ID map.
326 * @return artifact to assertion ID map
369 * Creates an assertion artifact.
399 // create assertion id and artifact
440 * Creates an assertion artifact.
442 * @param artifact assertion artifact
453 AssertionArtifact artifact,
627 if (artifact !
451 createFSAssertion( String id, AssertionArtifact artifact, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int assertionMinorVersion) argument
911 getAssertion( AssertionArtifact artifact, String destID ) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java136 // used to store artifact to assertionID mapping
508 + "fact(Assertion,String): couldn't add artifact to the "
594 * an artifact.
622 * @param artifact the value to be set in the SubjectConfirmation of the
631 public Assertion createSSOAssertion(String id, AssertionArtifact artifact, argument
634 return createSSOAssertion(id, artifact, null, null, destID,
643 * @param artifact the value to be set in the SubjectConfirmation of the
654 public Assertion createSSOAssertion(String id, AssertionArtifact artifact, argument
700 if (artifact == null) {
704 return createAssertion(id, artifact, destI
729 createAssertion(String id, AssertionArtifact artifact, String destID, List attributes, String confirmationMethod, int minorVersion, String nameIDFormat) argument
956 deleteAssertion(String assertionID, String artifact) argument
1014 getAssertion(AssertionArtifact artifact, Set destID, boolean destCheckFlag) argument
1164 getAssertion(AssertionArtifact artifact, String destID) argument
1190 getAssertion(AssertionArtifact artifact, Set destID) argument
1209 getAssertion(AssertionArtifact artifact) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java273 * @return 20-byte random string to be used to form an artifact.
1300 // add checking artifact confirmation method identifier based
1492 * @param artifact SAML Artifact
1498 public static Map processArtifact(String[] artifact, String target) argument
1506 assts = SAMLClient.artifactQueryHandler(artifact, (String) null);
1511 firstArtifact = new AssertionArtifact(artifact[0]);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java138 // used to store artifact to assertionID mapping
510 + "fact(Assertion,String): couldn't add artifact to the "
596 * an artifact.
624 * @param artifact the value to be set in the SubjectConfirmation of the
633 public Assertion createSSOAssertion(String id, AssertionArtifact artifact, argument
636 return createSSOAssertion(id, artifact, null, null, destID,
645 * @param artifact the value to be set in the SubjectConfirmation of the
656 public Assertion createSSOAssertion(String id, AssertionArtifact artifact, argument
702 if (artifact == null) {
706 return createAssertion(id, artifact, destI
731 createAssertion(String id, AssertionArtifact artifact, String destID, List attributes, String confirmationMethod, int minorVersion, String nameIDFormat) argument
958 deleteAssertion(String assertionID, String artifact) argument
1016 getAssertion(AssertionArtifact artifact, Set destID, boolean destCheckFlag) argument
1166 getAssertion(AssertionArtifact artifact, String destID) argument
1192 getAssertion(AssertionArtifact artifact, Set destID) argument
1211 getAssertion(AssertionArtifact artifact) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java275 * @return 20-byte random string to be used to form an artifact.
1302 // add checking artifact confirmation method identifier based
1495 * @param artifact SAML Artifact
1501 public static Map processArtifact(String[] artifact, String target) argument
1509 assts = SAMLClient.artifactQueryHandler(artifact, (String) null);
1514 firstArtifact = new AssertionArtifact(artifact[0]);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java49 public static final String artifact = "Artifact"; field in interface:SAMLv2Model
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java49 public static final String artifact = "Artifact"; field in interface:SAMLv2Model
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
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 Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
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 Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
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 Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
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 Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 258 milliseconds

12