| Home >> All >> org >> acegisecurity >> [ afterinvocation Javadoc ] |
org.acegisecurity.afterinvocation: Javadoc index of package org.acegisecurity.afterinvocation.
Package Samples:
org.acegisecurity.afterinvocation
Classes:
BasicAclEntryAfterInvocationCollectionFilteringProvider: Given a Collection of domain object instances returned from a secure object invocation, remove any Collection elements the principal does not have appropriate permission to access as defined by the org.acegisecurity.acl.AclManager . The AclManager is used to retrieve the access control list (ACL) permissions associated with each Collection domain object instance element for the current Authentication object. This class is designed to process org.acegisecurity.acl.AclEntry s that are subclasses of org.acegisecurity.acl.basic.BasicAclEntry only. Generally these are obtained by using the org.acegisecurity.acl.basic.BasicAclProvider ...
BasicAclEntryAfterInvocationProvider: Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the org.acegisecurity.acl.AclManager . The AclManager is used to retrieve the access control list (ACL) permissions associated with a domain object instance for the current Authentication object. This class is designed to process org.acegisecurity.acl.AclEntry s that are subclasses of org.acegisecurity.acl.basic.BasicAclEntry only. Generally these are obtained by using the org.acegisecurity.acl.basic.BasicAclProvider . This after invocation provider will fire if ...
AfterInvocationProviderManager: Provider-based implementation of org.acegisecurity.AfterInvocationManager . Handles configuration of a bean context defined list of AfterInvocationProvider s. Every AfterInvocationProvider will be polled when the decide(Authentication, Object, ConfigAttributeDefinition, Object) 55 method is called. The Object returned from each provider will be presented to the successive provider for processing. This means each provider must ensure they return the Object , even if they are not interested in the "after invocation" decision (perhaps as the secure object invocation did not include a configuration ...
AfterInvocationProvider: Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
CollectionFilterer: A filter used to filter Collections.
ArrayFilterer: A filter used to filter arrays.
Filterer: Filter strategy interface.
| Home | Contact Us | Privacy Policy | Terms of Service |