org.jboss.seam.security.external.saml.sp
Class SamlSpSingleLogoutService
java.lang.Object
org.jboss.seam.security.external.saml.sp.SamlSpSingleLogoutService
public class SamlSpSingleLogoutService
- extends Object
- Author:
- Marcel Kolsteren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlSpSingleLogoutService
public SamlSpSingleLogoutService()
processIDPRequest
public void processIDPRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
RequestAbstractType request)
throws InvalidRequestException
- Throws:
InvalidRequestException
processIDPResponse
public void processIDPResponse(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
StatusResponseType statusResponse)
sendSingleLogoutRequestToIDP
public void sendSingleLogoutRequestToIDP(SamlSpSessionImpl session,
javax.servlet.http.HttpServletResponse httpResponse)
Copyright © 2011 Seam Framework. All Rights Reserved.