|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Access in org.jclouds.openstack.keystone.v2_0 |
---|
Methods in org.jclouds.openstack.keystone.v2_0 that return Access | |
---|---|
Access |
ServiceClient.authenticateTenantWithCredentials(String tenantId,
ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token. |
Access |
ServiceClient.authenticateTenantWithCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token. |
Methods in org.jclouds.openstack.keystone.v2_0 that return types with arguments of type Access | |
---|---|
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)
|
Uses of Access in org.jclouds.openstack.keystone.v2_0.config |
---|
Methods in org.jclouds.openstack.keystone.v2_0.config that return types with arguments of type Access | |
---|---|
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)
|
Method parameters in org.jclouds.openstack.keystone.v2_0.config with type arguments of type Access | |
---|---|
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 |
Uses of Access in org.jclouds.openstack.keystone.v2_0.domain |
---|
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Access | |
---|---|
Access |
Access.Builder.build()
|
Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Access | |
---|---|
int |
Access.compareTo(Access that)
|
Access.Builder |
Access.Builder.fromAccess(Access from)
|
Uses of Access in org.jclouds.openstack.keystone.v2_0.functions |
---|
Methods in org.jclouds.openstack.keystone.v2_0.functions that return Access | |
---|---|
Access |
AuthenticatePasswordCredentials.apply(Credentials input)
|
Access |
AuthenticateApiAccessKeyCredentials.apply(Credentials input)
|
Uses of Access in org.jclouds.openstack.keystone.v2_0.handlers |
---|
Constructor parameters in org.jclouds.openstack.keystone.v2_0.handlers with type arguments of type Access | |
---|---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Access> authenticationResponseCache)
|
Uses of Access in org.jclouds.openstack.keystone.v2_0.suppliers |
---|
Constructor parameters in org.jclouds.openstack.keystone.v2_0.suppliers with type arguments of type Access | |
---|---|
RegionIdToURIFromAccessForTypeAndVersionSupplier(com.google.common.base.Supplier<Access> access,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |