UUIDResourceDescriptor

mbauer83.zio_http_authorization.Resource$.UUIDResourceDescriptor
case class UUIDResourceDescriptor(resourceName: String | Symbol, resourceId: UUID, tenantId: Option[UUID]) extends ResourceDescriptor[UUID, UUID]

A ResourceDescriptor for a resources and tenants identified by java.util.UUIDs

Attributes

Graph
Supertypes
trait ResourceDescriptor[UUID, UUID]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type IdType = I

Attributes

Inherited from:
ResourceDescriptor
type TenantIdType = T

Attributes

Inherited from:
ResourceDescriptor

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product