|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSecurityInterceptor | |
---|---|
org.springframework.security.access.intercept | Actually enforces the security and ties the whole security system together. |
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 | |
org.springframework.security.web.access.intercept | Enforces security for HTTP requests, typically by the URL requested. |
Uses of AbstractSecurityInterceptor in org.springframework.security.access.intercept |
---|
Methods in org.springframework.security.access.intercept with parameters of type AbstractSecurityInterceptor | |
---|---|
void |
MethodInvocationPrivilegeEvaluator.setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)
|
Uses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aopalliance |
---|
Subclasses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aopalliance | |
---|---|
class |
MethodSecurityInterceptor
Provides security interception of AOP Alliance based method invocations. |
Uses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aspectj |
---|
Subclasses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aspectj | |
---|---|
class |
AspectJAnnotationSecurityInterceptor
AspectJ interceptor that supports @Aspect notation. |
class |
AspectJSecurityInterceptor
Provides security interception of AspectJ method invocations. |
Uses of AbstractSecurityInterceptor in org.springframework.security.web.access |
---|
Constructors in org.springframework.security.web.access with parameters of type AbstractSecurityInterceptor | |
---|---|
DefaultWebInvocationPrivilegeEvaluator(AbstractSecurityInterceptor securityInterceptor)
|
Uses of AbstractSecurityInterceptor in org.springframework.security.web.access.intercept |
---|
Subclasses of AbstractSecurityInterceptor in org.springframework.security.web.access.intercept | |
---|---|
class |
FilterSecurityInterceptor
Performs security handling of HTTP resources via a filter implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |