org.tynamo.security.services.impl
Class ClassInterceptorsCacheImpl
java.lang.Object
org.tynamo.security.services.impl.ClassInterceptorsCacheImpl
- All Implemented Interfaces:
- ClassInterceptorsCache
public class ClassInterceptorsCacheImpl
- extends Object
- implements ClassInterceptorsCache
- See Also:
ClassInterceptorsCache
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassInterceptorsCacheImpl
public ClassInterceptorsCacheImpl()
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-2011. All Rights Reserved.