Searched defs:authnRequest (Results 26 - 50 of 82) sorted by relevance

1234

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserPostConsumerHandler.java59 * @param authnRequest <code>FSAuthnRequest</code> from soap
67 FSAuthnRequest authnRequest,
75 authnRequest,
63 FSBrowserPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSLECPConsumerHandler.java58 * @param authnRequest <code>FSAuthnRequest</code> from soap
66 FSAuthnRequest authnRequest,
74 authnRequest,
62 FSLECPConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSProxyHandler.java55 * @param authnRequest original authentication request that is issued
66 FSAuthnRequest authnRequest,
74 super(request, response, authnRequest, spDescriptor,
109 String protocolProfile = authnRequest.getProtocolProfile();
116 request, response, authnRequest, spDescriptor,
130 request, response, authnRequest, spDescriptor,
63 FSProxyHandler( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState, Object ssoToken ) argument
H A DFSWMLPostConsumerHandler.java59 * @param authnRequest <code>FSAuthnRequest</code> from soap
67 FSAuthnRequest authnRequest,
75 authnRequest,
63 FSWMLPostConsumerHandler(HttpServletRequest request, HttpServletResponse response, IDPDescriptorType idpDescriptor, String idpEntityId, FSAuthnRequest authnRequest, boolean doFederate, String relayState) argument
H A DFSIDPFinderService.java324 FSAuthnRequest authnRequest,
330 if (authnRequest == null) {
355 String authType = authnRequest.getAuthContextCompType();
370 authnRequest,
381 FSAuthnRequest authnRequest,
419 authnRequest.getRequestID()));
323 getLoginURL( FSAuthnRequest authnRequest, String realm, String hostProviderID, HttpServletRequest httpRequest) argument
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSIntersiteTransferService.java362 FSAuthnRequest authnRequest = sessionMgr.getAuthnRequest(requestID);
364 if (authnRequest == null) {
373 String resourceUrl = authnRequest.getRelayState();
415 authnRequest.setMinorVersion(minorVersion);
416 authnRequest.getAuthnContext().setMinorVersion(minorVersion);
430 authnRequest.setAffiliationID(
457 authnRequest.setScoping(scoping);
462 + "AuthnRequest:" + authnRequest.toXMLString(true, true));
465 if (authnRequest.getProtocolProfile().equals(
467 authnRequest
518 handleBrowserArtifactPOSTIST( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType idpDescriptor, SPDescriptorType hostDesc, BaseConfigType hostConfig ) argument
653 handleWMLIST( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType idpDescriptor ) argument
[all...]
H A DFSSSOBrowserPostProfileHandler.java73 * @param authnRequest authentication request
81 FSAuthnRequest authnRequest,
87 super(request, response, authnRequest, spDescriptor,
197 spDescriptor, authnRequest.getAssertionConsumerServiceID());
79 FSSSOBrowserPostProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
H A DFSSSOLECPProfileHandler.java73 * @param authnRequest authentication request
81 FSAuthnRequest authnRequest,
87 super(request, response, authnRequest, spDescriptor,
93 * @param authnRequest authentication request
95 public void processLECPAuthnRequest (FSAuthnRequest authnRequest){ argument
96 processAuthnRequest(authnRequest, false);
156 .append(URLEncDec.encode(authnRequest.getRequestID()));
166 String id = authnRequest.getRequestID();
79 FSSSOLECPProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
H A DFSSSOWMLPostProfileHandler.java72 * @param authnRequest authentication request
80 FSAuthnRequest authnRequest,
86 super(request, response, authnRequest, spDescriptor,
181 authnRequest.getAssertionConsumerServiceID()) + "\">");
199 authnRequest.getAssertionConsumerServiceID()));
78 FSSSOWMLPostProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java73 * @param authnRequest the <code>AuthnRequest</code> from the
82 AuthnRequest authnRequest,
125 if (authnRequest != null) {
126 requestedAuthnContext = authnRequest.getRequestedAuthnContext();
81 getIDPAuthnContextInfo( AuthnRequest authnRequest, String idpEntityID, String realm) argument
H A DDefaultIDPAdapter.java61 AuthnRequest authnRequest,
74 AuthnRequest authnRequest,
85 AuthnRequest authnRequest,
108 public void preSignResponse(AuthnRequest authnRequest, Response res, String hostProviderID, String realm, argument
56 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
69 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
84 preSendResponse( AuthnRequest authnRequest, String hostProviderID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, String reqID, String relayState) argument
H A DSAML2IdentityProviderAdapter.java62 * @param authnRequest the original authentication request sent from SP
72 AuthnRequest authnRequest,
85 * @param authnRequest the original authentication request sent from SP
97 AuthnRequest authnRequest,
108 * @param authnRequest original authnrequest
120 AuthnRequest authnRequest,
137 * @param authnRequest The original SAML Authentication Request (may be null if this was an IdP initiated SSO).
147 AuthnRequest authnRequest,
67 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
92 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
119 preSendResponse( AuthnRequest authnRequest, String hostProviderID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, String reqID, String relayState) argument
146 preSignResponse( AuthnRequest authnRequest, Response res, String hostProviderID, String realm, HttpServletRequest request, Object session, String relayState) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAdapter.java61 AuthnRequest authnRequest,
74 AuthnRequest authnRequest,
85 AuthnRequest authnRequest,
108 public void preSignResponse(AuthnRequest authnRequest, Response res, String hostProviderID, String realm, argument
56 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
69 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
84 preSendResponse( AuthnRequest authnRequest, String hostProviderID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, String reqID, String relayState) argument
H A DSAML2IdentityProviderAdapter.java62 * @param authnRequest the original authentication request sent from SP
72 AuthnRequest authnRequest,
85 * @param authnRequest the original authentication request sent from SP
97 AuthnRequest authnRequest,
108 * @param authnRequest original authnrequest
120 AuthnRequest authnRequest,
137 * @param authnRequest The original SAML Authentication Request (may be null if this was an IdP initiated SSO).
147 AuthnRequest authnRequest,
67 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
92 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
119 preSendResponse( AuthnRequest authnRequest, String hostProviderID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, String reqID, String relayState) argument
146 preSignResponse( AuthnRequest authnRequest, Response res, String hostProviderID, String realm, HttpServletRequest request, Object session, String relayState) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfo.java44 AuthnRequest authnRequest; field in class:AuthnRequestInfo
73 authnRequest = authnReq;
116 return authnRequest;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java324 FSAuthnRequest authnRequest,
330 if (authnRequest == null) {
355 String authType = authnRequest.getAuthContextCompType();
370 authnRequest,
381 FSAuthnRequest authnRequest,
419 authnRequest.getRequestID()));
323 getLoginURL( FSAuthnRequest authnRequest, String realm, String hostProviderID, HttpServletRequest httpRequest) argument
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSIntersiteTransferService.java362 FSAuthnRequest authnRequest = sessionMgr.getAuthnRequest(requestID);
364 if (authnRequest == null) {
373 String resourceUrl = authnRequest.getRelayState();
415 authnRequest.setMinorVersion(minorVersion);
416 authnRequest.getAuthnContext().setMinorVersion(minorVersion);
430 authnRequest.setAffiliationID(
457 authnRequest.setScoping(scoping);
462 + "AuthnRequest:" + authnRequest.toXMLString(true, true));
465 if (authnRequest.getProtocolProfile().equals(
467 authnRequest
518 handleBrowserArtifactPOSTIST( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType idpDescriptor, SPDescriptorType hostDesc, BaseConfigType hostConfig ) argument
653 handleWMLIST( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType idpDescriptor ) argument
[all...]
H A DFSSSOBrowserPostProfileHandler.java73 * @param authnRequest authentication request
81 FSAuthnRequest authnRequest,
87 super(request, response, authnRequest, spDescriptor,
197 spDescriptor, authnRequest.getAssertionConsumerServiceID());
79 FSSSOBrowserPostProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
H A DFSSSOLECPProfileHandler.java73 * @param authnRequest authentication request
81 FSAuthnRequest authnRequest,
87 super(request, response, authnRequest, spDescriptor,
93 * @param authnRequest authentication request
95 public void processLECPAuthnRequest (FSAuthnRequest authnRequest){ argument
96 processAuthnRequest(authnRequest, false);
156 .append(URLEncDec.encode(authnRequest.getRequestID()));
166 String id = authnRequest.getRequestID();
79 FSSSOLECPProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
H A DFSSSOWMLPostProfileHandler.java72 * @param authnRequest authentication request
80 FSAuthnRequest authnRequest,
86 super(request, response, authnRequest, spDescriptor,
181 authnRequest.getAssertionConsumerServiceID()) + "\">");
199 authnRequest.getAssertionConsumerServiceID()));
78 FSSSOWMLPostProfileHandler(HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, SPDescriptorType spDescriptor, BaseConfigType spConfig, String spEntityId, String relayState) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfo.java46 AuthnRequest authnRequest; field in class:AuthnRequestInfo
75 authnRequest = authnReq;
118 return authnRequest;
/forgerock/openam-v13/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DOAuth2Saml2GrantSPAdapter.java60 AuthnRequest authnRequest)
74 AuthnRequest authnRequest,
91 AuthnRequest authnRequest,
142 AuthnRequest authnRequest,
54 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
69 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
84 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
137 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java130 * @param authnRequest the authentication request to be send to IDP
137 FSAuthnRequest authnRequest)
148 * @param authnRequest the original authentication request sent from SP
161 FSAuthnRequest authnRequest,
174 * @param authnRequest the original authentication request sent from SP
189 FSAuthnRequest authnRequest,
199 if (authnRequest == null) {
202 String nameIDPolicy = authnRequest.getNameIDPolicy();
346 * @param authnRequest the original authentication request sent from SP
359 FSAuthnRequest authnRequest,
132 preSSOFederationRequest( String hostedProviderID, String idpProviderID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest) argument
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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java54 private FSAuthnRequest authnRequest = null; field in class:FSAuthnRequestEnvelope
70 * @param authnRequest the authentication request
80 public FSAuthnRequestEnvelope(FSAuthnRequest authnRequest, argument
85 this.authnRequest = authnRequest;
140 authnRequest = new FSAuthnRequest((Element) child);
250 if (authnRequest != null){
251 xml.append(authnRequest.toXMLString());
377 return authnRequest;
383 * @param authnRequest th
386 setAuthnRequest(FSAuthnRequest authnRequest) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java90 * @param authnRequest authentication request object
100 FSAuthnRequest authnRequest,
109 (authnRequest == null) ||
117 String profile = authnRequest.getProtocolProfile();
118 boolean doFederate = authnRequest.getFederate();
127 authnRequest,
136 authnRequest,
145 authnRequest,
221 * @param authnRequest authentication request sent by service provider
228 FSAuthnRequest authnRequest,
97 getAssertionArtifactHandler( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, IDPDescriptorType idpDescriptor, String idpEntityId ) argument
225 getSSOAndFedHandler( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, String realm ) argument
358 getLECPProfileHandler( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, String realm ) argument
[all...]

Completed in 286 milliseconds

1234