Uses of Package
org.apache.shiro.authz.aop
Packages that use org.apache.shiro.authz.aop
Package
Description
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.authz.aop used by org.apache.shiro.authz.aopClassDescriptionAn AnnotationHandler that executes authorization (access control) behavior based on directive(s) found in a JSR-175 Annotation.An AnnotationMethodInterceptor that asserts the calling code is authorized to execute the method before allowing the invocation to continue by inspecting code annotations to perform an access control check.Basic abstract class to support intercepting methods that perform authorization (access control) checks.