public class

SecurityConfigurationAction

extends ConfluenceActionSupport
implements FormAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.SecurityConfigurationAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
SecurityConfigurationAction()
Public Methods
String doDefault()
Default webwork action execution method.
String doView()
String execute()
String getEmailAddressVisibility()
List<HTMLPairType> getEmailAddressVisibilityTypes()
boolean getExternalUserManagement()
int getLoginAttemptsThreshold()
int getMaxRssItems()
int getPageTimeout()
The time allowed to render a page, measured in settings.
int getRssTimeout()
The RSS Feed timeout in seconds.
SpaceManager getSpaceManager()
long getWebSudoTimeout()
boolean isAddWildcardsToUserAndGroupSearches()
boolean isAllowPublicSignup()
boolean isAllowRemoteApiAnonymous()
boolean isAntiXssMode()
boolean isEditMode()
boolean isEnableElevatedSecurityCheck()
boolean isEnableSpaceStyles()
boolean isExternalUserManagement()
boolean isNofollowExternalLinks()
boolean isPassConfirmationConfigurable()
Is password confirmation (websudo) configurable, or is it disabled due to using a customer authenticator or a system property.
boolean isPermitted()
boolean isShowSystemInfoIn500Page()
boolean isSystemAdmin()
boolean isWebSudoEnabled()
boolean isXsrfAddComments()
void setAddWildcardsToUserAndGroupSearches(boolean addWildcardsToUserAndGroupSearches)
void setAllowPublicSignup(boolean allowPublicSignup)
void setAllowRemoteApiAnonymous(boolean allowRemoteApiAnonymous)
void setAntiXssMode(boolean antiXssMode)
void setEmailAddressVisibility(String emailAddressVisibility)
void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
void setEnableSpaceStyles(boolean enableSpaceStyles)
void setExternalUserManagement(boolean externalUserManagement)
void setLoginAttemptsThreshold(int loginAttemptsThreshold)
void setMaxRssItems(int maxRssItems)
void setNofollowExternalLinks(boolean nofollowExternalLinks)
void setPageTimeout(int pageTimeout)
Restrict the time allowed to render a page, measured in settings.
void setRssTimeout(int rssTimeout)
void setShowSystemInfoIn500Page(boolean showSystemInfoIn500Page)
void setSpaceManager(SpaceManager spaceManager)
void setWebSudoEnabled(boolean webSudoEnabled)
void setWebSudoTimeout(long webSudoTimeout)
void setXsrfAddComments(boolean xsrfAddComments)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.FormAware
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public SecurityConfigurationAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String doView ()

Throws
Exception

public String execute ()

Throws
Exception

public String getEmailAddressVisibility ()

public List<HTMLPairType> getEmailAddressVisibilityTypes ()

public boolean getExternalUserManagement ()

public int getLoginAttemptsThreshold ()

public int getMaxRssItems ()

public int getPageTimeout ()

The time allowed to render a page, measured in settings.

public int getRssTimeout ()

The RSS Feed timeout in seconds.

public SpaceManager getSpaceManager ()

public long getWebSudoTimeout ()

public boolean isAddWildcardsToUserAndGroupSearches ()

public boolean isAllowPublicSignup ()

public boolean isAllowRemoteApiAnonymous ()

public boolean isAntiXssMode ()

public boolean isEditMode ()

public boolean isEnableElevatedSecurityCheck ()

public boolean isEnableSpaceStyles ()

public boolean isExternalUserManagement ()

public boolean isNofollowExternalLinks ()

public boolean isPassConfirmationConfigurable ()

Is password confirmation (websudo) configurable, or is it disabled due to using a customer authenticator or a system property.

Returns
  • true if password confirmation can be configured

public boolean isPermitted ()

public boolean isShowSystemInfoIn500Page ()

public boolean isSystemAdmin ()

public boolean isWebSudoEnabled ()

public boolean isXsrfAddComments ()

public void setAddWildcardsToUserAndGroupSearches (boolean addWildcardsToUserAndGroupSearches)

public void setAllowPublicSignup (boolean allowPublicSignup)

public void setAllowRemoteApiAnonymous (boolean allowRemoteApiAnonymous)

public void setAntiXssMode (boolean antiXssMode)

public void setEmailAddressVisibility (String emailAddressVisibility)

public void setEnableElevatedSecurityCheck (boolean enableElevatedSecurityCheck)

public void setEnableSpaceStyles (boolean enableSpaceStyles)

public void setExternalUserManagement (boolean externalUserManagement)

public void setLoginAttemptsThreshold (int loginAttemptsThreshold)

public void setMaxRssItems (int maxRssItems)

public void setNofollowExternalLinks (boolean nofollowExternalLinks)

public void setPageTimeout (int pageTimeout)

Restrict the time allowed to render a page, measured in settings.

public void setRssTimeout (int rssTimeout)

public void setShowSystemInfoIn500Page (boolean showSystemInfoIn500Page)

public void setSpaceManager (SpaceManager spaceManager)

public void setWebSudoEnabled (boolean webSudoEnabled)

public void setWebSudoTimeout (long webSudoTimeout)

public void setXsrfAddComments (boolean xsrfAddComments)