org.jclouds.rest.config
Class CredentialStoreModule.CredentialsToJsonByteSource

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

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


Method Summary
 com.google.common.io.ByteSource apply(Credentials 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
 

Method Detail

apply

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


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