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.ServletModule
Servlets and support related to HTTP authentication.
-
-
Constructor Summary
Constructors Constructor Description HttpAuthModule(AuthConfig authConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureServlets()
-
Methods inherited from class com.google.inject.servlet.ServletModule
configure, filter, filter, filterRegex, filterRegex, getServletContext, serve, serve, serveRegex, serveRegex
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Constructor Detail
-
HttpAuthModule
public HttpAuthModule(AuthConfig authConfig)
-
-