Package | Description |
---|---|
org.springframework.security.access.annotation |
Support for JSR-250 and Spring Security
@Secured annotations. |
org.springframework.security.access.method |
Provides
SecurityMetadataSource implementations for securing Java method invocations via different
AOP libraries. |
Modifier and Type | Class and Description |
---|---|
class |
Jsr250MethodSecurityMetadataSource
Sources method security metadata from major JSR 250 security annotations.
|
class |
SecuredAnnotationSecurityMetadataSource
Sources method security metadata from Spring Security's
Secured annotation. |
Modifier and Type | Class and Description |
---|---|
class |
MapBasedMethodSecurityMetadataSource
Stores a list of ConfigAttributes for a method or class signature.
|
Copyright © 2015. All rights reserved.