Package | Description |
---|---|
org.apache.shiro.aop |
Components used to support the framework's AOP/interception support classes.
|
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.guice.aop | |
org.apache.shiro.spring.aop | |
org.apache.shiro.spring.security.interceptor |
Spring AOP support for enabling Shiro annotations in Spring-configured applications.
|
Class and Description |
---|
AnnotationHandler
Base support class for implementations that reads and processes JSR-175 annotations.
|
AnnotationResolver
Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.
|
MethodInterceptor
A MethodInterceptor intercepts a MethodInvocation to perform before or after logic (aka 'advice').
|
MethodInterceptorSupport
This class is an abstraction of AOP method interceptor behavior specific to Shiro that
leaves AOP implementation specifics to be handled by subclass implementations.
|
MethodInvocation
3rd-party API independent representation of a method invocation.
|
Class and Description |
---|
AnnotationHandler
Base support class for implementations that reads and processes JSR-175 annotations.
|
AnnotationMethodInterceptor
MethodInterceptor that inspects a specific annotation on the method invocation before continuing
its execution.
|
AnnotationResolver
Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.
|
MethodInterceptor
A MethodInterceptor intercepts a MethodInvocation to perform before or after logic (aka 'advice').
|
MethodInterceptorSupport
This class is an abstraction of AOP method interceptor behavior specific to Shiro that
leaves AOP implementation specifics to be handled by subclass implementations.
|
MethodInvocation
3rd-party API independent representation of a method invocation.
|
Class and Description |
---|
AnnotationMethodInterceptor
MethodInterceptor that inspects a specific annotation on the method invocation before continuing
its execution.
|
AnnotationResolver
Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.
|
Class and Description |
---|
AnnotationResolver
Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.
|
MethodInvocation
3rd-party API independent representation of a method invocation.
|
Class and Description |
---|
MethodInterceptor
A MethodInterceptor intercepts a MethodInvocation to perform before or after logic (aka 'advice').
|
MethodInterceptorSupport
This class is an abstraction of AOP method interceptor behavior specific to Shiro that
leaves AOP implementation specifics to be handled by subclass implementations.
|
MethodInvocation
3rd-party API independent representation of a method invocation.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.