Uses of Class
org.jclouds.cloudstack.config.CredentialType

Packages that use CredentialType
org.jclouds.cloudstack.config   
 

Uses of CredentialType in org.jclouds.cloudstack.config
 

Methods in org.jclouds.cloudstack.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.cloudstack.config with parameters of type CredentialType
protected  AuthenticationFilter CloudStackRestClientModule.authenticationFilterForCredentialType(CredentialType credentialType, AddSessionKeyAndJSessionIdToRequest addSessionKeyAndJSessionIdToRequest, QuerySigner querySigner)
          we use the type of credentials specified at login to determine which way we want to filter the request.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.