| Modifier and Type | Method and Description |
|---|---|
TempUrlHashPrefixSource |
AccountConfig.getTempUrlHashPrefixSource() |
static TempUrlHashPrefixSource |
TempUrlHashPrefixSource.valueOf(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,
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,
Character delimiter) |
| Modifier and Type | Method and Description |
|---|---|
String |
AccessTenant.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
String |
AccessNoTenant.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
String |
AccessBasic.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource) |
| Modifier and Type | Method and Description |
|---|---|
String |
Access.getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource)
Returns the first part of the object path in a TempURL.
|
Copyright © 2012-2016 42 BV. All Rights Reserved.