public interface KeystoneConfigurationConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMIN_TOKEN
Keystone admin token for use in vanilla Keystone
|
static String |
CACHE_IDLE
Time to live for a token from its last accessed or modified date in seconds
|
static String |
CACHE_MAX
Maximum number of cached tokens
|
static String |
CACHE_TTL
Time to live for a token from its creation date in seconds
|
static String |
CONN_POOL_EVICT_PERIOD
How long the eviction thread should sleep before "runs" of examining idle
objects.
|
static String |
CONN_POOL_MAX_ACTIVE
Maximum number of objects that can be allocated by the pool (checked out
to clients, or idle awaiting checkout) at a given time.
|
static String |
CONN_POOL_MAX_IDLE
Maximum number of objects that can sit idle in the pool at any time.
|
static String |
CONN_POOL_MIN_IDLE_TIME
Minimum amount of time that an object may sit idle in the pool before it
is eligible for eviction due to idle time.
|
static String |
CONN_SSL_CLIENT_AUTH
2-way SSL initialization parameter: True or False
|
static String |
CONN_TIMEOUT
connection timeout initialization parameter
|
static String |
CONTENT_TYPE
Content type header.
|
static String |
KEYSTORE
SSL keystore initialization parameter
|
static String |
KEYSTORE_PASS
SSL keystore password initialization parameter
|
static String |
SERVER_PORT
Auth server port: 35357 for HTTP.
|
static String |
SERVER_VIP
Auth server initialization parameter
|
static String |
TOKEN
Credential (token) header
|
static String |
TRUSTSTORE
SSL truststore initialization parameter
|
static String |
TRUSTSTORE_PASS
SSL truststore password initialization parameter
|
static final String TOKEN
static final String ADMIN_TOKEN
static final String CONTENT_TYPE
static final String CACHE_MAX
static final String CACHE_TTL
static final String CACHE_IDLE
static final String SERVER_VIP
static final String SERVER_PORT
static final String CONN_TIMEOUT
static final String CONN_SSL_CLIENT_AUTH
static final String KEYSTORE
static final String KEYSTORE_PASS
static final String TRUSTSTORE
static final String TRUSTSTORE_PASS
static final String CONN_POOL_MAX_ACTIVE
static final String CONN_POOL_MAX_IDLE
static final String CONN_POOL_EVICT_PERIOD
static final String CONN_POOL_MIN_IDLE_TIME
Copyright © 2014. All Rights Reserved.