Uses of Class
org.jclouds.domain.Credentials

Packages that use Credentials
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.functions   
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.byon.internal   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudsigma.compute   
org.jclouds.compute   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.internal   
org.jclouds.compute.options   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.functions   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.deltacloud.domain   
org.jclouds.domain   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.options   
org.jclouds.ec2.compute.strategy   
org.jclouds.elasticstack.compute   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.strategy   
org.jclouds.gogrid.config.internal   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.services   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.rest   
org.jclouds.rest.config   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.scriptbuilder.functions   
org.jclouds.scriptbuilder.statements.login   
org.jclouds.servermanager.compute.strategy   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.strategy   
org.jclouds.softlayer.compute.strategy   
org.jclouds.ssh   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.domain   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.util   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.compute.util   
 

Uses of Credentials in org.jclouds.aws.ec2.compute
 

Methods in org.jclouds.aws.ec2.compute with parameters of type Credentials
 AWSEC2TemplateOptions AWSEC2TemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
          
 

Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Credentials
AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap, com.google.common.cache.Cache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
 

Uses of Credentials in org.jclouds.aws.ec2.compute.functions
 

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Credentials
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Credentials in org.jclouds.aws.ec2.compute.strategy
 

Fields in org.jclouds.aws.ec2.compute.strategy with type parameters of type Credentials
protected  Map<String,Credentials> AWSEC2DestroyNodeStrategy.credentialStore
           
 

Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type Credentials
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client, AWSEC2AsyncClient aclient, boolean generateInstanceNames, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, AWSEC2InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client, AWSEC2AsyncClient aclient, boolean generateInstanceNames, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, AWSEC2InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
AWSEC2DestroyNodeStrategy(AWSEC2Client client, GetNodeMetadataStrategy getNode, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.byon.internal
 

Method parameters in org.jclouds.byon.internal with type arguments of type Credentials
 NodeMetadata BYONComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> ServerToNodeMetadata.credentialStore
           
 

Uses of Credentials in org.jclouds.cloudservers.compute.strategy
 

Fields in org.jclouds.cloudservers.compute.strategy with type parameters of type Credentials
protected  Map<String,Credentials> CloudServersCreateNodeWithGroupEncodedIntoName.credentialStore
           
 

Constructor parameters in org.jclouds.cloudservers.compute.strategy with type arguments of type Credentials
CloudServersCreateNodeWithGroupEncodedIntoName(CloudServersClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

Uses of Credentials in org.jclouds.cloudsigma.compute
 

Method parameters in org.jclouds.cloudsigma.compute with type arguments of type Credentials
 ServerInfo CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type Credentials
 Map<String,Credentials> ComputeServiceContext.credentialStore()
           
 Map<String,Credentials> ComputeServiceContext.getCredentialStore()
          retrieves a list of credentials for resources created within this context, keyed on id of the resource with a namespace prefix (ex.
 

Method parameters in org.jclouds.compute with type arguments of type Credentials
 NodeMetadata JCloudsNativeComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
          ComputeService.runNodesWithTag(String, int, Template) generates the parameters passed into this method such that each node in the set has a unique name.
 N ComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
          ComputeService.runNodesWithTag(String, int, Template) generates the parameters passed into this method such that each node in the set has a unique name.
 

Uses of Credentials in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return Credentials
 Credentials NodeMetadata.getCredentials()
          If possible, these are returned upon all detail requests.
 Credentials Image.getDefaultCredentials()
          Default credentials for the current image
 

Methods in org.jclouds.compute.domain with parameters of type Credentials
 NodeMetadataBuilder NodeMetadataBuilder.credentials(Credentials credentials)
           
 ImageBuilder ImageBuilder.defaultCredentials(Credentials defaultCredentials)
           
 

Uses of Credentials in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return Credentials
 Credentials NodeMetadataImpl.getCredentials()
          If possible, these are returned upon all detail requests.
 Credentials ImageImpl.getDefaultCredentials()
          Default credentials for the current image
 

Constructors in org.jclouds.compute.domain.internal with parameters of type Credentials
ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, String version, String adminPassword, Credentials defaultCredentials)
           
NodeMetadataImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, String group, Hardware hardware, String imageId, OperatingSystem os, NodeState state, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, String adminPassword, Credentials credentials, String hostname)
           
 

Uses of Credentials in org.jclouds.compute.internal
 

Fields in org.jclouds.compute.internal with type parameters of type Credentials
protected  Map<String,Credentials> BaseComputeService.credentialStore
           
 

Methods in org.jclouds.compute.internal that return types with arguments of type Credentials
 Map<String,Credentials> ComputeServiceContextImpl.credentialStore()
           
 Map<String,Credentials> ComputeServiceContextImpl.getCredentialStore()
           
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type Credentials
BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
ComputeServiceContextImpl(ComputeService computeService, Map<String,Credentials> credentialStore, Utils utils, RestContext providerSpecificContext)
           
 

Uses of Credentials in org.jclouds.compute.options
 

Fields in org.jclouds.compute.options declared as Credentials
protected  Credentials RunScriptOptions.overridingCredentials
           
 

Methods in org.jclouds.compute.options that return Credentials
 Credentials TemplateOptions.ImmutableTemplateOptions.getOverridingCredentials()
           
 Credentials RunScriptOptions.getOverridingCredentials()
          Whether to override the credentials with ones supplied in call to org.jclouds.compute.ComputeService#runScriptOnNodesWithTag.
 Credentials RunScriptOptions.ImmutableRunScriptOptions.getOverridingCredentials()
           
 

Methods in org.jclouds.compute.options with parameters of type Credentials
 TemplateOptions TemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
           
 TemplateOptions TemplateOptions.ImmutableTemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
           
static TemplateOptions TemplateOptions.Builder.overrideCredentialsWith(Credentials credentials)
           
 RunScriptOptions RunScriptOptions.overrideCredentialsWith(Credentials overridingCredentials)
           
 RunScriptOptions RunScriptOptions.ImmutableRunScriptOptions.overrideCredentialsWith(Credentials overridingCredentials)
           
static RunScriptOptions RunScriptOptions.Builder.overrideCredentialsWith(Credentials credentials)
           
 

Uses of Credentials in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy that return Credentials
 Credentials PopulateDefaultLoginCredentialsForImageStrategy.execute(Object resourceToAuthenticate)
          Processes the resource to determine credentials.
 

Uses of Credentials in org.jclouds.compute.strategy.impl
 

Methods in org.jclouds.compute.strategy.impl that return Credentials
 Credentials ReturnNullCredentials.execute(Object resourceToAuthenticate)
           
 

Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type Credentials
AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter)
           
 

Uses of Credentials in org.jclouds.compute.stub.config
 

Method parameters in org.jclouds.compute.stub.config with type arguments of type Credentials
 NodeMetadata StubComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String group, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Constructor parameters in org.jclouds.compute.stub.config with type arguments of type Credentials
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.deltacloud.compute.functions
 

Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> InstanceToNodeMetadata.credentialStore
           
 

Uses of Credentials in org.jclouds.deltacloud.compute.strategy
 

Method parameters in org.jclouds.deltacloud.compute.strategy with type arguments of type Credentials
 Instance DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.deltacloud.domain
 

Methods in org.jclouds.deltacloud.domain that return Credentials
 Credentials PasswordAuthentication.getLoginCredentials()
           
 

Constructors in org.jclouds.deltacloud.domain with parameters of type Credentials
PasswordAuthentication(Credentials login)
           
 

Uses of Credentials in org.jclouds.domain
 

Classes in org.jclouds.domain with type parameters of type Credentials
static class Credentials.Builder<T extends Credentials>
           
 

Methods in org.jclouds.domain that return Credentials
static Credentials Credentials.parse(URI uri)
           
 

Methods in org.jclouds.domain that return types with arguments of type Credentials
 Credentials.Builder<? extends Credentials> Credentials.toBuilder()
           
 

Uses of Credentials in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type Credentials
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
           
 

Uses of Credentials in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type Credentials
protected  com.google.common.cache.Cache<RunningInstance,Credentials> EC2ComputeServiceDependenciesModule.credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
           
 

Method parameters in org.jclouds.ec2.compute.config with type arguments of type Credentials
protected  com.google.common.cache.Cache<RunningInstance,Credentials> EC2ComputeServiceDependenciesModule.credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
           
 

Uses of Credentials in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> RunningInstanceToNodeMetadata.credentialStore
           
 

Methods in org.jclouds.ec2.compute.functions that return Credentials
 Credentials CredentialsForInstance.load(RunningInstance instance)
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Credentials
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Credentials in org.jclouds.ec2.compute.options
 

Methods in org.jclouds.ec2.compute.options with parameters of type Credentials
 EC2TemplateOptions EC2TemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
          
 

Uses of Credentials in org.jclouds.ec2.compute.strategy
 

Methods in org.jclouds.ec2.compute.strategy that return Credentials
 Credentials EC2PopulateDefaultLoginCredentialsForImageStrategy.execute(Object resourceToAuthenticate)
           
 

Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Credentials
EC2CreateNodesInGroupThenAddToSet(EC2Client client, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
           
EC2CreateNodesInGroupThenAddToSet(EC2Client client, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
           
 

Uses of Credentials in org.jclouds.elasticstack.compute
 

Method parameters in org.jclouds.elasticstack.compute with type arguments of type Credentials
 ServerInfo ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.gogrid.compute
 

Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Credentials
GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of Credentials in org.jclouds.gogrid.compute.strategy
 

Constructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type Credentials
FindIpThenCreateNodeInGroup(GoGridClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata, com.google.common.base.Function<Hardware,String> sizeToRam, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of Credentials in org.jclouds.gogrid.config.internal
 

Methods in org.jclouds.gogrid.config.internal that return Credentials
 Credentials GoGridResolveImagesModule.GoGridPopulateDefaultLoginCredentialsForImageStrategy.execute(Object resourceToAuthenticate)
           
 

Uses of Credentials in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return Credentials
 Credentials ParseCredentialsFromJsonResponse.apply(HttpResponse input)
           
 

Methods in org.jclouds.gogrid.functions that return types with arguments of type Credentials
 Map<String,Credentials> ParseServerNameToCredentialsMapFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of Credentials in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services that return Credentials
 Credentials GridServerClient.getServerCredentials(long id)
           
 

Methods in org.jclouds.gogrid.services that return types with arguments of type Credentials
 com.google.common.util.concurrent.ListenableFuture<Credentials> GridServerAsyncClient.getServerCredentials(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> GridServerAsyncClient.getServerCredentialsList()
           
 Map<String,Credentials> GridServerClient.getServerCredentialsList()
          Returns a map of running servers' names to the log in credentials.
 

Uses of Credentials in org.jclouds.openstack.nova.compute.functions
 

Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> ServerToNodeMetadata.credentialStore
           
 

Uses of Credentials in org.jclouds.openstack.nova.compute.strategy
 

Fields in org.jclouds.openstack.nova.compute.strategy with type parameters of type Credentials
protected  Map<String,Credentials> NovaCreateNodeWithGroupEncodedIntoName.credentialStore
           
 

Constructor parameters in org.jclouds.openstack.nova.compute.strategy with type arguments of type Credentials
NovaCreateNodeWithGroupEncodedIntoName(NovaClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

Uses of Credentials in org.jclouds.rest
 

Methods in org.jclouds.rest that return types with arguments of type Credentials
 Map<String,Credentials> RestContext.credentialStore()
           
 Map<String,Credentials> RestContext.getCredentialStore()
          retrieves a list of credentials for resources created within this context, keyed on id of the resource.
 

Uses of Credentials in org.jclouds.rest.config
 

Methods in org.jclouds.rest.config that return Credentials
 Credentials CredentialStoreModule.CredentialsFromJsonInputStream.apply(InputStream from)
           
 

Methods in org.jclouds.rest.config that return types with arguments of type Credentials
protected  Map<String,Credentials> CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing, com.google.common.base.Function<Credentials,InputStream> credentialsSerializer, com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer)
           
 

Methods in org.jclouds.rest.config with parameters of type Credentials
 InputStream CredentialStoreModule.CredentialsToJsonInputStream.apply(Credentials from)
           
 

Method parameters in org.jclouds.rest.config with type arguments of type Credentials
protected  Map<String,Credentials> CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing, com.google.common.base.Function<Credentials,InputStream> credentialsSerializer, com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer)
           
protected  Map<String,Credentials> CredentialStoreModule.provideCredentialStore(Map<String,InputStream> backing, com.google.common.base.Function<Credentials,InputStream> credentialsSerializer, com.google.common.base.Function<InputStream,Credentials> credentialsDeserializer)
           
 

Uses of Credentials in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return types with arguments of type Credentials
 Map<String,Credentials> RestContextImpl.credentialStore()
           
 Map<String,Credentials> RestContextImpl.getCredentialStore()
           
 

Constructor parameters in org.jclouds.rest.internal with type arguments of type Credentials
RestContextImpl(Closer closer, Map<String,Credentials> credentialStore, Utils utils, com.google.inject.Injector injector, com.google.inject.TypeLiteral<S> syncApi, com.google.inject.TypeLiteral<A> asyncApi, URI endpoint, String provider, String identity, String apiVersion, Set<String> iso3166Codes)
           
 

Uses of Credentials in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> ServerToNodeMetadata.credentialStore
           
 

Uses of Credentials in org.jclouds.rimuhosting.miro.compute.strategy
 

Fields in org.jclouds.rimuhosting.miro.compute.strategy with type parameters of type Credentials
protected  Map<String,Credentials> RimuHostingCreateNodeWithGroupEncodedIntoName.credentialStore
           
 

Constructor parameters in org.jclouds.rimuhosting.miro.compute.strategy with type arguments of type Credentials
RimuHostingCreateNodeWithGroupEncodedIntoName(RimuHostingClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

Uses of Credentials in org.jclouds.savvis.vpdc.compute.strategy
 

Method parameters in org.jclouds.savvis.vpdc.compute.strategy with type arguments of type Credentials
 VM VPDCComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.scriptbuilder.functions
 

Methods in org.jclouds.scriptbuilder.functions that return Credentials
 Credentials CredentialsFromAdminAccess.apply(Statement input)
           
 

Uses of Credentials in org.jclouds.scriptbuilder.statements.login
 

Methods in org.jclouds.scriptbuilder.statements.login that return Credentials
 Credentials AdminAccess.getAdminCredentials()
           
 Credentials AdminAccess.Config.getAdminCredentials()
           
 

Uses of Credentials in org.jclouds.servermanager.compute.strategy
 

Method parameters in org.jclouds.servermanager.compute.strategy with type arguments of type Credentials
 Server ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> SliceToNodeMetadata.credentialStore
           
 

Uses of Credentials in org.jclouds.slicehost.compute.strategy
 

Fields in org.jclouds.slicehost.compute.strategy with type parameters of type Credentials
protected  Map<String,Credentials> SlicehostCreateNodeWithGroupEncodedIntoName.credentialStore
           
 

Constructor parameters in org.jclouds.slicehost.compute.strategy with type arguments of type Credentials
SlicehostCreateNodeWithGroupEncodedIntoName(SlicehostClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
           
 

Uses of Credentials in org.jclouds.softlayer.compute.strategy
 

Method parameters in org.jclouds.softlayer.compute.strategy with type arguments of type Credentials
 VirtualGuest SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String group, String name, Template template, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.ssh
 

Methods in org.jclouds.ssh with parameters of type Credentials
 SshClient SshClient.Factory.create(IPSocket socket, Credentials credentials)
           
 

Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute
 

Fields in org.jclouds.trmk.vcloud_0_8.compute with type parameters of type Credentials
protected  Map<String,Credentials> TerremarkVCloudComputeClient.credentialStore
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Credentials
TerremarkVCloudComputeClient(TerremarkVCloudClient client, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider, javax.inject.Provider<String> passwordGenerator, com.google.common.base.Predicate<URI> successTester, Map<Status,NodeState> vAppStatusToNodeState, Map<String,Credentials> credentialStore, InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier)
           
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap, NodeMetadataToOrgAndName nodeToOrgAndName)
           
 

Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute.domain
 

Subclasses of Credentials in org.jclouds.trmk.vcloud_0_8.compute.domain
 class KeyPairCredentials
           
 

Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> VAppToNodeMetadata.credentialStore
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Credentials
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient, Map<String,Credentials> credentialStore, Map<Status,NodeState> vAppStatusToNodeState, HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends Image>> images, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap)
           
 

Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy that return Credentials
 Credentials ParseVAppTemplateDescriptionToGetDefaultLoginCredentials.execute(Object resourceToAuthenticate)
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type Credentials
StartVAppWithGroupEncodedIntoName(TerremarkVCloudComputeClient computeClient, com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata, TemplateToInstantiateOptions getOptions, Map<String,Credentials> credentialStore)
           
 

Uses of Credentials in org.jclouds.util
 

Methods in org.jclouds.util that return Credentials
static Credentials Utils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
          Deprecated. 
static Credentials CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
           
 

Methods in org.jclouds.util with parameters of type Credentials
static boolean Utils.isPrivateKeyCredential(Credentials credentials)
          Deprecated. 
static boolean CredentialUtils.isPrivateKeyCredential(Credentials credentials)
           
static Credentials Utils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
          Deprecated. 
static Credentials CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
           
 

Uses of Credentials in org.jclouds.vcloud.compute.functions
 

Fields in org.jclouds.vcloud.compute.functions with type parameters of type Credentials
protected  Map<String,Credentials> VAppToNodeMetadata.credentialStore
           
 

Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type Credentials
VAppToNodeMetadata(Map<Status,NodeState> vAppStatusToNodeState, Map<String,Credentials> credentialStore, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Function<VApp,Hardware> hardwareForVApp)
           
 

Uses of Credentials in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy that return Credentials
 Credentials GetLoginCredentialsFromGuestConfiguration.execute(Object resourceToAuthenticate)
           
 

Uses of Credentials in org.jclouds.vcloud.compute.util
 

Methods in org.jclouds.vcloud.compute.util that return Credentials
static Credentials VCloudComputeUtils.getCredentialsFrom(VApp vApp)
           
static Credentials VCloudComputeUtils.getCredentialsFrom(VAppTemplate vApp)
           
static Credentials VCloudComputeUtils.getCredentialsFrom(Vm vm)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.