Class KeystoneProperties

java.lang.Object
org.jclouds.openstack.keystone.config.KeystoneProperties

public final class KeystoneProperties extends Object
Configuration properties and constants used in Keystone connections.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Type of credentials used to log into the auth service.
    static final String
    Version of keystone to be used by services.
    static final String
    Set this property to specify the domain id of project (tenant) scope.
    Required property when authentication SCOPE is 'project:' and project (tenant) domain is different than the user domain (Otherwise, the domain used is the same as the user).
    static final String
    Set this property to specify the domain name of project (tenant) scope.
    Required property when authentication SCOPE is 'project:' and project (tenant) domain is different than the user domain (Otherwise, the domain used is the same as the user).
    static final String
    set this property to true to designate that the service requires explicit specification of either TENANT_NAME or TENANT_ID
    static final String
    set this property to specify for scoped authentication.
    static final String
    type of the keystone service.
    static final String
    set this property to specify the tenant id of the authenticated user.
    static final String
    set this property to specify the tenant name of the authenticated user.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait