public class SAMLPOSTProfileServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
SAMLPOSTProfileServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initiates
SAML web browser POST profile. |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method processes TARGET and SAMLResponse info from the request,
validates the response/assertion(s), then redirects user to the
TARGET resource if all are valid.
|
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
SAML
web browser POST profile.
This method takes in a TARGET in the request, creates a SAMLResponse,
then redirects user to the destination site.doGet
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
instanceresponse
- HttpServletResponse
instancejavax.servlet.ServletException
- if there is an error.IOException
- if there is an error.public 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
- HttpServletRequest
instanceresponse
- HttpServletResponse
instancejavax.servlet.ServletException
- if there is an error.IOException
- if there is an error.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.