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 AuthenticationResponseload(Credentials input)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
GetAuthenticationResponse
@Inject public GetAuthenticationResponse(OpenStackAuthClient client)
 
 - 
 
- 
Method Detail
- 
load
public AuthenticationResponse load(Credentials input)
- Specified by:
 loadin classcom.google.common.cache.CacheLoader<Credentials,AuthenticationResponse>
 
 - 
 
 -