public interface KeystoneProperties
Modifier and Type | Field and Description |
---|---|
static String |
CREDENTIAL_TYPE
Type of credentials used to log into the auth service.
|
static String |
REQUIRES_TENANT
set this property to
true to designate that the service requires
explicit specification of either TENANT_NAME or
TENANT_ID |
static String |
SERVICE_TYPE
type of the keystone service.
|
static String |
TENANT_ID
set this property to specify the tenant id of the authenticated user.
|
static String |
TENANT_NAME
set this property to specify the tenant name of the authenticated user.
|
static final String CREDENTIAL_TYPE
CredentialTypes
,
,
Constant Field Valuesstatic final String TENANT_ID
TENANT_NAME
static final String TENANT_NAME
TENANT_ID
static final String REQUIRES_TENANT
true
to designate that the service requires
explicit specification of either TENANT_NAME
or
TENANT_ID
static final String SERVICE_TYPE
compute
ServiceType
,
Constant Field ValuesCopyright © 2009-2013 jclouds. All Rights Reserved.