Package | Description |
---|---|
org.springframework.security.access.intercept |
Abstract level security interception classes which are responsible for enforcing the
configured security constraints for a secure object.
|
org.springframework.security.access.intercept.aopalliance |
Enforces security for AOP Alliance
MethodInvocation s, such as via Spring AOP. |
org.springframework.security.access.intercept.aspectj |
Enforces security for AspectJ
JointPoint s, delegating secure object callbacks to the calling aspect. |
org.springframework.security.web.access |
Access-control related classes and packages.
|
org.springframework.security.web.access.intercept |
Enforcement of security for HTTP requests, typically by the URL requested.
|
Class and Description |
---|
AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
AfterInvocationManager
Reviews the
Object returned from a secure object invocation,
being able to modify the Object or throw an AccessDeniedException . |
InterceptorStatusToken
A return object received by
AbstractSecurityInterceptor subclasses. |
RunAsManager
Creates a new temporary
Authentication object for the current secure
object invocation only. |
Class and Description |
---|
AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
Class and Description |
---|
AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
Class and Description |
---|
AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
Class and Description |
---|
AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
Copyright © 2015. All rights reserved.