org.beangle.security.context
package org.beangle.security.context
Members list
Type members
Classlikes
object GlobalHolder extends SecurityContextHolder
A static
field-based implementation of ContextHolder.
A static
field-based implementation of ContextHolder.
Attributes
- Supertypes
- Self type
-
GlobalHolder.type
object SecurityContext
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SecurityContext.type
class SecurityContext(val session: Option[Session], val request: Request, val root: Boolean, val runAs: Option[String])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
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
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object GlobalHolder.typeclass ThreadLocalHolder
class ThreadLocalHolder(inheritable: Boolean) extends SecurityContextHolder
A ThreadLocal
-based implementation of ContextHolder.
A ThreadLocal
-based implementation of ContextHolder.
Attributes
- Supertypes
In this article