Class CredentialTypes

java.lang.Object
org.jclouds.openstack.keystone.auth.config.CredentialTypes

public class CredentialTypes extends Object
Configuration properties and constants used in Keystone connections.
  • Field Details

  • Constructor Details

    • CredentialTypes

      public CredentialTypes()
  • Method Details

    • credentialTypeOf

      public static <T> String credentialTypeOf(T input)
    • indexByCredentialType

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

      public static CredentialType findCredentialType(Class<?> input)
      Find an annotation in teh given class or their parents. We need this since AutoValue classes inherit the classes we define.