Package | Description |
---|---|
org.springframework.security.access.intercept |
Abstract level security interception classes which are responsible for enforcing the
configured security constraints for a secure object.
|
org.springframework.security.access.prepost |
Contains the infrastructure classes for handling the
@PreAuthorize , @PreFilter , @PostAuthorize
and @PostFilter annotations. |
org.springframework.security.acls.afterinvocation |
After-invocation providers for collection and array filtering.
|
Modifier and Type | Method and Description |
---|---|
List<AfterInvocationProvider> |
AfterInvocationProviderManager.getProviders() |
Modifier and Type | Class and Description |
---|---|
class |
PostInvocationAdviceProvider
AfterInvocationProvider which delegates to a
PostInvocationAuthorizationAdvice instance
passing it the PostInvocationAttribute created from @PostAuthorize and @PostFilter annotations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAclProvider
Abstract
AfterInvocationProvider which provides commonly-used ACL-related services. |
class |
AclEntryAfterInvocationCollectionFilteringProvider
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
AclService . |
class |
AclEntryAfterInvocationProvider
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclService . |
Copyright © 2015. All rights reserved.