Modifier and Type | Method and Description |
---|---|
Access |
ServiceClient.authenticateTenantWithCredentials(String tenantId,
ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token.
|
Access |
ServiceClient.authenticateTenantWithCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
ServiceAsyncClient.authenticateTenantWithCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
ServiceAsyncClient.authenticateTenantWithCredentials(String tenantId,
PasswordCredentials passwordCredentials) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Credentials,Access> |
KeystoneAuthenticationModule.authenticationMethodForCredentialType(CredentialType credentialType,
AuthenticatePasswordCredentials authenticatePasswordCredentials,
AuthenticateApiAccessKeyCredentials authenticateApiAccessKeyCredentials) |
com.google.common.cache.LoadingCache<Credentials,Access> |
KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<Credentials,Access> getAccess) |
protected com.google.common.base.Supplier<Access> |
KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache,
Credentials creds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<Credentials,Access> |
KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<Credentials,Access> getAccess) |
protected com.google.common.base.Supplier<Access> |
KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache,
Credentials creds) |
protected com.google.common.base.Supplier<String> |
KeystoneAuthenticationModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<Access> supplier)
borrowing concurrency code to ensure that caching takes place properly
|
Modifier and Type | Method and Description |
---|---|
Access |
Access.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Access.compareTo(Access that) |
Access.Builder |
Access.Builder.fromAccess(Access from) |
Modifier and Type | Method and Description |
---|---|
Access |
AuthenticatePasswordCredentials.apply(Credentials input) |
Access |
AuthenticateApiAccessKeyCredentials.apply(Credentials input) |
Constructor and Description |
---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Access> authenticationResponseCache) |
Constructor and Description |
---|
RegionIdToURIFromAccessForTypeAndVersionSupplier(com.google.common.base.Supplier<Access> access,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
Copyright © 2009-2012 jclouds. All Rights Reserved.