toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminAccessContext
Rag
Admin
Access
Context
data
class
RagAdminAccessContext
(
val
enabled
:
Boolean
,
val
tokenPresent
:
Boolean
,
val
role
:
String
?
,
val
allowedFeatures
:
Set
<
String
>
)
Members
Constructors
Rag
Admin
Access
Context
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
tokenPresent
:
Boolean
,
role
:
String
?
,
allowedFeatures
:
Set
<
String
>
)
Properties
allowed
Features
Link copied to clipboard
val
allowedFeatures
:
Set
<
String
>
enabled
Link copied to clipboard
val
enabled
:
Boolean
role
Link copied to clipboard
val
role
:
String
?
token
Present
Link copied to clipboard
val
tokenPresent
:
Boolean