com.atlassian.confluence.plugin.descriptor.web.conditions
Class UserLoggedInEditableCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.AbstractConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.UserLoggedInEditableCondition
- All Implemented Interfaces:
- Condition
- public class UserLoggedInEditableCondition
- extends AbstractConfluenceCondition
A condition to check whether user can change their password in Confluence
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserLoggedInEditableCondition
public UserLoggedInEditableCondition()
shouldDisplay
public boolean shouldDisplay(User user,
GlobalHelper helper)
- Specified by:
shouldDisplay
in class AbstractConfluenceCondition