public final class KeystoneProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CREDENTIAL_TYPE
Type of credentials used to log into the auth service.
|
static String |
KEYSTONE_VERSION
Version of keystone to be used by services.
|
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 |
SCOPE
set this property to specify for scoped authentication.
|
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.
|
public static final String CREDENTIAL_TYPE
CredentialTypes
,
,
Constant Field Valuespublic static final String TENANT_ID
TENANT_NAME
public static final String TENANT_NAME
TENANT_ID
public static final String REQUIRES_TENANT
true
to designate that the service requires
explicit specification of either TENANT_NAME
or
TENANT_ID
public static final String SCOPE
The format is one of the following:
project:457841231597451534
public static final String SERVICE_TYPE
compute
ServiceType
,
Constant Field Valuespublic static final String KEYSTONE_VERSION
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.