com.atlassian.confluence.plugin.descriptor.web.conditions
Class ExternalUserManagementEnabledCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
      extended by com.atlassian.confluence.plugin.descriptor.web.conditions.ExternalUserManagementEnabledCondition
All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

Deprecated. Since 4.2.7. Use the inverse of WritableDirectoryExistsCondition.

public class ExternalUserManagementEnabledCondition
extends BaseConfluenceCondition


Field Summary
 
Fields inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
CONTEXT_KEY_HELPER
 
Constructor Summary
ExternalUserManagementEnabledCondition()
          Deprecated.  
 
Method Summary
 void init(java.util.Map<java.lang.String,java.lang.String> params)
          Deprecated.  
 void setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
          Deprecated.  
protected  boolean shouldDisplay(WebInterfaceContext context)
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalUserManagementEnabledCondition

public ExternalUserManagementEnabledCondition()
Deprecated. 
Method Detail

init

public void init(java.util.Map<java.lang.String,java.lang.String> params)
          throws com.atlassian.plugin.PluginParseException
Deprecated. 
Specified by:
init in interface com.atlassian.plugin.web.Condition
Overrides:
init in class BaseConfluenceCondition
Throws:
com.atlassian.plugin.PluginParseException

shouldDisplay

protected boolean shouldDisplay(WebInterfaceContext context)
Deprecated. 
Specified by:
shouldDisplay in class BaseConfluenceCondition

setWritableDirectoryExistsCriteria

public void setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.