BLPReadAction

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
trait Serializable
trait Product
trait Equals
trait BLPAuthorization[F, A, Auth]
trait Authorization[F, A, Auth]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isAuthorized(toAuth: SecuredRequest[F, A, Auth]): OptionT[F, SecuredRequest[F, A, Auth]]

Attributes

Source
BLPAuthorization.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product