tsec.authorization.BLPWriteAction
See theBLPWriteAction companion object
sealed abstract case class BLPWriteAction[F[_], Role, A, Auth](authLevel: Role)(implicit authInfo: AuthorizationInfo[F, Role, A], enum: SimpleAuthEnum[Role, Int], F: MonadError[F, Throwable]) extends BLPAuthorization[F, A, Auth]
Only write to same level. No write up, no write down.
Attributes
- Companion
- object
- Source
- BLPAuthorization.scala
- Graph
-
- Supertypes
Members list
In this article