public class

FixLicenseAction

extends AbstractUpdateLicenseAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
         ↳ com.atlassian.confluence.fixonly.actions.FixLicenseAction

Class Overview

Permits unauthenticated updates to the Confluence license if there are upgrade problems with the instance.

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
FixLicenseAction()
Public Methods
boolean isPermitted()
void setJohnsonEventContainer(JohnsonEventContainer johnsonEventContainer)
[Expand]
Inherited Methods
From class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
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 FixLicenseAction ()

Public Methods

public boolean isPermitted ()

Returns
  • true if there are Johnson events which prevent Confluence starting

public void setJohnsonEventContainer (JohnsonEventContainer johnsonEventContainer)