ResourceDescriptor

mbauer83.zio_http_authorization.Resource$.ResourceDescriptor

Describes the type and identity of a resource

Attributes

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

Members list

Type members

Types

type IdType = I
type TenantIdType = T

Value members

Concrete methods

def equals(other: ResourceDescriptor[_, _]): Boolean
Extension method from Resource

Custom equality-checking for ResourceDescriptors.

Custom equality-checking for ResourceDescriptors.

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 resourceId: I
val tenantId: Option[T]