|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.ServerInterceptor
org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor
public class SessionInvalidatorInterceptor
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.
Nested Class Summary | |
---|---|
static class |
SessionInvalidatorInterceptor.InvalidationCommand
|
Constructor Summary | |
---|---|
SessionInvalidatorInterceptor()
|
Method Summary | |
---|---|
static java.util.Set |
getSet()
|
protected void |
invoke(ServerInvocation invocation)
|
Methods inherited from class org.jboss.portal.server.ServerInterceptor |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionInvalidatorInterceptor()
Method Detail |
---|
public static java.util.Set getSet()
protected void invoke(ServerInvocation invocation) throws java.lang.Exception, InvocationException
invoke
in class ServerInterceptor
java.lang.Exception
InvocationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |