Authorization

tsec.authorization.Authorization
See theAuthorization companion object
trait Authorization[F[_], Identity, Auth]

Attributes

Companion
object
Source
Authorization.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BLPAuthorization[F, A, Auth]
class BLPReadAction[F, Role, A, Auth]
class BLPWriteAction[F, Role, A, Auth]
class BasicDAC[F, G, U, Auth]
class BasicRBAC[F, R, U, Auth]
class DynamicRBAC[F, Role, U, Auth]
class HierarchyAuth[F, R, U, Auth]
Show all

Members list

Value members

Abstract methods

def isAuthorized(toAuth: SecuredRequest[F, Identity, Auth]): OptionT[F, SecuredRequest[F, Identity, Auth]]

Attributes

Source
Authorization.scala