Package org.spincast.plugins.crypto
Class SpincastCryptoPluginModule
java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.crypto.SpincastCryptoPluginModule
- All Implemented Interfaces:
com.google.inject.Module,org.spincast.core.guice.SpincastContextTypesInterested
public class SpincastCryptoPluginModule
extends org.spincast.core.guice.SpincastGuiceModuleBase
Spincast Crypto plugin module.
-
Constructor Summary
ConstructorsConstructorDescriptionSpincastCryptoPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Class<? extends SpincastCryptoUtils>protected Class<? extends SpincastCryptoConfig>Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase
getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClassMethods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
SpincastCryptoPluginModule
public SpincastCryptoPluginModule() -
SpincastCryptoPluginModule
-
-
Method Details
-
configure
protected void configure()- Specified by:
configurein classorg.spincast.core.guice.SpincastGuiceModuleBase
-
getCryptoUtilsImplClass
-
getSpincastCryptoConfigImplClass
-