org.llm4s.rag.permissions.ExternalPrincipal
See theExternalPrincipal companion trait
object ExternalPrincipal
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExternalPrincipal.type
Members list
Type members
Classlikes
final case class Group(name: String) extends ExternalPrincipal
A group identified by name
A group identified by name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExternalPrincipalclass Objecttrait Matchableclass AnyShow all
final case class User(email: String) extends ExternalPrincipal
A user identified by email or username
A user identified by email or username
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExternalPrincipalclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Parse an external ID string into an ExternalPrincipal
Parse an external ID string into an ExternalPrincipal
Attributes
In this article