org.llm4s.rag.permissions.UserAuthorization
See theUserAuthorization companion object
User authorization context for permission-filtered queries.
Contains the set of principal IDs (user + groups) that the current user belongs to, which is used to filter collections and documents.
Value parameters
- isAdmin
-
True if this user has admin privileges (bypasses permission checks)
- principalIds
-
The set of principal IDs for this user (includes user ID and all group IDs)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article