com.ibm.wsspi.security.tai

Interface TrustAssociationInterceptorExt



  • public interface TrustAssociationInterceptorExt

    Trust Association interface (com.ibm.wsspi.security.tai.TrustAssociationInterceptorExt) is a service provider API is an extension of the com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface. Trust Association Interceptors that implement this interface will have access to a logout method that will be called when a logout is performed for an httpServletRequest.

    See Also:
    TrustAssociationInterceptor
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void logout(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      This method is called during the logout flow of an HttpServletRequest.
    • Method Detail

      • logout

        void logout(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse res)
                    throws java.lang.Exception

        This method is called during the logout flow of an HttpServletRequest. You can use this method to remove any cookies that you may have added to the request. All interceptors that have implemented this method will be invoked for each logout.

        Parameters:
        req - Http Servlet Request object
        res - Http Servlet Response Object
        Throws:
        java.lang.Exception
        See Also:
        HttpServletRequest, HttpServletResponse
IBM WebSphere Application ServerTM
Release 9.0