com.atlassian.confluence.plugin.descriptor.web.conditions.user
Class UserCanCreatePersonalSpaceCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanCreatePersonalSpaceCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition
public class UserCanCreatePersonalSpaceCondition
- extends BaseConfluenceCondition
This condition will return true if a user had permission to create a personal space
It will return false, if the user is null.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserCanCreatePersonalSpaceCondition
public UserCanCreatePersonalSpaceCondition()
shouldDisplay
protected boolean shouldDisplay(WebInterfaceContext context)
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
setPersonalInformationManager
public void setPersonalInformationManager(PersonalInformationManager personalInformationManager)