org.jboss.portal.server.aspects.server
Class SignOutInterceptor
java.lang.Object
org.jboss.portal.server.ServerInterceptor
org.jboss.portal.server.aspects.server.SignOutInterceptor
- All Implemented Interfaces:
- Interceptor
public class SignOutInterceptor
- extends ServerInterceptor
This interceptor implementation is used to keep track of all webapp the current user has used during its portal
session. When the invocation is tagged for a signout then it performs an additional task of invalidating the sessions
of the webapp that have been collected during the portal session as well as invalidating the current portal session.
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignOutInterceptor
public SignOutInterceptor()
getSet
public static java.util.Set getSet()
getServletContainerFactory
public ServletContainerFactory getServletContainerFactory()
setServletContainerFactory
public void setServletContainerFactory(ServletContainerFactory servletContainerFactory)
invoke
protected void invoke(ServerInvocation invocation)
throws java.lang.Exception,
InvocationException
- Specified by:
invoke
in class ServerInterceptor
- Throws:
java.lang.Exception
InvocationException