Class CredentialTypes
java.lang.Object
org.jclouds.openstack.keystone.auth.config.CredentialTypes
Configuration properties and constants used in Keystone connections.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> StringcredentialTypeOf(T input) static CredentialTypefindCredentialType(Class<?> input) Find an annotation in teh given class or their parents.indexByCredentialType(Iterable<T> iterable)
-
Field Details
-
API_ACCESS_KEY_CREDENTIALS
- See Also:
-
PASSWORD_CREDENTIALS
- See Also:
-
TOKEN_CREDENTIALS
- See Also:
-
-
Constructor Details
-
CredentialTypes
public CredentialTypes()
-
-
Method Details
-
credentialTypeOf
-
indexByCredentialType
-
findCredentialType
Find an annotation in teh given class or their parents. We need this since AutoValue classes inherit the classes we define.
-