Uses of Package
org.apache.shiro.aop
Packages that use org.apache.shiro.aop
Package
Description
Components used to support the framework's AOP/interception support classes.
Contains AOP implementation support classes specifically used for authorization operations, particularly supporting
AOP Method Interceptors and JSR-175 metadata Annotations.
-
Classes in org.apache.shiro.aop used by org.apache.shiro.aopClassDescriptionBase support class for implementations that reads and processes JSR-175 annotations.Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.A MethodInterceptor intercepts a MethodInvocation to perform before or after logic (aka 'advice').This class is an abstraction of AOP method interceptor behavior specific to Shiro that leaves AOP implementation specifics to be handled by subclass implementations.3rd-party API independent representation of a method invocation.
-
Classes in org.apache.shiro.aop used by org.apache.shiro.authz.aopClassDescriptionBase support class for implementations that reads and processes JSR-175 annotations.MethodInterceptor that inspects a specific annotation on the method invocation before continuing its execution.Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.A MethodInterceptor intercepts a MethodInvocation to perform before or after logic (aka 'advice').This class is an abstraction of AOP method interceptor behavior specific to Shiro that leaves AOP implementation specifics to be handled by subclass implementations.3rd-party API independent representation of a method invocation.