@Secured
annotations.See: Description
Interface | Description |
---|---|
AnnotationMetadataExtractor<A extends java.lang.annotation.Annotation> |
Strategy to process a custom security annotation to extract the relevant
ConfigAttribute s for securing a method. |
Class | Description |
---|---|
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 Type | Description |
---|---|
Secured |
Java 5 annotation for describing service layer security attributes.
|
@Secured
annotations.