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.
TrustAssociationInterceptor
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.
|
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.
req
- Http Servlet Request objectres
- Http Servlet Response Objectjava.lang.Exception
HttpServletRequest
,
HttpServletResponse