Package com.google.gerrit.httpd
Class GerritAuthModule
- java.lang.Object
- 
- com.google.inject.AbstractModule
- 
- com.google.inject.servlet.ServletModule
- 
- com.google.gerrit.httpd.GerritAuthModule
 
 
 
- 
- All Implemented Interfaces:
- com.google.inject.Module
 
 public class GerritAuthModule extends com.google.inject.servlet.ServletModuleConfigures filter for authenticating REST requests.
- 
- 
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
 
- 
 
-