| 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.
|
| 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.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.