User

org.llm4s.rag.permissions.ExternalPrincipal.User
final case class User(email: String) extends ExternalPrincipal

A user identified by email or username

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def externalId: String

The full external identifier string (e.g., "user:john@example.com")

The full external identifier string (e.g., "user:john@example.com")

Attributes

def value: String

The type-specific value (e.g., "john@example.com" or "admins")

The type-specific value (e.g., "john@example.com" or "admins")

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product