org.beangle.security.context

Members list

Type members

Classlikes

A static field-based implementation of ContextHolder.

A static field-based implementation of ContextHolder.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class SecurityContext(val session: Option[Session], val request: Request, val root: Boolean, val runAs: Option[String])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

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 Object
trait Matchable
class Any
Known subtypes
object GlobalHolder.type
class ThreadLocalHolder(inheritable: Boolean) extends SecurityContextHolder

A ThreadLocal-based implementation of ContextHolder.

A ThreadLocal-based implementation of ContextHolder.

Attributes

Supertypes
class Object
trait Matchable
class Any