org.jclouds.rest.config
Class CredentialStoreModule.CredentialsFromJsonInputStream

java.lang.Object
  extended by org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonInputStream
All Implemented Interfaces:
com.google.common.base.Function<InputStream,Credentials>
Enclosing class:
CredentialStoreModule

@Singleton
public static class CredentialStoreModule.CredentialsFromJsonInputStream
extends Object
implements com.google.common.base.Function<InputStream,Credentials>


Field Summary
protected  Logger logger
           
 
Method Summary
 Credentials apply(InputStream from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

logger

protected Logger logger
Method Detail

apply

public Credentials apply(InputStream from)
Specified by:
apply in interface com.google.common.base.Function<InputStream,Credentials>


Copyright © 2009-2011 jclouds. All Rights Reserved.