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.
|
Class and Description |
---|
AuthorizingAnnotationHandler
An AnnotationHandler that executes authorization (access control) behavior based on directive(s) found in a
JSR-175 Annotation.
|
AuthorizingAnnotationMethodInterceptor
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.
|
AuthorizingMethodInterceptor
Basic abstract class to support intercepting methods that perform authorization (access control) checks.
|
Class and Description |
---|
AnnotationsAuthorizingMethodInterceptor
An AnnotationsAuthorizingMethodInterceptor is a MethodInterceptor that asserts a given method is authorized
to execute based on one or more configured AuthorizingAnnotationMethodInterceptors.
|
AuthorizingMethodInterceptor
Basic abstract class to support intercepting methods that perform authorization (access control) checks.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.