public class SPSingleLogoutServiceSOAP
extends javax.servlet.http.HttpServlet
SPSingleLogoutServiceSOAP
receives and processes
single logout request using SOAP binding on SP side.Constructor and Description |
---|
SPSingleLogoutServiceSOAP() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init() |
SOAPMessage |
onMessage(SOAPMessage message,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String realm,
String spEntityID)
Process the incoming SOAP message containing the LogoutRequest and
generates outgoing SOAP message containing the LogoutResponse on SP side.
|
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 req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public SOAPMessage onMessage(SOAPMessage message, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realm, String spEntityID)
message
- incoming SOAP message.request
- HTTP servlet request.response
- HTTP servlet response.realm
- realm of the hosted SP.spEntityID
- Entity ID of the hosted SP.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.