UserInfo

final case class UserInfo(extra: Option[Map[String, Seq[String]]], groups: Option[Seq[String]], uid: Option[String], username: Option[String])

UserInfo holds the information about the user needed to implement the user.Info interface.

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

Value members

Concrete methods

def addExtra(newValues: (String, Seq[String])*): UserInfo
def addGroups(newValues: String*): UserInfo

Inherited methods

Inherited from:
Product