public class CookieWriterServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
CookieWriterServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP GET request.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP POST request.
|
byte[] |
generateSuccinctID(String providerURL,
boolean bIsSAML2) |
void |
init(javax.servlet.ServletConfig config)
Gets handle to debug.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- the ServletConfig object that contains configutation
information for this servlet.javax.servlet.ServletException
- if an exception occurs that interrupts
the servlet's normal operation.public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- an HttpServletRequest object that contains the request
the client has made of the servlet.response
- an HttpServletResponse object that contains the response
the servlet sends to the client.javax.servlet.ServletException
- if an input or output error is detected when
the servlet handles the GET requestIOException
- if the request for the GET could not be handledpublic void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
request
- an HttpServletRequest object that contains the request
the client has made of the servlet.response
- an HttpServletResponse object that contains the response
the servlet sends to the client.javax.servlet.ServletException
- if an input or output error is detected when
the servlet handles the GET requestIOException
- if the request for the GET could not be handledpublic byte[] generateSuccinctID(String providerURL, boolean bIsSAML2)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.