| 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
MethodInvocations, such as via Spring AOP. |
| org.springframework.security.access.intercept.aspectj |
Enforces security for AspectJ
JointPoints, delegating secure object callbacks to the calling aspect. |
| org.springframework.security.config.annotation.method.configuration | |
| 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 |
|---|
| AfterInvocationManager
Reviews the
Object returned from a secure object invocation,
being able to modify the Object or throw an AccessDeniedException. |
| 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.
|
Copyright © 2016. All rights reserved.