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
MethodInvocation s, such as via
Spring AOP. |
org.acegisecurity.intercept.method.aspectj |
Enforces security for AspectJ
JointPoint s, delegating secure
object callbacks to the calling aspect. |
Class and Description |
---|
AbstractMethodDefinitionSource
Abstract implementation of
MethodDefinitionSource . |
MethodDefinitionSource
Marker interface for
ObjectDefinitionSource implementations
that are designed to perform lookups keyed on Method s. |
Class and Description |
---|
MethodDefinitionSource
Marker interface for
ObjectDefinitionSource implementations
that are designed to perform lookups keyed on Method s. |
Class and Description |
---|
MethodDefinitionSource
Marker interface for
ObjectDefinitionSource implementations
that are designed to perform lookups keyed on Method s. |
Copyright © 2014. All rights reserved.