public class ActiveRequest extends WSFederationAction
WSFederationAction
implementation that processes WS-Federation Active Requestor Profile SOAP requests. It
does so, by processing RST/Issue requests based on the 2005/02 spec, to allow backwards compatibility with legacy
client applications.Modifier and Type | Field and Description |
---|---|
static String |
NO_PROOF_KEY_KEY_TYPE |
request, response
Constructor and Description |
---|
ActiveRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
process()
Processes the incoming SOAP request
parsing
and validating the request , and then authenticating the end-user using a customizable WsFedAuthenticator
implementation. |
public static final String NO_PROOF_KEY_KEY_TYPE
public ActiveRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public void process() throws javax.servlet.ServletException, IOException, WSFederationException
parsing
and validating the request
, and then authenticating the end-user using a customizable WsFedAuthenticator
implementation. In case of a successful login, a SAML1.1 RequestedSecurityToken is returned in a SOAP message.process
in class WSFederationAction
javax.servlet.ServletException
- If there was a problem whilst rendering the response.IOException
- If there was an IO error whilst working with the request or response.WSFederationException
- If there was an unrecoverable error while processing the request.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.