Resource

mbauer83.zio_http_authorization.Resource$.Resource
trait Resource[Descriptor <: ResourceDescriptor[_, _]] extends Product, Serializable

A resource in the context of RBAC authorization

Attributes

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

Members list

Value members

Concrete methods

def isSameResourceAs(other: Any): Boolean

true if and only if this resource has the same identity as the other resource.

true if and only if this resource has the same identity as the other resource.

Attributes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Abstract fields

val descriptor: Descriptor