Package org.acegisecurity.intercept.method

Provides support objects for securing Java method invocations via different AOP libraries.

See:
          Description

Interface Summary
MethodDefinitionSource Marker interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
 

Class Summary
AbstractMethodDefinitionSource Abstract implementation of MethodDefinitionSource.
MethodDefinitionAttributes Stores a ConfigAttributeDefinition for each method signature defined by Commons Attributes.
MethodDefinitionMap Stores a ConfigAttributeDefinition for each method signature defined in a bean context.
MethodDefinitionSourceEditor Property editor to assist with the setup of a MethodDefinitionSource.
MethodDefinitionSourceMapping Configuration entry for MethodDefinitionSource, that holds the method to be protected and the ConfigAttributes as String that apply to that url.
MethodInvocationPrivilegeEvaluator Allows users to determine whether they have "before invocation" privileges for a given method invocation.
 

Package org.acegisecurity.intercept.method Description

Provides support objects for securing Java method invocations via different AOP libraries.



Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.