Class FixLicenseAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

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

      • FixLicenseAction

        public FixLicenseAction()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • isPermitted

        public boolean isPermitted()
        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)