Uses of Package
org.apache.shiro.authz.aop

Packages that use org.apache.shiro.authz.aop
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. 
 

Classes in org.apache.shiro.authz.aop used by org.apache.shiro.authz.aop
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-2012 The Apache Software Foundation. All Rights Reserved.