@Singleton public class LoginWithPasswordCredentials extends com.google.common.cache.CacheLoader<Credentials,LoginResponse>
| Constructor and Description |
|---|
LoginWithPasswordCredentials(SessionClient client) |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
load(Credentials input) |
String |
toString() |
@Inject public LoginWithPasswordCredentials(SessionClient client)
public LoginResponse load(Credentials input)
load in class com.google.common.cache.CacheLoader<Credentials,LoginResponse>Copyright © 2009-2013 jclouds. All Rights Reserved.