org.tynamo.security.services.impl
Class ClassInterceptorsCacheImpl

java.lang.Object
  extended by org.tynamo.security.services.impl.ClassInterceptorsCacheImpl
All Implemented Interfaces:
ClassInterceptorsCache

public class ClassInterceptorsCacheImpl
extends Object
implements ClassInterceptorsCache

See Also:
ClassInterceptorsCache

Constructor Summary
ClassInterceptorsCacheImpl()
           
 
Method Summary
 void add(String className, SecurityInterceptor interceptor)
           
 List<SecurityInterceptor> get(String className)
           
 void put(String className, List<SecurityInterceptor> interceptors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInterceptorsCacheImpl

public ClassInterceptorsCacheImpl()
Method Detail

add

public void add(String className,
                SecurityInterceptor interceptor)
Specified by:
add in interface ClassInterceptorsCache

get

public List<SecurityInterceptor> get(String className)
Specified by:
get in interface ClassInterceptorsCache

put

public void put(String className,
                List<SecurityInterceptor> interceptors)
Specified by:
put in interface ClassInterceptorsCache


Copyright © 2004-2013. All Rights Reserved.