|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Deprecated. |
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.overrideCredentialsWith(Credentials credentials)
Deprecated. |
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<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)
|
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.LoadingCache<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,
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.cloudsigma.compute.options |
---|
Methods in org.jclouds.cloudsigma.compute.options with parameters of type Credentials | |
---|---|
CloudSigmaTemplateOptions |
CloudSigmaTemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
Deprecated. |
static CloudSigmaTemplateOptions |
CloudSigmaTemplateOptions.Builder.overrideCredentialsWith(Credentials credentials)
Deprecated. |
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<Long> jobComplete,
com.google.common.base.Supplier<Map<Long,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<Long,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.cloudstack.internal |
---|
Constructor parameters in org.jclouds.cloudstack.internal with type arguments of type Credentials | |
---|---|
CloudStackContextImpl(ComputeService computeService,
Map<String,Credentials> credentialStore,
Utils utils,
RestContext<CloudStackClient,CloudStackAsyncClient> providerSpecificContext,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
|
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. |
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.domain |
---|
Methods in org.jclouds.compute.domain with parameters of type Credentials | |
---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.credentials(Credentials credentials)
Deprecated. |
ImageBuilder |
ImageBuilder.defaultCredentials(Credentials defaultLoginCredentials)
Deprecated. |
Uses of Credentials in org.jclouds.compute.domain.internal |
---|
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)
Deprecated. |
|
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)
Deprecated. |
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<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)
|
|
ComputeServiceContextImpl(ComputeService computeService,
Map<String,Credentials> credentialStore,
Utils utils,
RestContext providerSpecificContext)
|
Uses of Credentials in org.jclouds.compute.options |
---|
Methods in org.jclouds.compute.options that return Credentials | |
---|---|
Credentials |
RunScriptOptions.getOverridingCredentials()
Deprecated. |
Methods in org.jclouds.compute.options with parameters of type Credentials | |
---|---|
RunScriptOptions |
RunScriptOptions.overrideCredentialsWith(Credentials overridingCredentials)
Deprecated. |
RunScriptOptions |
RunScriptOptions.ImmutableRunScriptOptions.overrideCredentialsWith(Credentials overridingCredentials)
Deprecated. |
static RunScriptOptions |
RunScriptOptions.Builder.overrideCredentialsWith(Credentials credentials)
Deprecated. |
TemplateOptions |
TemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
Deprecated. |
TemplateOptions |
TemplateOptions.ImmutableTemplateOptions.overrideCredentialsWith(Credentials overridingCredentials)
Deprecated. |
static TemplateOptions |
TemplateOptions.Builder.overrideCredentialsWith(Credentials credentials)
Deprecated. |
Uses of Credentials in org.jclouds.compute.strategy |
---|
Methods in org.jclouds.compute.strategy that return Credentials | |
---|---|
Credentials |
PopulateDefaultLoginCredentialsForImageStrategy.execute(Object resourceToAuthenticate)
Deprecated. |
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
|
Methods in org.jclouds.compute.strategy.impl that return Credentials | |
---|---|
Credentials |
ReturnCredentialsBoundToImage.execute(Object resourceToAuthenticate)
|
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)
|
|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore)
|
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,
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)
|
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,NodeState> instanceToNodeState,
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)
|
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)
Deprecated. |
static EC2TemplateOptions |
EC2TemplateOptions.Builder.overrideCredentialsWith(Credentials credentials)
Deprecated. |
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)
|
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,
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)
|
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.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(CredentialType credentialType,
AuthenticatePasswordCredentials authenticatePasswordCredentials,
AuthenticateApiAccessKeyCredentials authenticateApiAccessKeyCredentials)
|
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 | |
---|---|
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 |
---|
Methods in org.jclouds.openstack.keystone.v2_0.functions with parameters of type Credentials | |
---|---|
Access |
AuthenticatePasswordCredentials.apply(Credentials input)
|
Access |
AuthenticateApiAccessKeyCredentials.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.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)
|
protected Credentials |
BindPropertiesToAnnotations.bindProviderCredentials(String identity,
String credential)
|
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,
com.google.common.base.Supplier<URI> endpoint,
String provider,
String identity,
String apiVersion,
String buildVersion,
Set<String> iso3166Codes)
|
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.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(IPSocket 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,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<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)
|
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)
|
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)
|
|
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,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |