public class QueryHandlerServlet
extends javax.servlet.http.HttpServlet
QueryHandlerServlet
receives and processes
SAMLv2 Queries.Constructor and Description |
---|
QueryHandlerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
POST method. |
void |
init() |
SOAPMessage |
onMessage(SOAPMessage soapMsg,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String realm,
String pdpEntityID)
Process the incoming SOAP message containing the Query Request and
generates outgoing SOAP message containing the Query Response.
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public 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.public SOAPMessage onMessage(SOAPMessage soapMsg, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realm, String pdpEntityID) throws SOAPException
soapMsg
- incoming SOAP message.request
- HTTP servlet request.response
- HTTP servlet response.realm
- realm of the Policy Decision Point (PDP).pdpEntityID
- Entity ID of the Policy Decision Point (PDP).SOAPException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.