|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMethodSecurityMetadataSource | |
---|---|
org.springframework.security.access.annotation | |
org.springframework.security.access.method | Provides support objects for securing Java method invocations via different AOP libraries. |
org.springframework.security.access.prepost | Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and |
Uses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.annotation |
---|
Subclasses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.annotation | |
---|---|
class |
Jsr250MethodSecurityMetadataSource
Sources method security metadata from major JSR 250 security annotations. |
class |
SecuredAnnotationSecurityMetadataSource
Sources method security metadata from Spring Security's Secured annotation. |
Uses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.method |
---|
Subclasses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.method | |
---|---|
class |
AbstractFallbackMethodSecurityMetadataSource
Abstract implementation of MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and
performs attribute resolution from: 1. specific target method; 2. target class; 3. declaring method;
4. declaring class/interface. |
class |
DelegatingMethodSecurityMetadataSource
Automatically tries a series of method definition sources, relying on the first source of metadata that provides a non-null response. |
class |
MapBasedMethodSecurityMetadataSource
Stores a list of ConfigAttributes for a method or class signature. |
Uses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.prepost |
---|
Subclasses of AbstractMethodSecurityMetadataSource in org.springframework.security.access.prepost | |
---|---|
class |
PrePostAnnotationSecurityMetadataSource
MethodSecurityMetadataSource which extracts metadata from the @PreFilter and @PreAuthorize annotations placed on a method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |