|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Credentials in org.jclouds |
|---|
| Methods in org.jclouds that return types with arguments of type Credentials | |
|---|---|
Map<String,Credentials> |
Context.credentialStore()
Deprecated. |
Map<String,Credentials> |
Context.getCredentialStore()
Deprecated. |
| Methods in org.jclouds with parameters of type Credentials | |
|---|---|
static com.google.inject.Injector |
ContextBuilder.buildInjector(ProviderMetadata providerMetadata,
Credentials creds,
List<com.google.inject.Module> inputModules)
|
| Uses of Credentials in org.jclouds.aws.ec2.compute |
|---|
| 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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<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.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient,
com.google.common.base.Optional<ImageExtension> imageExtension,
GroupNamingConvention.Factory namingConvention)
|
|
| 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,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention)
|
|
| 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,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
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.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
|
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
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.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
|
AWSEC2DestroyNodeStrategy(AWSEC2Client client,
GetNodeMetadataStrategy getNode,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
Map<String,Credentials> credentialStore)
|
|
| Uses of Credentials in org.jclouds.cloudstack.compute.strategy |
|---|
| Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type Credentials | |
|---|---|
CloudStackComputeServiceAdapter(CloudStackClient client,
com.google.common.base.Predicate<String> jobComplete,
com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
CreateFirewallRulesForIP setupFirewallRulesForIP,
com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)
|
|
| Uses of Credentials in org.jclouds.cloudstack.config |
|---|
| Methods in org.jclouds.cloudstack.config that return types with arguments of type Credentials | |
|---|---|
protected com.google.common.base.Function<Credentials,LoginResponse> |
CloudStackRestClientModule.makeSureFilterRetriesOnTimeout(LoginWithPasswordCredentials loginWithPasswordCredentials)
|
com.google.common.cache.LoadingCache<Credentials,LoginResponse> |
CloudStackRestClientModule.provideLoginResponseCache(com.google.common.base.Function<Credentials,LoginResponse> getLoginResponse,
int seconds)
|
| Methods in org.jclouds.cloudstack.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<LoginResponse> |
CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache,
Credentials creds)
|
| Method parameters in org.jclouds.cloudstack.config with type arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,LoginResponse> |
CloudStackRestClientModule.provideLoginResponseCache(com.google.common.base.Function<Credentials,LoginResponse> getLoginResponse,
int seconds)
|
protected com.google.common.base.Supplier<LoginResponse> |
CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache,
Credentials creds)
|
| Uses of Credentials in org.jclouds.cloudstack.functions |
|---|
| Methods in org.jclouds.cloudstack.functions with parameters of type Credentials | |
|---|---|
LoginResponse |
LoginWithPasswordCredentials.apply(Credentials input)
|
| Uses of Credentials in org.jclouds.cloudstack.handlers |
|---|
| Constructor parameters in org.jclouds.cloudstack.handlers with type arguments of type Credentials | |
|---|---|
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache,
SessionClient sessionClient)
|
|
| 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()
Deprecated. |
Map<String,Credentials> |
ComputeServiceContext.getCredentialStore()
Deprecated. |
| Uses of Credentials in org.jclouds.compute.config |
|---|
| Constructor parameters in org.jclouds.compute.config with type arguments of type Credentials | |
|---|---|
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider,
ValueOfConfigurationKeyOrNull config,
Map<String,Credentials> credentialStore)
|
|
| 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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Credentials in org.jclouds.compute.strategy.impl |
|---|
| Fields in org.jclouds.compute.strategy.impl with type parameters of type Credentials | |
|---|---|
protected Map<String,Credentials> |
ReturnCredentialsBoundToImage.credentialStore
|
| Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type Credentials | |
|---|---|
AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore,
PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate,
ComputeServiceAdapter<N,H,I,L> client,
com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter,
com.google.common.base.Function<I,Image> imageAdapter)
|
|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
| 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>
|
| Subclasses of Credentials in org.jclouds.domain | |
|---|---|
class |
LoginCredentials
|
| Fields in org.jclouds.domain declared as Credentials | |
|---|---|
static Credentials |
Credentials.NO_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()
|
| Methods in org.jclouds.domain with parameters of type Credentials | |
|---|---|
static LoginCredentials.Builder |
LoginCredentials.builder(Credentials creds)
|
static LoginCredentials |
LoginCredentials.fromCredentials(Credentials creds)
|
| 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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<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.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.base.Optional<ImageExtension> imageExtension,
GroupNamingConvention.Factory namingConvention)
|
|
| 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.LoadingCache<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.LoadingCache<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,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Credentials in org.jclouds.ec2.compute.strategy |
|---|
| Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Credentials | |
|---|---|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils)
|
|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils)
|
|
EC2PopulateDefaultLoginCredentialsForImageStrategy(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
| Uses of Credentials in org.jclouds.elasticstack.compute.functions |
|---|
| Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Credentials | |
|---|---|
WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier,
Map<String,WellKnownImage> preinstalledImages,
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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| 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)
|
Map<String,Credentials> |
GridServerClient.getServerCredentialsList()
Returns a map of running servers' names to the log in credentials. |
com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> |
GridServerAsyncClient.getServerCredentialsList()
|
| Uses of Credentials in org.jclouds.internal |
|---|
| Methods in org.jclouds.internal that return types with arguments of type Credentials | |
|---|---|
Map<String,Credentials> |
ContextImpl.credentialStore()
will be removed in jclouds 1.6 |
Map<String,Credentials> |
ContextImpl.getCredentialStore()
will be removed in jclouds 1.6 |
| Uses of Credentials in org.jclouds.joyent.cloudapi.v6_5.compute |
|---|
| Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute with type arguments of type Credentials | |
|---|---|
JoyentCloudComputeService(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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
JoyentCloudApi novaApi,
com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Credentials in org.jclouds.nodepool.config |
|---|
| Methods in org.jclouds.nodepool.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<ComputeService> |
BindBackendComputeService.makeBackendComputeService(String provider,
Set<com.google.inject.Module> modules,
Credentials creds,
com.google.common.base.Supplier<Properties> overrides,
Closer closer)
|
| Uses of Credentials in org.jclouds.openstack.config |
|---|
| Methods in org.jclouds.openstack.config that return types with arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseCache(com.google.common.base.Function<Credentials,AuthenticationResponse> getAuthenticationResponse)
|
| Methods in org.jclouds.openstack.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache,
Credentials creds)
|
| Method parameters in org.jclouds.openstack.config with type arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseCache(com.google.common.base.Function<Credentials,AuthenticationResponse> getAuthenticationResponse)
|
protected com.google.common.base.Supplier<AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache,
Credentials creds)
|
| Uses of Credentials in org.jclouds.openstack.handlers |
|---|
| Constructor parameters in org.jclouds.openstack.handlers with type arguments of type Credentials | |
|---|---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> authenticationResponseCache)
|
|
| Uses of Credentials in org.jclouds.openstack.keystone.v1_1.config |
|---|
| Methods in org.jclouds.openstack.keystone.v1_1.config that return types with arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,Auth> |
AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth)
|
| Methods in org.jclouds.openstack.keystone.v1_1.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
Credentials creds)
|
| Method parameters in org.jclouds.openstack.keystone.v1_1.config with type arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,Auth> |
AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth)
|
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
Credentials creds)
|
| Uses of Credentials in org.jclouds.openstack.keystone.v1_1.handlers |
|---|
| Constructor parameters in org.jclouds.openstack.keystone.v1_1.handlers with type arguments of type Credentials | |
|---|---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache)
|
|
| Uses of Credentials in org.jclouds.openstack.keystone.v2_0.config |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.config that return types with arguments of type Credentials | |
|---|---|
protected com.google.common.base.Function<Credentials,Access> |
KeystoneAuthenticationModule.authenticationMethodForCredentialType(String credentialType,
Map<String,com.google.common.base.Function<Credentials,Access>> authenticationMethods)
|
protected Map<String,com.google.common.base.Function<Credentials,Access>> |
KeystoneAuthenticationModule.authenticationMethods(com.google.inject.Injector i)
|
com.google.common.cache.LoadingCache<Credentials,Access> |
KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<Credentials,Access> getAccess)
|
| Methods in org.jclouds.openstack.keystone.v2_0.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<Access> |
KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache,
Credentials creds)
|
| Method parameters in org.jclouds.openstack.keystone.v2_0.config with type arguments of type Credentials | |
|---|---|
protected com.google.common.base.Function<Credentials,Access> |
KeystoneAuthenticationModule.authenticationMethodForCredentialType(String credentialType,
Map<String,com.google.common.base.Function<Credentials,Access>> authenticationMethods)
|
com.google.common.cache.LoadingCache<Credentials,Access> |
KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<Credentials,Access> getAccess)
|
protected com.google.common.base.Supplier<Access> |
KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache,
Credentials creds)
|
| Uses of Credentials in org.jclouds.openstack.keystone.v2_0.functions.internal |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.functions.internal with parameters of type Credentials | |
|---|---|
Access |
BaseAuthenticator.apply(Credentials input)
|
| Uses of Credentials in org.jclouds.openstack.keystone.v2_0.handlers |
|---|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.handlers with type arguments of type Credentials | |
|---|---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Access> authenticationResponseCache)
|
|
| Uses of Credentials in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type Credentials | |
|---|---|
NovaComputeService(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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Credentials in org.jclouds.providers.config |
|---|
| Constructors in org.jclouds.providers.config with parameters of type Credentials | |
|---|---|
BindProviderMetadataContextAndCredentials(ProviderMetadata providerMetadata,
Credentials creds)
|
|
| Uses of Credentials in org.jclouds.rackspace.cloudidentity.v2_0.config |
|---|
| Methods in org.jclouds.rackspace.cloudidentity.v2_0.config that return types with arguments of type Credentials | |
|---|---|
protected Map<String,com.google.common.base.Function<Credentials,Access>> |
CloudIdentityAuthenticationModule.authenticationMethods(com.google.inject.Injector i)
|
| Uses of Credentials in org.jclouds.rest |
|---|
| Methods in org.jclouds.rest that return types with arguments of type Credentials | |
|---|---|
Map<String,Credentials> |
Utils.credentialStore()
|
Map<String,Credentials> |
Utils.getCredentialStore()
retrieves a list of credentials for resources created within this context, keyed on id
of the resource with a namespace prefix (ex. |
| 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> |
UtilsImpl.credentialStore()
|
Map<String,Credentials> |
UtilsImpl.getCredentialStore()
|
| Constructor parameters in org.jclouds.rest.internal with type arguments of type Credentials | |
|---|---|
UtilsImpl(com.google.inject.Injector injector,
Json json,
XMLParser xml,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
ExecutorService userThreads,
ExecutorService ioThreads,
com.google.common.eventbus.EventBus eventBus,
Map<String,Credentials> credentialStore,
Logger.LoggerFactory loggerFactory)
|
|
| 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.ssh |
|---|
| Methods in org.jclouds.ssh with parameters of type Credentials | |
|---|---|
SshClient |
SshClient.Factory.create(com.google.common.net.HostAndPort socket,
Credentials credentials)
Deprecated. |
| Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute |
|---|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Credentials | |
|---|---|
TerremarkVCloudComputeClient(TerremarkVCloudClient client,
javax.inject.Provider<String> passwordGenerator,
com.google.common.base.Predicate<URI> successTester,
Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
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,
GetImageStrategy getImageStrategy,
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<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| 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,NodeMetadata.Status> vAppStatusToNodeStatus,
HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Supplier<Set<? extends Image>> images,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Credentials in org.jclouds.trmk.vcloud_0_8.compute.strategy |
|---|
| Fields in org.jclouds.trmk.vcloud_0_8.compute.strategy with type parameters of type Credentials | |
|---|---|
protected Map<String,Credentials> |
StartVAppWithGroupEncodedIntoName.credentialStore
|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type Credentials | |
|---|---|
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
StartVAppWithGroupEncodedIntoName(TerremarkVCloudComputeClient computeClient,
com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata,
TemplateToInstantiateOptions getOptions,
Map<String,Credentials> credentialStore,
PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate)
|
|
| Uses of Credentials in org.jclouds.util |
|---|
| Methods in org.jclouds.util that return Credentials | |
|---|---|
static Credentials |
CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials,
Credentials overridingCredentials)
|
| Methods in org.jclouds.util with parameters of type Credentials | |
|---|---|
static boolean |
CredentialUtils.isPrivateKeyCredential(Credentials credentials)
|
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,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Credentials in org.jclouds.vcloud.director.v1_5.compute.functions |
|---|
| Fields in org.jclouds.vcloud.director.v1_5.compute.functions with type parameters of type Credentials | |
|---|---|
protected Map<String,Credentials> |
VmToNodeMetadata.credentialStore
|
| Constructor parameters in org.jclouds.vcloud.director.v1_5.compute.functions with type arguments of type Credentials | |
|---|---|
VmToNodeMetadata(Map<ResourceEntity.Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<Vm,Hardware> hardwareForVm,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Credentials in org.jclouds.vcloud.director.v1_5.config |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.config that return types with arguments of type Credentials | |
|---|---|
protected com.google.common.base.Function<Credentials,SessionWithToken> |
VCloudDirectorRestClientModule.makeSureFilterRetriesOnTimeout(LoginUserInOrgWithPassword loginWithPasswordCredentials)
|
com.google.common.cache.LoadingCache<Credentials,SessionWithToken> |
VCloudDirectorRestClientModule.provideSessionWithTokenCache(com.google.common.base.Function<Credentials,SessionWithToken> getSessionWithToken,
int seconds)
|
| Methods in org.jclouds.vcloud.director.v1_5.config with parameters of type Credentials | |
|---|---|
protected com.google.common.base.Supplier<SessionWithToken> |
VCloudDirectorRestClientModule.provideSessionWithTokenSupplier(com.google.common.cache.LoadingCache<Credentials,SessionWithToken> cache,
Credentials creds)
|
| Method parameters in org.jclouds.vcloud.director.v1_5.config with type arguments of type Credentials | |
|---|---|
com.google.common.cache.LoadingCache<Credentials,SessionWithToken> |
VCloudDirectorRestClientModule.provideSessionWithTokenCache(com.google.common.base.Function<Credentials,SessionWithToken> getSessionWithToken,
int seconds)
|
protected com.google.common.base.Supplier<SessionWithToken> |
VCloudDirectorRestClientModule.provideSessionWithTokenSupplier(com.google.common.cache.LoadingCache<Credentials,SessionWithToken> cache,
Credentials creds)
|
| Uses of Credentials in org.jclouds.vcloud.director.v1_5.functions |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.functions with parameters of type Credentials | |
|---|---|
SessionWithToken |
LoginUserInOrgWithPassword.apply(Credentials input)
|
| Uses of Credentials in org.jclouds.vcloud.director.v1_5.handlers |
|---|
| Constructor parameters in org.jclouds.vcloud.director.v1_5.handlers with type arguments of type Credentials | |
|---|---|
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,SessionWithToken> authenticationResponseCache,
SessionApi sessionApi)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||