Java 5 Annotation Attributes metadata implementation used for secure method interception.This
Attributes implementation will return security configuration for classes described using the
Secured Java 5 annotation.
The SecurityAnnotationAttributes implementation can be used to configure a
MethodDefinitionAttributes and MethodSecurityInterceptor bean definition (see below).
For example: <bean id="attributes"
class="org.acegisecurity.annotation.SecurityAnnotationAttributes"/><bean id="objectDefinitionSource"
class="org.acegisecurity.intercept.method.MethodDefinitionAttributes"> <property name="attributes">
<ref local="attributes"/> </property></bean><bean id="securityInterceptor"
class="org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor"> . |