Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationsAuthorizingMethodInterceptor
An AnnotationsAuthorizingMethodInterceptor is a MethodInterceptor that asserts a given method is authorized
to execute based on one or more configured AuthorizingAnnotationMethodInterceptors.
|
Modifier and Type | Class and Description |
---|---|
class |
AopAllianceAnnotationsAuthorizingMethodInterceptor
Allows Shiro Annotations to work in any AOP Alliance
specific implementation environment (for example, Spring).
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.