org.beangle.security.context
package org.beangle.security.context
Type members
Classlikes
A <code>static</code> field-based implementation of ContextHolder.
A <code>static</code> field-based implementation of ContextHolder.
class SecurityContext(val session: Option[Session], val request: Request, val root: Boolean, val runAs: Option[String])
- Companion
- object
trait SecurityContextHolder
A holder for storing security context information against a thread.
A holder for storing security context information against a thread.
The preferred holder is loaded by ContextHolder