NonResourceAttributes

final case class NonResourceAttributes(path: Option[String], verb: Option[String])

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Source:
NonResourceAttributes.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if path has a value, transforms to the result of function

if path has a value, transforms to the result of function

Source:
NonResourceAttributes.scala

if verb has a value, transforms to the result of function

if verb has a value, transforms to the result of function

Source:
NonResourceAttributes.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
NonResourceAttributes.scala

Returns a new data with verb set to new value

Returns a new data with verb set to new value

Source:
NonResourceAttributes.scala

Inherited methods

Inherited from:
Product