Uses of Enum Class
org.jclouds.cloudstack.config.CredentialType
Packages that use CredentialType
-
Uses of CredentialType in org.jclouds.cloudstack.config
Methods in org.jclouds.cloudstack.config that return CredentialTypeModifier and TypeMethodDescriptionstatic CredentialTypestatic CredentialTypeReturns the enum constant of this class with the specified name.static CredentialType[]CredentialType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.config with parameters of type CredentialTypeModifier and TypeMethodDescriptionprotected final AuthenticationFilterCloudStackHttpApiModule.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.