Uses of Class
org.apache.shiro.authz.aop.AuthorizingMethodInterceptor
Packages that use AuthorizingMethodInterceptor
Package
Description
Contains AOP implementation support classes specifically used for authorization operations, particularly supporting
AOP Method Interceptors and JSR-175 metadata Annotations.
-
Uses of AuthorizingMethodInterceptor in org.apache.shiro.authz.aop
Subclasses of AuthorizingMethodInterceptor in org.apache.shiro.authz.aopModifier and TypeClassDescriptionclassAn AnnotationsAuthorizingMethodInterceptor is a MethodInterceptor that asserts a given method is authorized to execute based on one or more configured AuthorizingAnnotationMethodInterceptors.