kotlin-mpp-playground
Toggle table of contents
0.1.0.0+5ac97a4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-mpp-playground
jvm
/
dev.suresh.plugins.custom
/
AuthzPluginConfig
Authz
Plugin
Config
class
AuthzPluginConfig
(
source
)
Members
Constructors
Authz
Plugin
Config
Link copied to clipboard
constructor
(
)
Properties
enabled
Link copied to clipboard
var
enabled
:
Boolean
get
Role
Link copied to clipboard
lateinit
var
getRole
:
(
userName
:
String
?
)
->
String
roles
Link copied to clipboard
var
roles
:
Set
<
String
>