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
Members list
In this article