hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
AuthUserConfig
hunt
framework
config
AuthUserConfig
class
AuthUserConfig {
class
User
;
class
Role
;
User
[]
users
;
Role
[]
roles
;
static
AuthUserConfig
load
(string userConfigFile, string roleConfigFile);
}
Members
Classes
Role
class
Role
Undocumented in source.
User
class
User
Undocumented in source.
Static functions
load
AuthUserConfig
load
(string userConfigFile, string roleConfigFile)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
roles
Role
[]
roles
;
Undocumented in source.
users
User
[]
users
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
config
AuthUserConfig
classes
AuthUserConfig
static functions
toShiroPermissions