| 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.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
GsonModule.CredentialsAdapterFactory.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
GsonModule.CredentialsAdapterFactory.write(com.google.gson.stream.JsonWriter out,
Credentials credentials) |
| 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.CredentialsFromJsonByteSource.apply(com.google.common.io.ByteSource from) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,com.google.common.io.ByteSource> backing,
com.google.common.base.Function<Credentials,com.google.common.io.ByteSource> credentialsSerializer,
com.google.common.base.Function<com.google.common.io.ByteSource,Credentials> credentialsDeserializer) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.io.ByteSource |
CredentialStoreModule.CredentialsToJsonByteSource.apply(Credentials from) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,com.google.common.io.ByteSource> backing,
com.google.common.base.Function<Credentials,com.google.common.io.ByteSource> credentialsSerializer,
com.google.common.base.Function<com.google.common.io.ByteSource,Credentials> credentialsDeserializer) |
protected Map<String,Credentials> |
CredentialStoreModule.provideCredentialStore(Map<String,com.google.common.io.ByteSource> backing,
com.google.common.base.Function<Credentials,com.google.common.io.ByteSource> credentialsSerializer,
com.google.common.base.Function<com.google.common.io.ByteSource,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) |
UtilsImpl(com.google.inject.Injector injector,
Json json,
XMLParser xml,
HttpClient simpleClient,
Crypto encryption,
DateService date,
com.google.common.eventbus.EventBus eventBus,
Map<String,Credentials> credentialStore,
Logger.LoggerFactory loggerFactory) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.