Class WarlockEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = WarlockEnabledProp.Key) public class WarlockEnabledProp
wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$watchingpublic final static StringKey$secCheckUrlpublic final static StringKey$secWebAutopublic final static StringKey$secHttpAuthpublic final static StringKey$secHttpAutopublic final static StringKey$secHttpBindpublic final static StringKey$secHttpBasepublic final static StringKey$secHttpChainpublic final static StringKey$dummyServicepublic final static StringKey$mvcTweakpublic final static StringKey$mvcLoginpublic final static StringKey$mvcProcpublic final static StringKey$mvcOauthpublic final static StringKey$mvcMockpublic final static StringKey$mvcTestpublic final static StringKey$mvcUserpublic final static StringKey$mvcAuth
-
Constructor Summary
Constructors Constructor Description WarlockEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisWatching()whether to enable timing watching and analysis. booleanisSecCheckUrl()whether to check security url conflict booleanisSecWebAuto()whether to enable Web auto config, eg. booleanisSecHttpAuth()whether to support "warlock security http wing auth". booleanisSecHttpAuto()whether to support "warlock security http auto". booleanisSecHttpBind()whether to support "warlock security http wing bind". booleanisSecHttpBase()whether to support "warlock security http base auth". booleanisSecHttpChain()whether to support SecurityFilterChain. booleanisDummyService()whether to enable security dummy service booleanisMvcTweak()whether to enable the default TweakController. booleanisMvcLogin()whether to enable the default login page Controller. booleanisMvcProc()whether to enable document-only login/out proc that processed by filter. booleanisMvcOauth()whether to enable the default OauthController. booleanisMvcMock()whether to enable the default mock Controller. booleanisMvcTest()whether to enable the default test Controller. booleanisMvcUser()whether to enable the default user Controller. booleanisMvcAuth()whether to enable the default auth Controller. booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetWatching(boolean watching)whether to enable timing watching and analysis. voidsetSecCheckUrl(boolean secCheckUrl)whether to check security url conflict voidsetSecWebAuto(boolean secWebAuto)whether to enable Web auto config, eg. voidsetSecHttpAuth(boolean secHttpAuth)whether to support "warlock security http wing auth". voidsetSecHttpAuto(boolean secHttpAuto)whether to support "warlock security http auto". voidsetSecHttpBind(boolean secHttpBind)whether to support "warlock security http wing bind". voidsetSecHttpBase(boolean secHttpBase)whether to support "warlock security http base auth". voidsetSecHttpChain(boolean secHttpChain)whether to support SecurityFilterChain. voidsetDummyService(boolean dummyService)whether to enable security dummy service voidsetMvcTweak(boolean mvcTweak)whether to enable the default TweakController. voidsetMvcLogin(boolean mvcLogin)whether to enable the default login page Controller. voidsetMvcProc(boolean mvcProc)whether to enable document-only login/out proc that processed by filter. voidsetMvcOauth(boolean mvcOauth)whether to enable the default OauthController. voidsetMvcMock(boolean mvcMock)whether to enable the default mock Controller. voidsetMvcTest(boolean mvcTest)whether to enable the default test Controller. voidsetMvcUser(boolean mvcUser)whether to enable the default user Controller. voidsetMvcAuth(boolean mvcAuth)whether to enable the default auth Controller. -
-
Method Detail
-
isWatching
boolean isWatching()
whether to enable timing watching and analysis.
-
isSecCheckUrl
boolean isSecCheckUrl()
whether to check security url conflict
-
isSecWebAuto
boolean isSecWebAuto()
whether to enable Web auto config, eg. firewall, debug, etc.
-
isSecHttpAuth
boolean isSecHttpAuth()
whether to support "warlock security http wing auth".
-
isSecHttpAuto
boolean isSecHttpAuto()
whether to support "warlock security http auto".
-
isSecHttpBind
boolean isSecHttpBind()
whether to support "warlock security http wing bind".
-
isSecHttpBase
boolean isSecHttpBase()
whether to support "warlock security http base auth".
-
isSecHttpChain
boolean isSecHttpChain()
whether to support SecurityFilterChain.
-
isDummyService
boolean isDummyService()
whether to enable security dummy service
-
isMvcTweak
boolean isMvcTweak()
whether to enable the default TweakController.
-
isMvcLogin
boolean isMvcLogin()
whether to enable the default login page Controller.
-
isMvcProc
boolean isMvcProc()
whether to enable document-only login/out proc that processed by filter.
-
isMvcOauth
boolean isMvcOauth()
whether to enable the default OauthController.
-
isMvcMock
boolean isMvcMock()
whether to enable the default mock Controller.
-
isMvcTest
boolean isMvcTest()
whether to enable the default test Controller.
-
isMvcUser
boolean isMvcUser()
whether to enable the default user Controller.
-
isMvcAuth
boolean isMvcAuth()
whether to enable the default auth Controller.
-
hashCode
int hashCode()
-
setWatching
void setWatching(boolean watching)
whether to enable timing watching and analysis.
-
setSecCheckUrl
void setSecCheckUrl(boolean secCheckUrl)
whether to check security url conflict
-
setSecWebAuto
void setSecWebAuto(boolean secWebAuto)
whether to enable Web auto config, eg. firewall, debug, etc.
-
setSecHttpAuth
void setSecHttpAuth(boolean secHttpAuth)
whether to support "warlock security http wing auth".
-
setSecHttpAuto
void setSecHttpAuto(boolean secHttpAuto)
whether to support "warlock security http auto".
-
setSecHttpBind
void setSecHttpBind(boolean secHttpBind)
whether to support "warlock security http wing bind".
-
setSecHttpBase
void setSecHttpBase(boolean secHttpBase)
whether to support "warlock security http base auth".
-
setSecHttpChain
void setSecHttpChain(boolean secHttpChain)
whether to support SecurityFilterChain.
-
setDummyService
void setDummyService(boolean dummyService)
whether to enable security dummy service
-
setMvcTweak
void setMvcTweak(boolean mvcTweak)
whether to enable the default TweakController.
-
setMvcLogin
void setMvcLogin(boolean mvcLogin)
whether to enable the default login page Controller.
-
setMvcProc
void setMvcProc(boolean mvcProc)
whether to enable document-only login/out proc that processed by filter.
-
setMvcOauth
void setMvcOauth(boolean mvcOauth)
whether to enable the default OauthController.
-
setMvcMock
void setMvcMock(boolean mvcMock)
whether to enable the default mock Controller.
-
setMvcTest
void setMvcTest(boolean mvcTest)
whether to enable the default test Controller.
-
setMvcUser
void setMvcUser(boolean mvcUser)
whether to enable the default user Controller.
-
setMvcAuth
void setMvcAuth(boolean mvcAuth)
whether to enable the default auth Controller.
-
-
-
-