Class ClassInterceptorsCacheImpl
java.lang.Object
org.tynamo.security.services.impl.ClassInterceptorsCacheImpl
- All Implemented Interfaces:
ClassInterceptorsCache
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String className, SecurityInterceptor interceptor) voidput(String className, List<SecurityInterceptor> interceptors)
-
Constructor Details
-
ClassInterceptorsCacheImpl
public ClassInterceptorsCacheImpl()
-
-
Method Details
-
add
- Specified by:
addin interfaceClassInterceptorsCache
-
get
- Specified by:
getin interfaceClassInterceptorsCache
-
put
- Specified by:
putin interfaceClassInterceptorsCache
-