open class SimpleSecurityContextProvider : SecurityContextProvider
Simple SecurityContextProvider implementation.
Author
Costin Leau
Since
3.0
SimpleSecurityContextProvider()
Construct a new The security context will be retrieved on each call from the current thread. SimpleSecurityContextProvider(acc: AccessControlContext)
Construct a new If the given control context is null, the security context will be retrieved on each call from the current thread. |
open fun getAccessControlContext(): AccessControlContext |