Group

org.llm4s.rag.permissions.ExternalPrincipal.Group
final case class Group(name: String) extends ExternalPrincipal

A group identified by name

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