Searched refs:artifact (Results 26 - 50 of 54) sorted by relevance

123

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerImpl.java134 public String getAssertion(String artifact, Set destID) argument
145 artifact), destSet);
149 public String getAssertion2(String artifact, String destID) argument
154 artifact), SAMLUtils.byteArrayToString(Base64.decode(destID)));
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...]
H A DSAMLClient.java167 * This method returns the Assertion for the corresponding artifact.
169 * destination identified by the source ID in the artifact and
172 * @param artifact An <code>AssertionArtifact</code> representing the
173 * artifact
174 * @return An Assertion corresponding to the artifact
180 public static Assertion getAssertionByArtifact(AssertionArtifact artifact) argument
182 return getAssertionByArtifact(artifact.getAssertionArtifact());
186 * This method returns the Assertion for the corresponding artifact.
188 * identified by the source ID in the artifact and returns the Assertion
191 * @param artifact
198 getAssertionByArtifact(String 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...]
H A DSAMLClient.java167 * This method returns the Assertion for the corresponding artifact.
169 * destination identified by the source ID in the artifact and
172 * @param artifact An <code>AssertionArtifact</code> representing the
173 * artifact
174 * @return An Assertion corresponding to the artifact
180 public static Assertion getAssertionByArtifact(AssertionArtifact artifact) argument
182 return getAssertionByArtifact(artifact.getAssertionArtifact());
186 * This method returns the Assertion for the corresponding artifact.
188 * identified by the source ID in the artifact and returns the Assertion
191 * @param artifact
198 getAssertionByArtifact(String artifact) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLAwareServlet.java61 * Endpoint that supports <code>SAML</code> web browser artifact profile.
66 * Overrides doGet method to support <code>SAML</code> web browser artifact
70 * - Accepts <code>SAML</code> artifact to complete single sign-on
148 AssertionArtifact artifact =
154 artifact.toString());
156 String artid = artifact.getAssertionArtifact();
274 //assertion artifact
H A DSAMLSOAPReceiver.java110 * 1- Accepts an artifact request and returns corresponding assertion.
678 AssertionArtifact artifact = (AssertionArtifact)
682 assertion = am.getAssertion(artifact,partnerSourceID );
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLAwareServlet.java61 * Endpoint that supports <code>SAML</code> web browser artifact profile.
66 * Overrides doGet method to support <code>SAML</code> web browser artifact
70 * - Accepts <code>SAML</code> artifact to complete single sign-on
148 AssertionArtifact artifact =
154 artifact.toString());
156 String artid = artifact.getAssertionArtifact();
274 //assertion artifact
H A DSAMLSOAPReceiver.java110 * 1- Accepts an artifact request and returns corresponding assertion.
678 AssertionArtifact artifact = (AssertionArtifact)
682 assertion = am.getAssertion(artifact,partnerSourceID );
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java81 * <code>IDP</code> single sign on service handler handles browser artifact
137 * @param samlRequest <code>Request</code> object that contains artifact
432 + "retrieving sp's providerID for the artifact: ", ex);
438 + "artifact received does not correspond to any SP");
448 * artifact. If so, use it.
564 + "createSAMLResponse: No artifact found in samlRequest");
582 AssertionArtifact artifact =(AssertionArtifact)
586 assertion = am.getAssertion(artifact, spEntityId);
793 * Generates artifact and sends it to <code>SP</code>.
816 * Creates assertion and assertion artifact
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java81 * <code>IDP</code> single sign on service handler handles browser artifact
137 * @param samlRequest <code>Request</code> object that contains artifact
432 + "retrieving sp's providerID for the artifact: ", ex);
438 + "artifact received does not correspond to any SP");
448 * artifact. If so, use it.
564 + "createSAMLResponse: No artifact found in samlRequest");
582 AssertionArtifact artifact =(AssertionArtifact)
586 assertion = am.getAssertion(artifact, spEntityId);
793 * Generates artifact and sends it to <code>SP</code>.
816 * Creates assertion and assertion artifact
[all...]
/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/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-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/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/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/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/ ...
/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/ ...
/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/ ...
/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/ ...

Completed in 90 milliseconds

123