org.jclouds.openstack.keystone.v2_0.config
Class CredentialTypes
java.lang.Object
org.jclouds.openstack.keystone.v2_0.config.CredentialTypes
public class CredentialTypes
- extends Object
Configuration properties and constants used in Keystone connections.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CredentialTypes
public CredentialTypes()
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.