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


public interface KeystoneProperties

Configuration properties and constants used in Keystone connections.

Author:
Adrian Cole

Field Summary
static String CREDENTIAL_TYPE
          Type of credentials used to log into the auth service.
static String SERVICE_TYPE
          type of the keystone service.
static String VERSION
          version of the keystone service
 

Field Detail

CREDENTIAL_TYPE

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

valid values

See Also:
CredentialType, , Constant Field Values

VERSION

static final String VERSION
version of the keystone service

See Also:
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-2012 jclouds. All Rights Reserved.