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