org.jclouds.openstack.config
Class OpenStackAuthenticationModule.GetAuthenticationResponse

java.lang.Object
  extended by com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,AuthenticationResponse>
      extended by org.jclouds.openstack.config.OpenStackAuthenticationModule.GetAuthenticationResponse
Enclosing class:
OpenStackAuthenticationModule

@Singleton
public static class OpenStackAuthenticationModule.GetAuthenticationResponse
extends com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,AuthenticationResponse>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Constructor Summary
OpenStackAuthenticationModule.GetAuthenticationResponse(OpenStackAuthClient client)
           
 
Method Summary
 AuthenticationResponse load(org.jclouds.domain.Credentials input)
           
 String toString()
           
 
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenStackAuthenticationModule.GetAuthenticationResponse

@Inject
public OpenStackAuthenticationModule.GetAuthenticationResponse(OpenStackAuthClient client)
Method Detail

load

public AuthenticationResponse load(org.jclouds.domain.Credentials input)
Specified by:
load in class com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,AuthenticationResponse>

toString

public String toString()
Overrides:
toString in class Object


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