Package com.atlassian.bitbucket.auth
Class HttpAuthenticationHandlerModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.bitbucket.scm.BaseWeightedModuleDescriptor<HttpAuthenticationHandler>
com.atlassian.bitbucket.auth.HttpAuthenticationHandlerModuleDescriptor
- All Implemented Interfaces:
Weighted,com.atlassian.plugin.ModuleDescriptor<HttpAuthenticationHandler>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,Comparable<BaseWeightedModuleDescriptor<HttpAuthenticationHandler>>
public class HttpAuthenticationHandlerModuleDescriptor
extends BaseWeightedModuleDescriptor<HttpAuthenticationHandler>
-
Field Summary
FieldsFields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resourcesFields inherited from interface com.atlassian.bitbucket.util.Weighted
COMPARABLE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHttpAuthenticationHandlerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.BaseWeightedModuleDescriptor
compareTo, getWeightMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
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, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
getDisplayName
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
HttpAuthenticationHandlerModuleDescriptor
protected HttpAuthenticationHandlerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
disabled
public void disabled()- Specified by:
disabledin interfacecom.atlassian.plugin.StateAware- Overrides:
disabledin classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<HttpAuthenticationHandler>
-
getModule
- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<HttpAuthenticationHandler>- Specified by:
getModulein classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<HttpAuthenticationHandler>
-
init
public void init(@Nonnull com.atlassian.plugin.Plugin plugin, @Nonnull com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException - Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor<HttpAuthenticationHandler>- Overrides:
initin classBaseWeightedModuleDescriptor<HttpAuthenticationHandler>- Throws:
com.atlassian.plugin.PluginParseException
-
isCaptchaSupported
public boolean isCaptchaSupported()
-