Package org.springframework.security.access.annotation

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

See:
          Description

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

Class Summary
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.
 

Annotation Types Summary
Secured Java 5 annotation for describing service layer security attributes.
 

Package org.springframework.security.access.annotation Description

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