| java.lang.Object | |
| ↳ | org.springframework.beans.factory.support.SimpleSecurityContextProvider |
Simple SecurityContextProvider implementation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new
SimpleSecurityContextProvider instance. | |||||||||||
Construct a new
SimpleSecurityContextProvider instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides a security access control context relevant to a bean factory.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.support.SecurityContextProvider
| |||||||||||
Construct a new SimpleSecurityContextProvider instance.
The security context will be retrieved on each call from the current thread.
Construct a new SimpleSecurityContextProvider instance.
If the given control context is null, the security context will be retrieved on each call from the current thread.
| acc | access control context (can be null) |
|---|
Provides a security access control context relevant to a bean factory.