public class ClassInterceptorsCacheImpl extends Object implements ClassInterceptorsCache
ClassInterceptorsCache
Constructor and Description |
---|
ClassInterceptorsCacheImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(String className,
SecurityInterceptor interceptor) |
List<SecurityInterceptor> |
get(String className) |
void |
put(String className,
List<SecurityInterceptor> interceptors) |
public ClassInterceptorsCacheImpl()
public void add(String className, SecurityInterceptor interceptor)
add
in interface ClassInterceptorsCache
public List<SecurityInterceptor> get(String className)
get
in interface ClassInterceptorsCache
public void put(String className, List<SecurityInterceptor> interceptors)
put
in interface ClassInterceptorsCache
Copyright © 2004–2015. All rights reserved.