public class

HttpAuthenticationHandlerModuleDescriptor

extends BaseWeightedModuleDescriptor<T>
java.lang.Object
   ↳ com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
     ↳ com.atlassian.stash.scm.BaseWeightedModuleDescriptor<T>
       ↳ com.atlassian.stash.auth.HttpAuthenticationHandlerModuleDescriptor

Summary

Constants
String XML_ELEMENT_NAME
[Expand]
Inherited Fields
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From interface com.atlassian.stash.util.Weighted
Protected Constructors
HttpAuthenticationHandlerModuleDescriptor(ModuleFactory moduleFactory)
Public Methods
void disabled()
HttpAuthenticationHandler getModule()
void init(Plugin plugin, Element element)
boolean isCaptchaSupported()
[Expand]
Inherited Methods
From class com.atlassian.stash.scm.BaseWeightedModuleDescriptor
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From class java.lang.Object
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware
From interface com.atlassian.stash.util.Weighted
From interface java.lang.Comparable

Constants

public static final String XML_ELEMENT_NAME

Constant Value: "http-auth-handler"

Protected Constructors

protected HttpAuthenticationHandlerModuleDescriptor (ModuleFactory moduleFactory)

Public Methods

public void disabled ()

public HttpAuthenticationHandler getModule ()

public void init (Plugin plugin, Element element)

Throws
PluginParseException

public boolean isCaptchaSupported ()