Uses of Class
org.jclouds.rest.annotations.Credential

Packages that use Credential
org.jclouds.atmos.filters   
org.jclouds.aws.filters   
org.jclouds.azure.storage.filters   
org.jclouds.cloudstack.filters   
org.jclouds.gogrid.filters   
org.jclouds.http.filters   
org.jclouds.s3.filters This package contains HttpRequestFilters needed to operate the REST api. 
org.jclouds.smartos.compute.domain   
org.jclouds.snia.cdmi.v1.filters   
org.jclouds.virtualbox.functions.admin   
 

Uses of Credential in org.jclouds.atmos.filters
 

Constructor parameters in org.jclouds.atmos.filters with annotations of type Credential
ShareUrl(String uid, String encodedKey, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, Crypto crypto)
           
SignRequest(SignatureWire signatureWire, String uid, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of Credential in org.jclouds.aws.filters
 

Constructor parameters in org.jclouds.aws.filters with annotations of type Credential
FormSigner(SignatureWire signatureWire, String apiVersion, String accessKey, String secretKey, javax.inject.Provider<String> dateService, Crypto crypto, HttpUtils utils)
           
 

Uses of Credential in org.jclouds.azure.storage.filters
 

Constructor parameters in org.jclouds.azure.storage.filters with annotations of type Credential
SharedKeyLiteAuthentication(SignatureWire signatureWire, String identity, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of Credential in org.jclouds.cloudstack.filters
 

Constructor parameters in org.jclouds.cloudstack.filters with annotations of type Credential
QuerySigner(SignatureWire signatureWire, String accessKey, String secretKey, Crypto crypto, HttpUtils utils, javax.inject.Provider<javax.ws.rs.core.UriBuilder> builder)
           
 

Uses of Credential in org.jclouds.gogrid.filters
 

Constructor parameters in org.jclouds.gogrid.filters with annotations of type Credential
SharedKeyLiteAuthentication(String apiKey, String secret, Long timeStamp, HttpUtils utils)
           
 

Uses of Credential in org.jclouds.http.filters
 

Constructor parameters in org.jclouds.http.filters with annotations of type Credential
BasicAuthentication(String user, String password, Crypto crypto)
           
 

Uses of Credential in org.jclouds.s3.filters
 

Constructor parameters in org.jclouds.s3.filters with annotations of type Credential
RequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, String accessKey, String secretKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of Credential in org.jclouds.smartos.compute.domain
 

Constructor parameters in org.jclouds.smartos.compute.domain with annotations of type Credential
SmartOSHost(com.google.common.base.Supplier<URI> provider, String identity, String credential, SshClient.Factory sshFactory)
           
 

Uses of Credential in org.jclouds.snia.cdmi.v1.filters
 

Constructor parameters in org.jclouds.snia.cdmi.v1.filters with annotations of type Credential
BasicAuthenticationAndTenantId(String tenantIdAndUsername, String password, Crypto crypto)
           
 

Uses of Credential in org.jclouds.virtualbox.functions.admin
 

Constructor parameters in org.jclouds.virtualbox.functions.admin with annotations of type Credential
StartVBoxIfNotAlreadyRunning(com.google.common.base.Function<com.google.common.base.Supplier<NodeMetadata>,org.virtualbox_4_1.VirtualBoxManager> managerForNode, RunScriptOnNode.Factory runScriptOnNodeFactory, RetryIfSocketNotYetOpen socketTester, com.google.common.base.Supplier<NodeMetadata> host, com.google.common.base.Supplier<URI> providerSupplier, String identity, String credential)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.