public class FSIntersiteTransferService
extends javax.servlet.http.HttpServlet
AuthnRequest
to IDP
.Constructor and Description |
---|
FSIntersiteTransferService() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates
AuthnRequest and sends it to IDP . |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates
AuthnRequest and sends it to IDP . |
protected void |
sendAuthnRequestPost(javax.servlet.http.HttpServletResponse response,
String destination,
FSAuthnRequest authnRequest) |
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
AuthnRequest
and sends it to IDP
.doGet
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
objectresponse
- HttpServletResponse
objectServletException,IOException
- if error occurredjavax.servlet.ServletException
IOException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
AuthnRequest
and sends it to IDP
.doPost
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
objectresponse
- HttpServletResponse
objectServletException,IOException
- if error occurredjavax.servlet.ServletException
IOException
protected void sendAuthnRequestPost(javax.servlet.http.HttpServletResponse response, String destination, FSAuthnRequest authnRequest)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.