Modifier and Type | Method and Description |
---|---|
Auth |
AuthenticationClient.authenticate(String username,
String key)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
Auth |
AuthenticationServiceModule.GetAuth.load(Credentials input) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<Credentials,Auth> |
AuthenticationServiceModule.provideAuthCache(AuthenticationServiceModule.GetAuth getAuth,
long sessionInterval) |
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<String> |
AuthenticationServiceModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<Auth> supplier)
borrowing concurrency code to ensure that caching takes place properly
|
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
Auth |
Auth.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Auth.compareTo(Auth that) |
Auth.Builder |
Auth.Builder.fromAccess(Auth from) |
Constructor and Description |
---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache,
BackoffLimitedRetryHandler backoffHandler) |
Constructor and Description |
---|
RegionIdToURIFromAuthForServiceSupplier(com.google.common.base.Supplier<Auth> auth,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
V1DefaultRegionIdSupplier(com.google.common.base.Supplier<Auth> auth,
EndpointToRegion endpointToRegion,
String apiType) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.