|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| MethodSecurityMetadataSource | Interface for SecurityMetadataSource implementations
that are designed to perform lookups keyed on Methods. |
| Class Summary | |
|---|---|
| AbstractFallbackMethodSecurityMetadataSource | Abstract implementation of MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and
performs attribute resolution from: 1. specific target method; 2. target class; 3. declaring method;
4. declaring class/interface. |
| AbstractMethodSecurityMetadataSource | Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to either a MethodInvocation or a JoinPoint. |
| DelegatingMethodSecurityMetadataSource | Automatically tries a series of method definition sources, relying on the first source of metadata that provides a non-null response. |
| MapBasedMethodSecurityMetadataSource | Stores a list of ConfigAttributes for a method or class signature. |
| MethodSecurityMetadataSourceEditor | Deprecated. use method annotations or the protect-pointcut support from the namespace |
Provides support objects for securing Java method invocations via different AOP libraries.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||