Class FixLicenseAction

All Implemented Interfaces:
WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class FixLicenseAction extends AbstractUpdateLicenseAction
Permits unauthenticated updates to the Confluence license if there are upgrade problems with the instance.
See Also:
  • Constructor Details

    • FixLicenseAction

      public FixLicenseAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
      Returns:
      true if there are Johnson events which prevent Confluence starting
    • setJohnsonEventContainer

      public void setJohnsonEventContainer(com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer)