package

org.springframework.security.access.annotation

Support for JSR-250 and Spring Security @Secured annotations.

Interfaces

AnnotationMetadataExtractor<A extends Annotation> Strategy to process a custom security annotation to extract the relevant ConfigAttributes for securing a method. 

Classes

Jsr250MethodSecurityMetadataSource Sources method security metadata from major JSR 250 security annotations. 
Jsr250SecurityConfig Security config applicable as a JSR 250 annotation attribute. 
Jsr250Voter Voter on JSR-250 configuration attributes. 
SecuredAnnotationSecurityMetadataSource Sources method security metadata from Spring Security's Secured annotation.