public class RESTAuthModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
RESTAuthModule(TokenSessionMap tokenSessionMap)
Creates a module which handles binding of authentication-related
objects, including the singleton TokenSessionMap.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic RESTAuthModule(TokenSessionMap tokenSessionMap)
tokenSessionMap - An instance of TokenSessionMap to inject as a singleton wherever
needed.Copyright © 2016. All rights reserved.