BasicRBAC

tsec.authorization.BasicRBAC
See theBasicRBAC companion object
sealed abstract case class BasicRBAC[F[_], R, U, Auth](authorized: Type[R])(implicit role: AuthorizationInfo[F, R, U], enum: SimpleAuthEnum[R, String], F: MonadError[F, Throwable]) extends Authorization[F, U, Auth]

Attributes

Companion
object
Source
BasicRBAC.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Authorization[F, U, Auth]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
BasicRBAC.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product