public class HttpAuthenticationHandlerModuleDescriptor extends BaseWeightedModuleDescriptor<HttpAuthenticationHandler>
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELEMENT_NAME |
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resourcesCOMPARABLE| 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, getWeightassertModuleClassImplements, 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, validatepublic static final String XML_ELEMENT_NAME
protected HttpAuthenticationHandlerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled 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.PluginParseExceptionpublic boolean isCaptchaSupported()
Copyright © 2024 Atlassian. All rights reserved.