com.atlassian.confluence.plugin.descriptor.web.conditions
Class GlobalAdministratorOnlyCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
      extended by com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorOrSuperUserCondition
          extended by com.atlassian.confluence.plugin.descriptor.web.conditions.GlobalAdministratorOnlyCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

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 SystemAdministratorOrSuperUserCondition 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 SystemAdministratorOrSuperUserCondition. This class has been reintroduced to prevent problems with the approvals plugin.

public class GlobalAdministratorOnlyCondition
extends SystemAdministratorOrSuperUserCondition


Constructor Summary
GlobalAdministratorOnlyCondition()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorOrSuperUserCondition
setPermissionManager, shouldDisplay
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAdministratorOnlyCondition

public GlobalAdministratorOnlyCondition()
Deprecated. 


Copyright © 2003-2010 Atlassian. All Rights Reserved.