org.jclouds.karaf.core
Class CredentialStore

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.karaf.core.CredentialStore
All Implemented Interfaces:
com.google.inject.Module

public class CredentialStore
extends com.google.inject.AbstractModule


Field Summary
protected  Map<String,org.jclouds.domain.Credentials> store
           
 
Constructor Summary
CredentialStore()
           
 
Method Summary
protected  void configure()
          Configures a Binder via the exposed methods.
 Map<String,org.jclouds.domain.Credentials> getStore()
           
 void setStore(Map<String,org.jclouds.domain.Credentials> store)
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

protected Map<String,org.jclouds.domain.Credentials> store
Constructor Detail

CredentialStore

public CredentialStore()
Method Detail

configure

protected void configure()
Configures a Binder via the exposed methods.

Specified by:
configure in class com.google.inject.AbstractModule

getStore

@Provides
@Singleton
public Map<String,org.jclouds.domain.Credentials> getStore()

setStore

public void setStore(Map<String,org.jclouds.domain.Credentials> store)


Copyright © 2013. All Rights Reserved.