public class FSFederationHandler
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
FSFederationHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
POST method. |
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes requests for both HTTP
GET and
POST methods. |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
GET
and
POST
methods. Redirects to provider URL
if the action is cancel else to the provider URL or
to the error page on error.request
- the HttpServletRequest
object.response
- the HttpServletResponse
object.javax.servlet.ServletException
- if the request could not be
handled.IOException
- if an input or output error occurs.protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
GET
method.doGet
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
object.response
- the HttpServletResponse
object.javax.servlet.ServletException
- if the request could not be
handled.IOException
- if an input or output error occurs.protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
POST
method.doPost
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
object.response
- the HttpServletResponse
object.javax.servlet.ServletException
- if the request could not be
handled.IOException
- if an input or output error occurs.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.