Uses of Class
org.jclouds.openstack.keystone.v2_0.config.CredentialType

Packages that use CredentialType
org.jclouds.openstack.keystone.v2_0.config   
 

Uses of CredentialType in org.jclouds.openstack.keystone.v2_0.config
 

Methods in org.jclouds.openstack.keystone.v2_0.config that return CredentialType
static CredentialType CredentialType.fromValue(String credentialType)
           
static CredentialType CredentialType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CredentialType[] CredentialType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.openstack.keystone.v2_0.config with parameters of type CredentialType
protected  com.google.common.base.Function<Credentials,Access> KeystoneAuthenticationModule.authenticationMethodForCredentialType(CredentialType credentialType, AuthenticatePasswordCredentials authenticatePasswordCredentials, AuthenticateApiAccessKeyCredentials authenticateApiAccessKeyCredentials)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.