public class HttpAuthenticationHandlerModuleDescriptor extends BaseWeightedModuleDescriptor<HttpAuthenticationHandler>
Modifier and Type | Field and Description |
---|---|
static String |
XML_ELEMENT_NAME |
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
COMPARABLE
Modifier | Constructor and Description |
---|---|
protected |
HttpAuthenticationHandlerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
void |
disabled() |
HttpAuthenticationHandler |
getModule() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isCaptchaSupported() |
compareTo, getWeight
assertModuleClassImplements, checkPermissions, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
public static final String XML_ELEMENT_NAME
protected HttpAuthenticationHandlerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HttpAuthenticationHandler>
public HttpAuthenticationHandler getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<HttpAuthenticationHandler>
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HttpAuthenticationHandler>
public void init(@Nonnull com.atlassian.plugin.Plugin plugin, @Nonnull org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<HttpAuthenticationHandler>
init
in class BaseWeightedModuleDescriptor<HttpAuthenticationHandler>
com.atlassian.plugin.PluginParseException
public boolean isCaptchaSupported()
Copyright © 2024 Atlassian. All rights reserved.