|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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.
NOTE: This is currently used by the Gliffy plugin. To be removed when they do. CONFDEV-15165.
@Deprecated public class GlobalAdministratorOnlyCondition
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition |
---|
CONTEXT_KEY_HELPER |
Constructor Summary | |
---|---|
GlobalAdministratorOnlyCondition()
Deprecated. |
Method Summary |
---|
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorCondition |
---|
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 |
---|
public GlobalAdministratorOnlyCondition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |