Uses of Class
org.jclouds.openstack.keystone.auth.config.CredentialType
-
Packages that use CredentialType Package Description org.jclouds.openstack.keystone.auth.config org.jclouds.openstack.keystone.auth.domain org.jclouds.openstack.keystone.auth.functions -
-
Uses of CredentialType in org.jclouds.openstack.keystone.auth.config
Methods in org.jclouds.openstack.keystone.auth.config that return CredentialType Modifier and Type Method Description static CredentialTypeCredentialTypes. findCredentialType(Class<?> input)Find an annotation in teh given class or their parents. -
Uses of CredentialType in org.jclouds.openstack.keystone.auth.domain
Classes in org.jclouds.openstack.keystone.auth.domain with annotations of type CredentialType Modifier and Type Class Description classApiAccessKeyCredentialsclassPasswordCredentialsclassTokenCredentials -
Uses of CredentialType in org.jclouds.openstack.keystone.auth.functions
Classes in org.jclouds.openstack.keystone.auth.functions with annotations of type CredentialType Modifier and Type Class Description classAuthenticateApiAccessKeyCredentialsclassAuthenticatePasswordCredentialsclassAuthenticateTokenCredentials
-