DynamicRBAC

tsec.authorization.DynamicRBAC
case class DynamicRBAC[F[_], Role, U, Auth](dynamic: DynamicAuthGroup[F, Role])(implicit authInfo: AuthorizationInfo[F, Role, U], enum: SimpleAuthEnum[Role, String], F: MonadError[F, Throwable]) extends Authorization[F, U, Auth]

Attributes

Source
DynamicRBAC.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
DynamicRBAC.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product