tsec.authorization.BLPReadAction
See theBLPReadAction companion object
sealed abstract case class BLPReadAction[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]
Bell La Padula read action: We do not read to higher authorization levels aka Simple Security Property. For our model, we will think about higher authorization levels as being lower in number
Attributes
- Companion
- object
- Source
- BLPAuthorization.scala
- Graph
-
- Supertypes
Members list
In this article