org.jclouds.rest.config
Class CredentialStoreModule.CredentialsFromJsonByteSource

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

@Singleton
public static class CredentialStoreModule.CredentialsFromJsonByteSource
extends Object
implements com.google.common.base.Function<com.google.common.io.ByteSource,Credentials>


Field Summary
protected  Logger logger
           
 
Method Summary
 Credentials apply(com.google.common.io.ByteSource 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(com.google.common.io.ByteSource from)
Specified by:
apply in interface com.google.common.base.Function<com.google.common.io.ByteSource,Credentials>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.