com.atlassian.jira.plugin.webfragment.conditions
Class ExternalPasswordManagementDisabledCondition

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
      extended by com.atlassian.jira.plugin.webfragment.conditions.ExternalPasswordManagementDisabledCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class ExternalPasswordManagementDisabledCondition
extends AbstractJiraCondition

Condition returns true if APKeys.JIRA_OPTION_USER_PASSWORD_EXTERNALMGT is disabled.

Since:
v3.12

Constructor Summary
ExternalPasswordManagementDisabledCondition(ApplicationProperties applicationProperties)
           
 
Method Summary
 boolean shouldDisplay(User user, JiraHelper jiraHelper)
           
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalPasswordManagementDisabledCondition

public ExternalPasswordManagementDisabledCondition(ApplicationProperties applicationProperties)
Method Detail

shouldDisplay

public boolean shouldDisplay(User user,
                             JiraHelper jiraHelper)
Specified by:
shouldDisplay in class AbstractJiraCondition


Copyright © 2002-2007 Atlassian. All Rights Reserved.