Permission

mbauer83.zio_http_authorization.Permission$
object Permission

Permissions define specific (kinds of) actions that may be performed on a Resource by a User to which the permission is assigned together with a ResourceSelector.

Permissions contain a name which may be of type String or Symbol.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Permission.type

Members list

Type members

Classlikes

case class Permission(name: String | Symbol)

A specific permission held by a User.

A specific permission held by a User.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all