com.atlassian.jira.plugin.webfragment.conditions
Class ExternalUserManagementDisabledCondition
java.lang.Object
com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
com.atlassian.jira.plugin.webfragment.conditions.ExternalUserManagementDisabledCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.Condition
public class ExternalUserManagementDisabledCondition
- extends AbstractJiraCondition
Condition returns true if APKeys.JIRA_OPTION_USER_EXTERNALMGT
is disabled.
- Since:
- v3.12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalUserManagementDisabledCondition
public ExternalUserManagementDisabledCondition(ApplicationProperties applicationProperties)
shouldDisplay
public boolean shouldDisplay(User user,
JiraHelper jiraHelper)
- Specified by:
shouldDisplay
in class AbstractJiraCondition
Copyright © 2002-2011 Atlassian. All Rights Reserved.