|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AfterInvocationProvider | |
|---|---|
| org.springframework.security.access.intercept | Actually enforces the security and ties the whole security system together. |
| org.springframework.security.access.prepost | Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and |
| org.springframework.security.acls.afterinvocation | |
| Uses of AfterInvocationProvider in org.springframework.security.access.intercept |
|---|
| Methods in org.springframework.security.access.intercept that return types with arguments of type AfterInvocationProvider | |
|---|---|
List<AfterInvocationProvider> |
AfterInvocationProviderManager.getProviders()
|
| Uses of AfterInvocationProvider in org.springframework.security.access.prepost |
|---|
| Classes in org.springframework.security.access.prepost that implement AfterInvocationProvider | |
|---|---|
class |
PostInvocationAdviceProvider
AfterInvocationProvider which delegates to a PostInvocationAuthorizationAdvice instance
passing it the PostInvocationAttribute created from @PostAuthorize and @PostFilter annotations. |
| Uses of AfterInvocationProvider in org.springframework.security.acls.afterinvocation |
|---|
| Classes in org.springframework.security.acls.afterinvocation that implement AfterInvocationProvider | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||