public class AssertionManagerServlet
extends com.sun.xml.rpc.server.http.JAXRPCServlet
AssertionManager
class using JAX-RPC. Since JAX-RPC does not provide a mechanism to
obtain HttpServletRequest
and HttpServletResponse
, it is currently extending Sun's implementation of
JAXRPCServlet
.
This class uses the same security mechanism used by
SAMLSOAPReceiver
for validating the caller.Constructor and Description |
---|
AssertionManagerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Overrides JAXRPCServlet's doPost method to perform the
security check on the caller.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
doPost
in class com.sun.xml.rpc.server.http.JAXRPCServlet
request
- the HttpServletRequest
object.response
- the HttpServletResponse
object.javax.servlet.ServletException
- if there is an error.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.