BasicDAC
tsec.authorization.BasicDAC
abstract class BasicDAC[F[_], G, U, Auth](implicit eq: Eq[G], F: MonadError[F, Throwable]) extends Authorization[F, U, Auth]
A class modeling basic Discretionary access control. In this case, the user has to provide an AuthGroup
for which groups are allowed to access the data,
Attributes
- Source
- BasicDAC.scala
- Graph
-
- Supertypes
Members list
In this article