public class MexRequest extends WSFederationAction
WSFederationAction
implementation that handles incoming MEX requests related to WS-Fed Active Requestor
Profile.request, response
Constructor and Description |
---|
MexRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
process()
Currently two kind of requests are supported:
GET requests: The plain old WSDL is returned to the remote clients.
|
public MexRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public void process() throws javax.servlet.ServletException, IOException, WSFederationException
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.