Class WarlockEnabledProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isWatching() whether to enable timing watching and analysis.
      boolean isSecCheckUrl() whether to check security url conflict
      boolean isSecWebAuto() whether to enable Web auto config, eg.
      boolean isSecHttpAuth() whether to support "warlock security http wing auth".
      boolean isSecHttpAuto() whether to support "warlock security http auto".
      boolean isSecHttpBind() whether to support "warlock security http wing bind".
      boolean isSecHttpBase() whether to support "warlock security http base auth".
      boolean isSecHttpChain() whether to support SecurityFilterChain.
      boolean isDummyService() whether to enable security dummy service
      boolean isMvcTweak() whether to enable the default TweakController.
      boolean isMvcLogin() whether to enable the default login page Controller.
      boolean isMvcProc() whether to enable document-only login/out proc that processed by filter.
      boolean isMvcOauth() whether to enable the default OauthController.
      boolean isMvcMock() whether to enable the default mock Controller.
      boolean isMvcTest() whether to enable the default test Controller.
      boolean isMvcUser() whether to enable the default user Controller.
      boolean isMvcAuth() whether to enable the default auth Controller.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setWatching(boolean watching) whether to enable timing watching and analysis.
      void setSecCheckUrl(boolean secCheckUrl) whether to check security url conflict
      void setSecWebAuto(boolean secWebAuto) whether to enable Web auto config, eg.
      void setSecHttpAuth(boolean secHttpAuth) whether to support "warlock security http wing auth".
      void setSecHttpAuto(boolean secHttpAuto) whether to support "warlock security http auto".
      void setSecHttpBind(boolean secHttpBind) whether to support "warlock security http wing bind".
      void setSecHttpBase(boolean secHttpBase) whether to support "warlock security http base auth".
      void setSecHttpChain(boolean secHttpChain) whether to support SecurityFilterChain.
      void setDummyService(boolean dummyService) whether to enable security dummy service
      void setMvcTweak(boolean mvcTweak) whether to enable the default TweakController.
      void setMvcLogin(boolean mvcLogin) whether to enable the default login page Controller.
      void setMvcProc(boolean mvcProc) whether to enable document-only login/out proc that processed by filter.
      void setMvcOauth(boolean mvcOauth) whether to enable the default OauthController.
      void setMvcMock(boolean mvcMock) whether to enable the default mock Controller.
      void setMvcTest(boolean mvcTest) whether to enable the default test Controller.
      void setMvcUser(boolean mvcUser) whether to enable the default user Controller.
      void setMvcAuth(boolean mvcAuth) whether to enable the default auth Controller.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WarlockEnabledProp

        WarlockEnabledProp()
    • 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.

      • 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.