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.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodInvocationPrivilegeEvaluator.setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor) |
Modifier and Type | Class and Description |
---|---|
class |
MethodSecurityInterceptor
Provides security interception of AOP Alliance based method invocations.
|
Modifier and Type | Class and Description |
---|---|
class |
AspectJMethodSecurityInterceptor
AspectJ
JoinPoint security interceptor which wraps the JoinPoint in a MethodInvocation
adapter to make it compatible with security infrastructure classes which only support MethodInvocation s. |
Constructor and Description |
---|
DefaultWebInvocationPrivilegeEvaluator(AbstractSecurityInterceptor securityInterceptor) |
Modifier and Type | Class and Description |
---|---|
class |
FilterSecurityInterceptor
Performs security handling of HTTP resources via a filter implementation.
|
Copyright © 2015. All rights reserved.