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 |
RunAsManagerImpl
Basic concrete implementation of a
RunAsManager . |
Modifier and Type | Method and Description |
---|---|
RunAsManager |
AbstractSecurityInterceptor.getRunAsManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSecurityInterceptor.setRunAsManager(RunAsManager runAsManager) |
Modifier and Type | Method and Description |
---|---|
protected RunAsManager |
GlobalMethodSecurityConfiguration.runAsManager()
Provide a custom
RunAsManager for the default implementation of
GlobalMethodSecurityConfiguration.methodSecurityInterceptor() . |
Copyright © 2019. All rights reserved.