Class HttpAuthModule
- java.lang.Object
- 
- com.google.inject.AbstractModule
- 
- com.google.inject.servlet.ServletModule
- 
- com.google.gerrit.httpd.auth.container.HttpAuthModule
 
 
 
- 
- All Implemented Interfaces:
- com.google.inject.Module
 
 public class HttpAuthModule extends com.google.inject.servlet.ServletModuleServlets and support related to HTTP authentication.
- 
- 
Constructor SummaryConstructors Constructor Description HttpAuthModule(AuthConfig authConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureServlets()- 
Methods inherited from class com.google.inject.servlet.ServletModuleconfigure, filter, filter, filterRegex, filterRegex, getServletContext, serve, serve, serveRegex, serveRegex
 - 
Methods inherited from class com.google.inject.AbstractModuleaddError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
- 
 
- 
- 
- 
Constructor Detail- 
HttpAuthModulepublic HttpAuthModule(AuthConfig authConfig) 
 
- 
 
-