| Package | Description |
|---|---|
| org.acegisecurity.intercept |
Actually enforces the security and ties the whole security system together.
|
| 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.
|
| Class and Description |
|---|
| InterceptorStatusToken
A return object received by
AbstractSecurityInterceptor subclasses. |
| ObjectDefinitionSource
Implemented by classes that store and can identify the
ConfigAttributeDefinition that applies to a given secure object
invocation. |
| Class and Description |
|---|
| AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
| ObjectDefinitionSource
Implemented by classes that store and can identify the
ConfigAttributeDefinition that applies to a given secure object
invocation. |
| Class and Description |
|---|
| AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
| ObjectDefinitionSource
Implemented by classes that store and can identify the
ConfigAttributeDefinition that applies to a given secure object
invocation. |
| Class and Description |
|---|
| AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
| ObjectDefinitionSource
Implemented by classes that store and can identify the
ConfigAttributeDefinition that applies to a given secure object
invocation. |
| Class and Description |
|---|
| AbstractSecurityInterceptor
Abstract class that implements security interception for secure objects.
|
| ObjectDefinitionSource
Implemented by classes that store and can identify the
ConfigAttributeDefinition that applies to a given secure object
invocation. |
Copyright © 2016. All rights reserved.