Searched refs:authnResponse (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java54 private FSAuthnResponse authnResponse; field in class:FSAuthnResponseEnvelope
67 * @param authnResponse the <code>FSAuthnResponse</code> object.
69 public FSAuthnResponseEnvelope(FSAuthnResponse authnResponse) { argument
70 this.authnResponse = authnResponse;
113 if (authnResponse != null) {
120 authnResponse = new FSAuthnResponse((Element) child);
176 return authnResponse;
182 * @param authnResponse the <code>FSAuthnResponse</code> object.
186 public void setAuthnResponse(FSAuthnResponse authnResponse) { argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserPostProfileHandler.java96 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
100 authnResponse.setProviderId(hostedEntityId);
102 authnResponse.toXMLString(true, true), FSUtils.debug);
111 List assList = authnResponse.getAssertion();
188 authnResponse.getResponseID() + "," +
190 authnResponse.getInResponseTo()};
218 authnResponse.getResponseID() + "," +
220 authnResponse.getInResponseTo()};
241 FSAuthnResponse authnResponse = createAuthnResponse(
247 + "AuthnResponse created: " + authnResponse
[all...]
H A DFSSSOWMLPostProfileHandler.java90 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
94 authnResponse.setProviderId(hostedEntityId);
96 authnResponse.toXMLString(true, true), FSUtils.debug);
103 List assList = authnResponse.getAssertion();
213 FSAuthnResponse authnResponse = createAuthnResponse (ssoToken,
217 sendAuthnResponse (authnResponse);
H A DFSSSOLECPProfileHandler.java203 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
204 authnResponse.setProviderId(hostedEntityId);
206 new FSAuthnResponseEnvelope (authnResponse);
207 respEnvelope.setMinorVersion(authnResponse.getMinorVersion());
232 List assList = authnResponse.getAssertion();
304 FSAuthnResponse authnResponse = createAuthnResponse(
306 sendAuthnResponse(authnResponse);
H A DFSBrowserPostConsumerHandler.java48 protected FSAuthnResponse authnResponse = null; field in class:FSBrowserPostConsumerHandler
H A DFSLECPConsumerHandler.java47 protected FSAuthnResponse authnResponse = null; field in class:FSLECPConsumerHandler
H A DFSWMLPostConsumerHandler.java48 protected FSAuthnResponse authnResponse = null; field in class:FSWMLPostConsumerHandler
H A DFSAssertionConsumerService.java285 FSAuthnResponse authnResponse = null;
289 FSUtils.debug.message("Decoded authnResponse" +
301 authnResponse = new FSAuthnResponse(doc.getDocumentElement());
302 if (authnResponse == null){
348 authnResponse.toXMLString());
366 String requestID = authnResponse.getInResponseTo();
416 authnResponse.getInResponseTo(), metaAlias);
456 idpEntityId = authnResponse.getProviderId();
468 authnResponse,
490 handler.processAuthnResponse(authnResponse);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java54 private FSAuthnResponse authnResponse; field in class:FSAuthnResponseEnvelope
67 * @param authnResponse the <code>FSAuthnResponse</code> object.
69 public FSAuthnResponseEnvelope(FSAuthnResponse authnResponse) { argument
70 this.authnResponse = authnResponse;
113 if (authnResponse != null) {
120 authnResponse = new FSAuthnResponse((Element) child);
176 return authnResponse;
182 * @param authnResponse the <code>FSAuthnResponse</code> object.
186 public void setAuthnResponse(FSAuthnResponse authnResponse) { argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserPostProfileHandler.java96 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
100 authnResponse.setProviderId(hostedEntityId);
102 authnResponse.toXMLString(true, true), FSUtils.debug);
111 List assList = authnResponse.getAssertion();
188 authnResponse.getResponseID() + "," +
190 authnResponse.getInResponseTo()};
218 authnResponse.getResponseID() + "," +
220 authnResponse.getInResponseTo()};
241 FSAuthnResponse authnResponse = createAuthnResponse(
247 + "AuthnResponse created: " + authnResponse
[all...]
H A DFSSSOWMLPostProfileHandler.java90 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
94 authnResponse.setProviderId(hostedEntityId);
96 authnResponse.toXMLString(true, true), FSUtils.debug);
103 List assList = authnResponse.getAssertion();
213 FSAuthnResponse authnResponse = createAuthnResponse (ssoToken,
217 sendAuthnResponse (authnResponse);
H A DFSSSOLECPProfileHandler.java203 protected void sendAuthnResponse (FSAuthnResponse authnResponse) { argument
204 authnResponse.setProviderId(hostedEntityId);
206 new FSAuthnResponseEnvelope (authnResponse);
207 respEnvelope.setMinorVersion(authnResponse.getMinorVersion());
232 List assList = authnResponse.getAssertion();
304 FSAuthnResponse authnResponse = createAuthnResponse(
306 sendAuthnResponse(authnResponse);
H A DFSBrowserPostConsumerHandler.java48 protected FSAuthnResponse authnResponse = null; field in class:FSBrowserPostConsumerHandler
H A DFSLECPConsumerHandler.java47 protected FSAuthnResponse authnResponse = null; field in class:FSLECPConsumerHandler
H A DFSWMLPostConsumerHandler.java48 protected FSAuthnResponse authnResponse = null; field in class:FSWMLPostConsumerHandler
H A DFSAssertionConsumerService.java285 FSAuthnResponse authnResponse = null;
289 FSUtils.debug.message("Decoded authnResponse" +
301 authnResponse = new FSAuthnResponse(doc.getDocumentElement());
302 if (authnResponse == null){
348 authnResponse.toXMLString());
366 String requestID = authnResponse.getInResponseTo();
416 authnResponse.getInResponseTo(), metaAlias);
456 idpEntityId = authnResponse.getProviderId();
468 authnResponse,
490 handler.processAuthnResponse(authnResponse);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResponse.cs50 private AuthnResponse authnResponse; field in class:Sun.Identity.Saml2.ArtifactResponse
90 this.authnResponse = new AuthnResponse(response.OuterXml);
112 return this.authnResponse;
215 /// Decrypts the authnResponse, then modifies the artifactresponse too.
221 authnResponse.Decrypt(serviceProvider);
223 node.InnerXml = ((XmlNode)authnResponse.XmlDom).InnerXml;
H A DServiceProviderUtility.cs271 AuthnResponse authnResponse = null;
286 authnResponse = new AuthnResponse(samlResponse);
288 XmlDocument xmlDoc = (XmlDocument)authnResponse.XmlDom;
297 authnResponse = artifactResponse.AuthnResponse;
305 string prevAuthnRequestId = authnResponse.InResponseTo;
315 this.ValidateForPost(authnResponse, authnRequests);
321 XmlDocument authnResponseXml = (XmlDocument)authnResponse.XmlDom;
334 if (authnResponse.IsEncrypted())
336 authnResponse.Decrypt(ServiceProvider);
338 return authnResponse;
1566 ValidateForPost(AuthnResponse authnResponse, ICollection authnRequests) argument
1672 CheckConditionWithTime(AuthnResponse authnResponse) argument
1692 CheckInResponseTo(AuthnResponse authnResponse, ICollection authnRequests) argument
1898 CheckConditionWithAudience(AuthnResponse authnResponse) argument
1990 CheckSignature(AuthnResponse authnResponse) argument
2187 Validate(AuthnResponse authnResponse, ICollection authnRequests) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResponse.cs50 private AuthnResponse authnResponse; field in class:Sun.Identity.Saml2.ArtifactResponse
90 this.authnResponse = new AuthnResponse(response.OuterXml);
112 return this.authnResponse;
215 /// Decrypts the authnResponse, then modifies the artifactresponse too.
221 authnResponse.Decrypt(serviceProvider);
223 node.InnerXml = ((XmlNode)authnResponse.XmlDom).InnerXml;
H A DServiceProviderUtility.cs273 AuthnResponse authnResponse = null;
288 authnResponse = new AuthnResponse(samlResponse);
290 XmlDocument xmlDoc = (XmlDocument)authnResponse.XmlDom;
299 authnResponse = artifactResponse.AuthnResponse;
307 string prevAuthnRequestId = authnResponse.InResponseTo;
317 this.ValidateForPost(authnResponse, authnRequests);
323 XmlDocument authnResponseXml = (XmlDocument)authnResponse.XmlDom;
336 if (authnResponse.IsEncrypted())
338 authnResponse.Decrypt(ServiceProvider);
340 return authnResponse;
1580 ValidateForPost(AuthnResponse authnResponse, ICollection authnRequests) argument
1686 CheckConditionWithTime(AuthnResponse authnResponse) argument
1706 CheckInResponseTo(AuthnResponse authnResponse, ICollection authnRequests) argument
1912 CheckConditionWithAudience(AuthnResponse authnResponse) argument
2004 CheckSignature(AuthnResponse authnResponse) argument
2201 Validate(AuthnResponse authnResponse, ICollection authnRequests) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DLibertyAuthnResponseHelper.java96 * @param authnResponse Authentication Response.
105 Response authnResponse,
111 String responseID = authnResponse.getInResponseTo();
121 String status = authnResponse.getStatus().getStatusCode().getValue();
130 List assertions = authnResponse.getAssertion();
236 Response authnResponse = getDecodedAuthnResponse(encodedAuthnResponse);
238 validate(authnResponse, requestID, trustedIDProviders, serviceProvider);
239 List assertions = authnResponse.getAssertion();
104 validate( Response authnResponse, String requestID, List trustedIDProviders, String serviceProvider ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java186 * @param authnResponse response from IDP if Browser POST or LECP profile
199 FSAuthnResponse authnResponse,
210 * @param authnResponse response from IDP if Browser POST or LECP profile
225 FSAuthnResponse authnResponse,
236 * @param authnResponse response from IDP if Browser POST or LECP profile
249 FSAuthnResponse authnResponse,
194 preSSOFederationProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
219 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
245 postSSOFederationFailure(String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse, int failureCode) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java186 * @param authnResponse response from IDP if Browser POST or LECP profile
199 FSAuthnResponse authnResponse,
210 * @param authnResponse response from IDP if Browser POST or LECP profile
225 FSAuthnResponse authnResponse,
236 * @param authnResponse response from IDP if Browser POST or LECP profile
249 FSAuthnResponse authnResponse,
194 preSSOFederationProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
219 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
245 postSSOFederationFailure(String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse, int failureCode) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java149 * @param authnResponse response from IDP if Browser POST or LECP profile
162 FSAuthnResponse authnResponse,
175 * @param authnResponse response from IDP if Browser POST or LECP profile
190 FSAuthnResponse authnResponse,
219 if (authnResponse != null) {
221 assertions = authnResponse.getAssertion();
222 idpEntityId = authnResponse.getProviderId();
347 * @param authnResponse response from IDP if Browser POST or LECP profile
360 FSAuthnResponse authnResponse,
391 status = authnResponse
157 preSSOFederationProcess( String hostedProviderID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
184 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse ) argument
356 postSSOFederationFailure(String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse, int failureCode ) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java149 * @param authnResponse response from IDP if Browser POST or LECP profile
162 FSAuthnResponse authnResponse,
175 * @param authnResponse response from IDP if Browser POST or LECP profile
190 FSAuthnResponse authnResponse,
219 if (authnResponse != null) {
221 assertions = authnResponse.getAssertion();
222 idpEntityId = authnResponse.getProviderId();
347 * @param authnResponse response from IDP if Browser POST or LECP profile
360 FSAuthnResponse authnResponse,
391 status = authnResponse
157 preSSOFederationProcess( String hostedProviderID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
184 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse ) argument
356 postSSOFederationFailure(String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse, int failureCode ) argument
[all...]

Completed in 68 milliseconds

12