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.config.annotation.method.configuration |
Modifier and Type | Class and Description |
---|---|
class |
AfterInvocationProviderManager
Provider-based implementation of
AfterInvocationManager . |
Modifier and Type | Method and Description |
---|---|
AfterInvocationManager |
AbstractSecurityInterceptor.getAfterInvocationManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSecurityInterceptor.setAfterInvocationManager(AfterInvocationManager afterInvocationManager) |
Modifier and Type | Method and Description |
---|---|
protected AfterInvocationManager |
GlobalMethodSecurityConfiguration.afterInvocationManager()
Provide a custom
AfterInvocationManager for the default
implementation of GlobalMethodSecurityConfiguration.methodSecurityInterceptor() . |
Copyright © 2019. All rights reserved.