org.jboss.portal.core.aspects.server
Class IdentityCacheInterceptor

java.lang.Object
  extended by org.jboss.portal.server.ServerInterceptor
      extended by org.jboss.portal.core.aspects.server.IdentityCacheInterceptor
All Implemented Interfaces:
Interceptor

public class IdentityCacheInterceptor
extends ServerInterceptor

Version:
: 0.1 $
Author:
Boleslaw Dawidowicz

Constructor Summary
IdentityCacheInterceptor()
           
 
Method Summary
 IdentityCacheService getIdentityCacheService()
           
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

IdentityCacheInterceptor

public IdentityCacheInterceptor()
Method Detail

getIdentityCacheService

public IdentityCacheService getIdentityCacheService()

invoke

protected void invoke(ServerInvocation invocation)
               throws java.lang.Exception,
                      InvocationException
Specified by:
invoke in class ServerInterceptor
Throws:
java.lang.Exception
InvocationException