Uses of Class
com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorOrSuperUserCondition

Packages that use SystemAdministratorOrSuperUserCondition
com.atlassian.confluence.plugin.descriptor.web.conditions   
 

Uses of SystemAdministratorOrSuperUserCondition in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Subclasses of SystemAdministratorOrSuperUserCondition in com.atlassian.confluence.plugin.descriptor.web.conditions
 class GlobalAdministratorOnlyCondition
          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.
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.