public class FSIDPFinderService
extends javax.servlet.http.HttpServlet
FSIDPFinderService
is used to find a preferred
identity provider by using a common domain cookie. If the common domain
is not found, this will pick one from the random list of preferred
identity providers from the list that it knows that it can proxy the
authentication request.Constructor and Description |
---|
FSIDPFinderService() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets
IDP from common domain and sends proxy authentication
request to the IDP . |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets
IDP from common domain and sends proxy authentication
request to the IDP . |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
IDP
from common domain and sends proxy authentication
request to the IDP
.doGet
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
objectresponse
- HttpServletResponse
objectServletException,
- IOException if error occurred.javax.servlet.ServletException
IOException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
IDP
from common domain and sends proxy authentication
request to the IDP
.doPost
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
objectresponse
- HttpServletResponse
objectServletException,
- IOException if error occurred.javax.servlet.ServletException
IOException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.