Subject

final case class Subject(group: Option[GroupSubject], serviceAccount: Option[ServiceAccountSubject], user: Option[UserSubject])

Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.

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

Value members

Inherited methods

Inherited from:
Product