Package | Description |
---|---|
org.springframework.security.access.annotation |
Support for JSR-250 and Spring Security
@Secured annotations. |
org.springframework.security.access.intercept.aopalliance |
Enforces security for AOP Alliance
MethodInvocation s, such as via Spring AOP. |
org.springframework.security.access.method |
Provides
SecurityMetadataSource implementations 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 @PostFilter annotations. |
Class and Description |
---|
AbstractFallbackMethodSecurityMetadataSource
Abstract implementation of
MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and
performs attribute resolution from: 1. |
AbstractMethodSecurityMetadataSource
Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to
a MethodInvocation.
|
MethodSecurityMetadataSource
Interface for
SecurityMetadataSource implementations
that are designed to perform lookups keyed on Method s. |
Class and Description |
---|
MethodSecurityMetadataSource
Interface for
SecurityMetadataSource implementations
that are designed to perform lookups keyed on Method s. |
Class and Description |
---|
AbstractFallbackMethodSecurityMetadataSource
Abstract implementation of
MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and
performs attribute resolution from: 1. |
AbstractMethodSecurityMetadataSource
Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to
a MethodInvocation.
|
MethodSecurityMetadataSource
Interface for
SecurityMetadataSource implementations
that are designed to perform lookups keyed on Method s. |
Class and Description |
---|
AbstractMethodSecurityMetadataSource
Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to
a MethodInvocation.
|
MethodSecurityMetadataSource
Interface for
SecurityMetadataSource implementations
that are designed to perform lookups keyed on Method s. |
Copyright © 2015. All rights reserved.