Class AuthenticationServiceModule.GetAuth
- java.lang.Object
-
- com.google.common.cache.CacheLoader<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<Credentials,Auth>
-
-
Constructor Summary
Constructors Constructor Description GetAuth(AuthenticationClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Auth
load(Credentials input)
String
toString()
-
-
-
Constructor Detail
-
GetAuth
@Inject public GetAuth(AuthenticationClient client)
-
-
Method Detail
-
load
public Auth load(Credentials input)
- Specified by:
load
in classcom.google.common.cache.CacheLoader<Credentials,Auth>
-
-