org.jboss.seam.security.external.saml.sp
Class SamlSpSingleLogoutService

java.lang.Object
  extended by org.jboss.seam.security.external.saml.sp.SamlSpSingleLogoutService

public class SamlSpSingleLogoutService
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlSpSingleLogoutService()
           
 
Method Summary
 void processIDPRequest(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, RequestAbstractType request)
           
 void processIDPResponse(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, StatusResponseType statusResponse)
           
 void sendSingleLogoutRequestToIDP(SamlSpSessionImpl session, javax.servlet.http.HttpServletResponse httpResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlSpSingleLogoutService

public SamlSpSingleLogoutService()
Method Detail

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.