org.jclouds.openstack.keystone.v1_1.config
Class AuthenticationServiceModule.GetAuth

java.lang.Object
  extended by com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,Auth>
      extended by org.jclouds.openstack.keystone.v1_1.config.AuthenticationServiceModule.GetAuth
Enclosing class:
AuthenticationServiceModule

@Singleton
public static class AuthenticationServiceModule.GetAuth
extends com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,Auth>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Constructor Summary
AuthenticationServiceModule.GetAuth(AuthenticationClient client)
           
 
Method Summary
 Auth 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

AuthenticationServiceModule.GetAuth

@Inject
public AuthenticationServiceModule.GetAuth(AuthenticationClient client)
Method Detail

load

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

toString

public String toString()
Overrides:
toString in class Object


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