Class WarlockUrlmapProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = WarlockUrlmapProp.Key) public class WarlockUrlmapProp
wings-warlock-urlmap-77.properties
- Since:
2021-10-09
trydofor
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WarlockUrlmapProp()
-
Method Summary
Modifier and Type Method Description StringgetAuthLoginList()integrated login default page, list supported auth-type by default, requires PathVar `{extName}` voidsetAuthLoginList(String authLoginList)integrated login default page, list supported auth-type by default, requires PathVar `{extName}` StringgetAuthLoginPage()specific auth-type login default page, automatically response based on content-type, requires PathVar `{extName}` `{authType}` voidsetAuthLoginPage(String authLoginPage)specific auth-type login default page, automatically response based on content-type, requires PathVar `{extName}` `{authType}` StringgetAuthLoginPage2()specific auth-type login default page, get authType by RequestParam voidsetAuthLoginPage2(String authLoginPage2)specific auth-type login default page, get authType by RequestParam StringgetAuthNonceCheck()to verify the one-time token is valid, oauth2 uses state as token voidsetAuthNonceCheck(String authNonceCheck)to verify the one-time token is valid, oauth2 uses state as token StringgetOauthAuthorize()simple authorization code. voidsetOauthAuthorize(String oauthAuthorize)simple authorization code. StringgetOauthAccessToken()simple get access-token. voidsetOauthAccessToken(String oauthAccessToken)simple get access-token. StringgetOauthRevokeToken()revoke authorize or access-token. voidsetOauthRevokeToken(String oauthRevokeToken)revoke authorize or access-token. StringgetUserAuthedUser()get basic information of the current login user itself. voidsetUserAuthedUser(String userAuthedUser)get basic information of the current login user itself. StringgetUserAuthedPerm()Check login user permissions, case-insensitive comparison. voidsetUserAuthedPerm(String userAuthedPerm)Check login user permissions, case-insensitive comparison. StringgetUserListSession()list all session of login user. voidsetUserListSession(String userListSession)list all session of login user. StringgetUserDropSession()dop the session of login user. voidsetUserDropSession(String userDropSession)dop the session of login user. StringgetMockCaptcha()mock response captcha. voidsetMockCaptcha(String mockCaptcha)mock response captcha. StringgetMockDoubler()mock double kill in 30 seconds. voidsetMockDoubler(String mockDoubler)mock double kill in 30 seconds. StringgetMockRighter()mock anti forgery editing. voidsetMockRighter(String mockRighter)mock anti forgery editing. StringgetMockEcho0o0()mock echo to response what input. voidsetMockEcho0o0(String mockEcho0o0)mock echo to response what input. StringgetTestRunMode()query run mode, return Product, Test, Develop, Local. voidsetTestRunMode(String testRunMode)query run mode, return Product, Test, Develop, Local. StringgetTestSystemMills()query system timestamp, mills from 1970. voidsetTestSystemMills(String testSystemMills)query system timestamp, mills from 1970. StringgetTestThreadMills()query current thread timestamp, mills from 1970. voidsetTestThreadMills(String testThreadMills)query current thread timestamp, mills from 1970. StringgetAdminTweakLogger()tweak log level of user in thread-level. voidsetAdminTweakLogger(String adminTweakLogger)tweak log level of user in thread-level. StringgetAdminTweakStack()tweak stacktrace of user in thread-level. voidsetAdminTweakStack(String adminTweakStack)tweak stacktrace of user in thread-level. StringgetAdminTweakClock()tweak clock of user in thread-level. voidsetAdminTweakClock(String adminTweakClock)tweak clock of user in thread-level. StringgetAdminAuthnDanger()toggle user danger status, and reset failed count voidsetAdminAuthnDanger(String adminAuthnDanger)toggle user danger status, and reset failed count booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getAuthLoginList
String getAuthLoginList()
integrated login default page, list supported auth-type by default, requires PathVar `{extName}`
-
setAuthLoginList
void setAuthLoginList(String authLoginList)
integrated login default page, list supported auth-type by default, requires PathVar `{extName}`
-
getAuthLoginPage
String getAuthLoginPage()
specific auth-type login default page, automatically response based on content-type, requires PathVar `{extName}` `{authType}`
-
setAuthLoginPage
void setAuthLoginPage(String authLoginPage)
specific auth-type login default page, automatically response based on content-type, requires PathVar `{extName}` `{authType}`
-
getAuthLoginPage2
String getAuthLoginPage2()
specific auth-type login default page, get authType by RequestParam
-
setAuthLoginPage2
void setAuthLoginPage2(String authLoginPage2)
specific auth-type login default page, get authType by RequestParam
-
getAuthNonceCheck
String getAuthNonceCheck()
to verify the one-time token is valid, oauth2 uses state as token
-
setAuthNonceCheck
void setAuthNonceCheck(String authNonceCheck)
to verify the one-time token is valid, oauth2 uses state as token
-
getOauthAuthorize
String getOauthAuthorize()
simple authorization code.
-
setOauthAuthorize
void setOauthAuthorize(String oauthAuthorize)
simple authorization code.
-
getOauthAccessToken
String getOauthAccessToken()
simple get access-token.
-
setOauthAccessToken
void setOauthAccessToken(String oauthAccessToken)
simple get access-token.
-
getOauthRevokeToken
String getOauthRevokeToken()
revoke authorize or access-token.
-
setOauthRevokeToken
void setOauthRevokeToken(String oauthRevokeToken)
revoke authorize or access-token.
-
getUserAuthedUser
String getUserAuthedUser()
get basic information of the current login user itself.
-
setUserAuthedUser
void setUserAuthedUser(String userAuthedUser)
get basic information of the current login user itself.
-
getUserAuthedPerm
String getUserAuthedPerm()
Check login user permissions, case-insensitive comparison.
-
setUserAuthedPerm
void setUserAuthedPerm(String userAuthedPerm)
Check login user permissions, case-insensitive comparison.
-
getUserListSession
String getUserListSession()
list all session of login user.
-
setUserListSession
void setUserListSession(String userListSession)
list all session of login user.
-
getUserDropSession
String getUserDropSession()
dop the session of login user.
-
setUserDropSession
void setUserDropSession(String userDropSession)
dop the session of login user.
-
getMockCaptcha
String getMockCaptcha()
mock response captcha.
-
setMockCaptcha
void setMockCaptcha(String mockCaptcha)
mock response captcha.
-
getMockDoubler
String getMockDoubler()
mock double kill in 30 seconds.
-
setMockDoubler
void setMockDoubler(String mockDoubler)
mock double kill in 30 seconds.
-
getMockRighter
String getMockRighter()
mock anti forgery editing.
-
setMockRighter
void setMockRighter(String mockRighter)
mock anti forgery editing.
-
getMockEcho0o0
String getMockEcho0o0()
mock echo to response what input.
-
setMockEcho0o0
void setMockEcho0o0(String mockEcho0o0)
mock echo to response what input.
-
getTestRunMode
String getTestRunMode()
query run mode, return Product, Test, Develop, Local.
-
setTestRunMode
void setTestRunMode(String testRunMode)
query run mode, return Product, Test, Develop, Local.
-
getTestSystemMills
String getTestSystemMills()
query system timestamp, mills from 1970.
-
setTestSystemMills
void setTestSystemMills(String testSystemMills)
query system timestamp, mills from 1970.
-
getTestThreadMills
String getTestThreadMills()
query current thread timestamp, mills from 1970.
-
setTestThreadMills
void setTestThreadMills(String testThreadMills)
query current thread timestamp, mills from 1970.
-
getAdminTweakLogger
String getAdminTweakLogger()
tweak log level of user in thread-level.
-
setAdminTweakLogger
void setAdminTweakLogger(String adminTweakLogger)
tweak log level of user in thread-level.
-
getAdminTweakStack
String getAdminTweakStack()
tweak stacktrace of user in thread-level.
-
setAdminTweakStack
void setAdminTweakStack(String adminTweakStack)
tweak stacktrace of user in thread-level.
-
getAdminTweakClock
String getAdminTweakClock()
tweak clock of user in thread-level.
-
setAdminTweakClock
void setAdminTweakClock(String adminTweakClock)
tweak clock of user in thread-level.
-
getAdminAuthnDanger
String getAdminAuthnDanger()
toggle user danger status, and reset failed count
-
setAdminAuthnDanger
void setAdminAuthnDanger(String adminAuthnDanger)
toggle user danger status, and reset failed count
-
hashCode
int hashCode()
-
-
-
-