hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
ApplicationConfig.AuthConf
hunt
framework
config
ApplicationConfig
ApplicationConfig
Undocumented in source.
class
ApplicationConfig
struct
AuthConf {
string
loginUrl
;
string
successUrl
;
string
unauthorizedUrl
;
string
basicRealm
;
string
guardScheme
;
int
tokenExpiration
;
int
shiroTokenExpiration
;
}
Members
Variables
basicRealm
string
basicRealm
;
Undocumented in source.
guardScheme
string
guardScheme
;
Undocumented in source.
loginUrl
string
loginUrl
;
Undocumented in source.
shiroTokenExpiration
int
shiroTokenExpiration
;
Undocumented in source.
successUrl
string
successUrl
;
Undocumented in source.
tokenExpiration
int
tokenExpiration
;
Undocumented in source.
unauthorizedUrl
string
unauthorizedUrl
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
config
ApplicationConfig
ApplicationConfig
constructors
this
structs
ApplicationConf
AuthConf
CacheConf
CookieConf
CornConf
DatabaseConf
DateConf
DbPoolConf
GrpcConf
HttpConf
HttpsConf
LoggingConfig
MailConf
MailSmtpConf
QueueConf
RedisClusterConf
RedisConf
RedisPoolConf
RouteConf
RpcConf
ServiceConf
SessionConf
StaticFilesConf
TaskConf
TraceConf
TraceService
UploadConf
View
variables
application
auth
cache
cookie
cron
database
date
grpc
http
https
logging
mail
queue
redis
route
rpc
session
staticfiles
task
trace
upload
view