Interface SecurityInterceptor
- All Known Implementing Classes:
DefaultSecurityInterceptor
public interface SecurityInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe method which is performed before the method that you want to check.
-
Method Details
-
intercept
void intercept()The method which is performed before the method that you want to check.
-