Class AuthenticationServiceModule.GetAuth

java.lang.Object
com.google.common.cache.CacheLoader<org.jclouds.domain.Credentials,Auth>
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, com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    load(org.jclouds.domain.Credentials input)
     
     

    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 Details

  • Method Details

    • 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