Package org.jclouds.openstack.config
Class OpenStackAuthenticationModule.GetAuthenticationResponse
- java.lang.Object
-
- com.google.common.cache.CacheLoader<Credentials,AuthenticationResponse>
-
- org.jclouds.openstack.config.OpenStackAuthenticationModule.GetAuthenticationResponse
-
- Enclosing class:
- OpenStackAuthenticationModule
@Singleton public static class OpenStackAuthenticationModule.GetAuthenticationResponse extends com.google.common.cache.CacheLoader<Credentials,AuthenticationResponse>
-
-
Constructor Summary
Constructors Constructor Description GetAuthenticationResponse(OpenStackAuthClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResponse
load(Credentials input)
String
toString()
-
-
-
Constructor Detail
-
GetAuthenticationResponse
@Inject public GetAuthenticationResponse(OpenStackAuthClient client)
-
-
Method Detail
-
load
public AuthenticationResponse load(Credentials input)
- Specified by:
load
in classcom.google.common.cache.CacheLoader<Credentials,AuthenticationResponse>
-
-