org.jclouds.openstack.keystone.v2_0.config
Interface KeystoneProperties


public interface KeystoneProperties

Configuration properties and constants used in Keystone connections.


Field Summary
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.
 

Field Detail

CREDENTIAL_TYPE

static final String CREDENTIAL_TYPE
Type of credentials used to log into the auth service.

valid values

See Also:
CredentialTypes, , Constant Field Values

TENANT_ID

static final String TENANT_ID
set this property to specify the tenant id of the authenticated user. Cannot be used simultaneously with TENANT_NAME

See Also:
openstack docs, Constant Field Values

TENANT_NAME

static final String TENANT_NAME
set this property to specify the tenant name of the authenticated user. Cannot be used simultaneously with TENANT_ID

See Also:
openstack docs, Constant Field Values

REQUIRES_TENANT

static final String REQUIRES_TENANT
set this property to true to designate that the service requires explicit specification of either TENANT_NAME or TENANT_ID

See Also:
openstack docs, Constant Field Values

SERVICE_TYPE

static final String SERVICE_TYPE
type of the keystone service. ex. compute

See Also:
ServiceType, Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.