| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Optional<com.google.common.base.Supplier<Credentials>> |
ContextBuilder.credentialsSupplierOption |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Supplier<Credentials> |
ContextBuilder.buildCredentialsSupplier(Properties expanded) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.inject.Injector |
ContextBuilder.buildInjector(String name,
ProviderMetadata providerMetadata,
com.google.common.base.Supplier<Credentials> creds,
List<com.google.inject.Module> inputModules) |
ContextBuilder |
ContextBuilder.credentialsSupplier(com.google.common.base.Supplier<Credentials> credentialsSupplier)
returns the current login credentials. jclouds will not cache this value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Credentials.Builder<T extends Credentials> |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginCredentials |
| Modifier and Type | Method and Description |
|---|---|
Credentials.Builder<? extends Credentials> |
Credentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static LoginCredentials.Builder |
LoginCredentials.builder(Credentials creds) |
static LoginCredentials |
LoginCredentials.fromCredentials(Credentials creds) |
| Constructor and Description |
|---|
BasicAuthentication(com.google.common.base.Supplier<Credentials> creds) |
| Constructor and Description |
|---|
ContextImpl(String name,
ProviderMetadata providerMetadata,
com.google.common.base.Supplier<Credentials> creds,
Utils utils,
Closer closer) |
| Constructor and Description |
|---|
BindProviderMetadataContextAndCredentials(ProviderMetadata providerMetadata,
com.google.common.base.Supplier<Credentials> creds) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Credentials> |
ProxyConfig.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Credentials> |
GuiceProxyConfig.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Credentials> |
Utils.credentialStore()
retrieves a list of credentials for resources created within this context, keyed on
id
of the resource with a namespace prefix (ex. |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialStoreModule.CredentialsFromJsonInputStream.apply(InputStream from) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing,
com.google.common.base.Function<Credentials,InputStream> credentialsSerializer,
com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
CredentialStoreModule.CredentialsToJsonInputStream.apply(Credentials from) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing,
com.google.common.base.Function<Credentials,InputStream> credentialsSerializer,
com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer) |
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing,
com.google.common.base.Function<Credentials,InputStream> credentialsSerializer,
com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Credentials> |
UtilsImpl.credentialStore() |
| Constructor and Description |
|---|
ApiContextImpl(String name,
ProviderMetadata providerMetadata,
com.google.common.base.Supplier<Credentials> creds,
Utils utils,
Closer closer,
com.google.inject.Injector injector,
com.google.inject.TypeLiteral<A> api) |
RestContextImpl(String name,
ProviderMetadata providerMetadata,
com.google.common.base.Supplier<Credentials> creds,
Utils utils,
Closer closer,
com.google.inject.Injector injector,
com.google.inject.TypeLiteral<S> syncApi,
com.google.inject.TypeLiteral<A> asyncApi)
Deprecated.
|
UtilsImpl(com.google.inject.Injector injector,
Json json,
XMLParser xml,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
com.google.common.eventbus.EventBus eventBus,
Map<String,Credentials> credentialStore,
Logger.LoggerFactory loggerFactory) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.