Class MethodInterceptorSupport

java.lang.Object
org.apache.shiro.aop.MethodInterceptorSupport
All Implemented Interfaces:
MethodInterceptor
Direct Known Subclasses:
AnnotationMethodInterceptor, AuthorizingMethodInterceptor

public abstract class MethodInterceptorSupport extends Object implements MethodInterceptor
This class is an abstraction of AOP method interceptor behavior specific to Shiro that leaves AOP implementation specifics to be handled by subclass implementations. This implementation primarily enables a Log and makes available the currently executing Subject.
Since:
0.2