com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class UserCanUseConfluenceCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanUseConfluenceCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.Condition
public class UserCanUseConfluenceCondition
- extends BaseConfluenceCondition
Returns true if the target user has the "can use confluence" permission
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserCanUseConfluenceCondition
public UserCanUseConfluenceCondition()
shouldDisplay
public boolean shouldDisplay(WebInterfaceContext context)
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
setSpacePermissionManager
public void setSpacePermissionManager(SpacePermissionManager spacePermissionManager)