| Package | Description |
|---|---|
| org.acegisecurity.intercept.method |
Provides support objects for securing Java method invocations
via different AOP libraries.
|
| org.acegisecurity.intercept.method.aopalliance |
Enforces security for AOP Alliance
MethodInvocations, such as via
Spring AOP. |
| org.acegisecurity.intercept.method.aspectj |
Enforces security for AspectJ
JointPoints, delegating secure
object callbacks to the calling aspect. |
| org.acegisecurity.intercept.web |
Enforces 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 |
AspectJSecurityInterceptor
Provides security interception of AspectJ method invocations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterSecurityInterceptor
Performs security handling of HTTP resources via a filter implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebInvocationPrivilegeEvaluator.setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor) |
Copyright © 2016. All rights reserved.