@Deprecated public class

GlobalAdministratorOnlyCondition

extends SystemAdministratorCondition
java.lang.Object
   ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
     ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition
       ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.GlobalAdministratorOnlyCondition

This class is deprecated.
since 2.7. If the link or operation protected by this condition has the potential to compromise the security of the system, please use SystemAdministratorCondition instead, otherwise, use ConfluenceAdministratorCondition. To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators. Hence this deprecated class will inherit the permission checks of SystemAdministratorCondition. This class has been reintroduced to prevent problems with the approvals plugin.

Summary

Public Constructors
GlobalAdministratorOnlyCondition()
[Expand]
Inherited Methods
From class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition
From class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public GlobalAdministratorOnlyCondition ()