ResourceSelector

mbauer83.zio_http_authorization.Resource$.ResourceSelector

A descriptive representation of a selector on a resource

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def matches(resource: Resource[_]): Boolean
Extension method from Resource

true if and only if any non-empty field in the selector is matched in the resource.

true if and only if any non-empty field in the selector is matched in the resource.

Attributes

Abstract fields

val resourceId: Option[I]
val tenantId: Option[T]