Uses of Class
org.apache.shiro.authz.aop.AuthorizingMethodInterceptor
-
Packages that use AuthorizingMethodInterceptor Package Description org.apache.shiro.aspectj AspectJ support for enabling dynamic authorization using Shiro's annotations.org.apache.shiro.authz.aop Contains AOP implementation support classes specifically used for authorization operations, particularly supporting AOP Method Interceptors and JSR-175 metadata Annotations.org.apache.shiro.spring.security.interceptor Spring AOP support for enabling Shiro annotations in Spring-configured applications. -
-
Uses of AuthorizingMethodInterceptor in org.apache.shiro.aspectj
Subclasses of AuthorizingMethodInterceptor in org.apache.shiro.aspectj Modifier and Type Class Description class
AspectjAnnotationsAuthorizingMethodInterceptor
Extends the annotations authorizing method interceptor class hierarchie to adapt an aspectjJoinPoint
into aMethodInvocation
amd to perform the authorization of method invocations. -
Uses of AuthorizingMethodInterceptor in org.apache.shiro.authz.aop
Subclasses of AuthorizingMethodInterceptor in org.apache.shiro.authz.aop Modifier and Type Class Description class
AnnotationsAuthorizingMethodInterceptor
An AnnotationsAuthorizingMethodInterceptor is a MethodInterceptor that asserts a given method is authorized to execute based on one or more configured AuthorizingAnnotationMethodInterceptors. -
Uses of AuthorizingMethodInterceptor in org.apache.shiro.spring.security.interceptor
Subclasses of AuthorizingMethodInterceptor in org.apache.shiro.spring.security.interceptor Modifier and Type Class Description class
AopAllianceAnnotationsAuthorizingMethodInterceptor
Allows Shiro Annotations to work in any AOP Alliance specific implementation environment (for example, Spring).
-