package guardian

  1. Overview
  2. Docs
Role-based access control for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=4aa712fb5ae59dc3483d4f1d84a59b97
sha512=b5b936f35d6a519760c100480a0e3748db23989d10d58b601d05b3c235dbe3ef0a9253676a5f6ce33b45ece9fd0caaba6ae9097fe2c73f370b7166051a4a2ec6

doc/guardian.backend/Guardian_backend/MariaDb/Make/Guard/Actor/index.html

Module Guard.ActorSource

Sourceval id : 'a t -> Uuid.Actor.t
Sourceval owner : 'a t -> Uuid.Actor.t option
Sourceval roles : 'a t -> RoleSet.t
Sourceval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
Sourceval to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
Sourceval show : 'a t -> string
Sourceval pp : Format.formatter -> 'a t -> unit
Sourceval make : ?owner:Uuid.Actor.t -> RoleSet.t -> 'a -> Uuid.Actor.t -> 'a t
Sourceval a_owns_b : 'a t -> 'b t -> bool
Sourceval has_role : 'a t -> ActorRoles.t -> bool
OCaml

Innovation. Community. Security.