BLPAuthorization
tsec.authorization.BLPAuthorization
trait BLPAuthorization[F[_], A, Auth] extends Authorization[F, A, Auth]
A trait representing Bell LaPadula Model Authorization We will use the strong star property here, thus: No reading a higher authorization level Only writing to your authorization level. We will not use DAC here, though this could be implemented
Attributes
- Source
- BLPAuthorization.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
In this article