Package org.tynamo.security.services
Interface ClassInterceptorsCache
- All Known Implementing Classes:
ClassInterceptorsCacheImpl
public interface ClassInterceptorsCache
List of
SecurityInterceptor for use
in security RequestFilter.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String className, SecurityInterceptor interceptor) voidput(String className, List<SecurityInterceptor> interceptors)
-
Method Details
-
put
-
add
-
get
-