org.jclouds.openstack.keystone.v2_0.config
Class CredentialTypes

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.config.CredentialTypes

public class CredentialTypes
extends Object

Configuration properties and constants used in Keystone connections.


Field Summary
static String API_ACCESS_KEY_CREDENTIALS
           
static String PASSWORD_CREDENTIALS
           
 
Constructor Summary
CredentialTypes()
           
 
Method Summary
static
<T> String
credentialTypeOf(T input)
           
static
<T> Map<String,T>
indexByCredentialType(Iterable<T> iterable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

API_ACCESS_KEY_CREDENTIALS

public static final String API_ACCESS_KEY_CREDENTIALS
See Also:
Constant Field Values

PASSWORD_CREDENTIALS

public static final String PASSWORD_CREDENTIALS
See Also:
Constant Field Values
Constructor Detail

CredentialTypes

public CredentialTypes()
Method Detail

credentialTypeOf

public static <T> String credentialTypeOf(T input)

indexByCredentialType

public static <T> Map<String,T> indexByCredentialType(Iterable<T> iterable)


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