Class EditSecurityConfiguration


  • public class EditSecurityConfiguration
    extends Object
    • Method Detail

      • editConfigurationFromAnywhere

        public static EditSecurityConfiguration editConfigurationFromAnywhere()
        Factory method to visit the edit configuration screen from anywhere.
        Returns:
        a new EditSecurityConfiguration ready to use.
      • editConfigurationFromAnywhere

        public static EditSecurityConfiguration editConfigurationFromAnywhere​(net.sourceforge.jwebunit.junit.WebTester webTester)
      • editConfigurationFromView

        protected static EditSecurityConfiguration editConfigurationFromView​(net.sourceforge.jwebunit.junit.WebTester webTester)
      • getExpectedTitle

        public String getExpectedTitle()
      • submitAndReEdit

        public EditSecurityConfiguration submitAndReEdit()
        Submit and immediately click edit so that more editing can be done.
      • submitExpectingErrors

        public EditSecurityConfiguration submitExpectingErrors()
        Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.
      • submit

        public void submit()
        Submit and don't construct a new state. Useful in tearDowns when you aren't going to want to do anything with the result.
      • isAntiXssModeEnabled

        @Deprecated
        public boolean isAntiXssModeEnabled()
        Deprecated.
      • isExternalUserManagementEnabled

        public boolean isExternalUserManagementEnabled()
      • isAddWildcardsToUserAndGroupSearchesEnabled

        public boolean isAddWildcardsToUserAndGroupSearchesEnabled()
      • setAddWildcardsToUserAndGroupSearchesEnabled

        public EditSecurityConfiguration setAddWildcardsToUserAndGroupSearchesEnabled​(boolean enabled)
      • isSpaceStylesEnabled

        public boolean isSpaceStylesEnabled()
      • isShowSystemInfoIn500PageEnabled

        public boolean isShowSystemInfoIn500PageEnabled()
      • setShowSystemInfoIn500PageEnabled

        public EditSecurityConfiguration setShowSystemInfoIn500PageEnabled​(boolean enabled)
      • getMaxRssItems

        public int getMaxRssItems()
      • getExpectedRssTimeoutInvalidMessage

        public String getExpectedRssTimeoutInvalidMessage()
      • getExpectedPageTimeoutInvalidMessage

        public String getExpectedPageTimeoutInvalidMessage()
      • isEventedSecurityCheckEnabled

        public boolean isEventedSecurityCheckEnabled()
      • getLoginAttemptsThreshold

        public int getLoginAttemptsThreshold()
      • isXsrfAddCommmentsEnabled

        public boolean isXsrfAddCommmentsEnabled()
      • isWebSudoEnabled

        public boolean isWebSudoEnabled()