| Modifier and Type | Method and Description |
|---|---|
TempUrlHashPrefixSource |
AccountConfig.getTempUrlHashPrefixSource() |
static TempUrlHashPrefixSource |
TempUrlHashPrefixSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TempUrlHashPrefixSource[] |
TempUrlHashPrefixSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccountFactory |
AccountFactory.setTempUrlHashPrefixSource(TempUrlHashPrefixSource source) |
void |
AccountConfig.setTempUrlHashPrefixSource(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
| Constructor and Description |
|---|
AccountImpl(AuthenticationCommand command,
org.apache.http.client.HttpClient httpClient,
Access access,
boolean allowCaching,
TempUrlHashPrefixSource tempUrlHashPrefixSource,
java.lang.Character delimiter) |
| Modifier and Type | Method and Description |
|---|---|
TempUrlHashPrefixSource |
AccountCommandFactoryImpl.getTempUrlHashPrefixSource() |
| Constructor and Description |
|---|
AccountCommandFactoryImpl(org.apache.http.client.HttpClient httpClient,
Access access,
AuthenticationCommand authCommand,
TempUrlHashPrefixSource tempUrlHashPrefixSource,
java.lang.Character delimiter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
KeystoneV3Access.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
java.lang.String |
AccessTenant.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
java.lang.String |
AccessNoTenant.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
java.lang.String |
AccessBasic.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Access.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource)
Returns the first part of the object path in a TempURL.
|
Copyright © 2012-2020 42 BV. All Rights Reserved.