Uses of Class
org.jclouds.domain.Credentials
Packages that use Credentials
Package
Description
This package contains HttpRequestFilters needed to operate the REST api.
This package contains HttpRequestFilters needed to operate the REST api.
-
Uses of Credentials in org.jclouds
Fields in org.jclouds with type parameters of type CredentialsModifier and TypeFieldDescriptionprotected com.google.common.base.Optional
<com.google.common.base.Supplier<Credentials>> ContextBuilder.credentialsSupplierOption
Methods in org.jclouds that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected com.google.common.base.Supplier
<Credentials> ContextBuilder.buildCredentialsSupplier
(Properties expanded) Method parameters in org.jclouds with type arguments of type CredentialsModifier and TypeMethodDescriptionstatic com.google.inject.Injector
ContextBuilder.buildInjector
(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, List<com.google.inject.Module> inputModules) ContextBuilder.credentialsSupplier
(com.google.common.base.Supplier<Credentials> credentialsSupplier) returns the current login credentials. -
Uses of Credentials in org.jclouds.atmos.filters
Constructor parameters in org.jclouds.atmos.filters with type arguments of type CredentialsModifierConstructorDescriptionShareUrl
(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<URI> provider, jakarta.inject.Provider<Long> timeStampProvider, Crypto crypto) SignRequest
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils) -
Uses of Credentials in org.jclouds.aws.domain
Subclasses of Credentials in org.jclouds.aws.domainModifier and TypeClassDescriptionfinal class
AWS credentials for API authentication. -
Uses of Credentials in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type CredentialsModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AWSEC2Api client, 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, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.aws.ec2.compute.strategy
Fields in org.jclouds.aws.ec2.compute.strategy with type parameters of type CredentialsModifier and TypeFieldDescriptionprotected final Map
<String, Credentials> AWSEC2DestroyNodeStrategy.credentialStore
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type CredentialsModifierConstructorDescriptionprotected
AWSEC2CreateNodesInGroupThenAddToSet
(AWSEC2Api client, com.google.common.cache.LoadingCache<RegionAndName, String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, boolean generateInstanceNames, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentSpotRequestsAndInstances instancePresent, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance, com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String, Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter) protected
AWSEC2DestroyNodeStrategy
(AWSEC2Api client, GetNodeMetadataStrategy getNode, com.google.common.cache.LoadingCache<RegionAndName, String> elasticIpCache, Map<String, Credentials> credentialStore) -
Uses of Credentials in org.jclouds.aws.s3.filters
Constructor parameters in org.jclouds.aws.s3.filters with type arguments of type CredentialsModifierConstructorDescriptionAWSRequestAuthorizeSignature
(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService) -
Uses of Credentials in org.jclouds.azure.storage.filters
Constructor parameters in org.jclouds.azure.storage.filters with type arguments of type CredentialsModifierConstructorDescriptionSharedKeyLiteAuthentication
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter) -
Uses of Credentials in org.jclouds.azureblob.blobstore
Constructor parameters in org.jclouds.azureblob.blobstore with type arguments of type CredentialsModifierConstructorDescriptionAzureBlobRequestSigner
(BlobToHttpGetOptions blob2HttpGetOptions, com.google.inject.Provider<String> timeStampProvider, DateService dateService, SharedKeyLiteAuthentication auth, com.google.common.base.Supplier<Credentials> creds, boolean sasAuthentication, StorageUrlSupplier storageUriSupplier, AuthType authType) -
Uses of Credentials in org.jclouds.azureblob.config
Method parameters in org.jclouds.azureblob.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected boolean
AzureBlobHttpApiModule.authSAS
(com.google.common.base.Supplier<Credentials> creds) checks which Authentication type is used -
Uses of Credentials in org.jclouds.azurecompute.arm.compute
Constructor parameters in org.jclouds.azurecompute.arm.compute with type arguments of type CredentialsModifierConstructorDescriptionprotected
AzureComputeService
(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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.chef.config
Method parameters in org.jclouds.chef.config with type arguments of type CredentialsModifier and TypeMethodDescriptionfinal com.google.common.base.Supplier
<PrivateKey> ChefHttpApiModule.supplyKey
(com.google.common.cache.LoadingCache<Credentials, PrivateKey> keyCache, com.google.common.base.Supplier<Credentials> creds) final com.google.common.base.Supplier
<PrivateKey> ChefHttpApiModule.supplyKey
(com.google.common.cache.LoadingCache<Credentials, PrivateKey> keyCache, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.chef.filters
Constructor parameters in org.jclouds.chef.filters with type arguments of type CredentialsModifierConstructorDescriptionSignedHeaderAuth
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, jakarta.inject.Provider<String> timeStampProvider, HttpUtils utils, Crypto crypto) -
Uses of Credentials in org.jclouds.cloudstack.compute
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type CredentialsModifierConstructorDescriptionprotected
CloudStackComputeService
(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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName, SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String, SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>, com.google.common.collect.Multimap<String, String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String, Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.cloudstack.compute.strategy
Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type CredentialsModifierConstructorDescriptionCloudStackComputeServiceAdapter
(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String, Network>> networkSupplier, com.google.common.base.Supplier<Map<String, Project>> projectSupplier, 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, com.google.common.cache.LoadingCache<ZoneAndName, SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String, SshKeyPair> keyPairCache, GroupNamingConvention.Factory namingConvention, GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider) -
Uses of Credentials in org.jclouds.cloudstack.config
Methods in org.jclouds.cloudstack.config that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<Credentials, LoginResponse> CloudStackHttpApiModule.provideLoginResponseCache
(LoginWithPasswordCredentials getLoginResponse, int seconds) Method parameters in org.jclouds.cloudstack.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<LoginResponse> CloudStackHttpApiModule.provideLoginResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> cache, com.google.common.base.Supplier<Credentials> creds) protected final com.google.common.base.Supplier
<LoginResponse> CloudStackHttpApiModule.provideLoginResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> cache, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.cloudstack.filters
Constructor parameters in org.jclouds.cloudstack.filters with type arguments of type CredentialsModifierConstructorDescriptionQuerySigner
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils) -
Uses of Credentials in org.jclouds.cloudstack.handlers
Constructor parameters in org.jclouds.cloudstack.handlers with type arguments of type CredentialsModifierConstructorDescriptionprotected
InvalidateSessionAndRetryOn401AndLogoutOnClose
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> authenticationResponseCache, SessionApi sessionClient) -
Uses of Credentials in org.jclouds.cloudstack.loaders
Methods in org.jclouds.cloudstack.loaders with parameters of type Credentials -
Uses of Credentials in org.jclouds.cloudstack.suppliers
Constructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type CredentialsModifierConstructorDescriptionGetCurrentUser
(CloudStackApi client, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.compute.config
Constructor parameters in org.jclouds.compute.config with type arguments of type CredentialsModifierConstructorDescriptionGetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
(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 CredentialsModifier and TypeFieldDescriptionprotected final Map
<String, Credentials> BaseComputeService.credentialStore
Constructor parameters in org.jclouds.compute.internal with type arguments of type CredentialsModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.compute.strategy.impl
Fields in org.jclouds.compute.strategy.impl with type parameters of type CredentialsModifier and TypeFieldDescriptionprotected final Map
<String, Credentials> ReturnCredentialsBoundToImage.credentialStore
Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type CredentialsModifierConstructorDescriptionAdaptingComputeServiceStrategies
(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, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage) ReturnCredentialsBoundToImage
(LoginCredentials creds, Map<String, Credentials> credentialStore, Map<OsFamily, LoginCredentials> osFamilyToCredentials) -
Uses of Credentials in org.jclouds.compute.stub.config
Method parameters in org.jclouds.compute.stub.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final Integer
StubComputeServiceDependenciesModule.provideGroupIdForIdentity
(com.google.common.base.Supplier<Credentials> creds) protected final ConcurrentMap
<String, SecurityGroup> StubComputeServiceDependenciesModule.provideGroups
(com.google.common.base.Supplier<Credentials> creds) protected final com.google.common.collect.Multimap
<String, SecurityGroup> StubComputeServiceDependenciesModule.provideGroupsForNode
(com.google.common.base.Supplier<Credentials> creds) protected final Integer
StubComputeServiceDependenciesModule.provideNodeIdForIdentity
(com.google.common.base.Supplier<Credentials> creds) protected final ConcurrentMap
<String, NodeMetadata> StubComputeServiceDependenciesModule.provideNodesForIdentity
(com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.domain
Classes in org.jclouds.domain with type parameters of type CredentialsSubclasses of Credentials in org.jclouds.domainMethods in org.jclouds.domain that return types with arguments of type CredentialsModifier and TypeMethodDescriptionCredentials.Builder
<? extends Credentials> Credentials.toBuilder()
Methods in org.jclouds.domain with parameters of type CredentialsModifier and TypeMethodDescriptionstatic LoginCredentials.Builder
LoginCredentials.builder
(Credentials creds) static LoginCredentials
LoginCredentials.fromCredentials
(Credentials creds) -
Uses of Credentials in org.jclouds.dynect.v3.domain
Subclasses of Credentials in org.jclouds.dynect.v3.domainModifier and TypeClassDescriptionfinal class
Session credentials for API authentication. -
Uses of Credentials in org.jclouds.ec2.compute
Constructor parameters in org.jclouds.ec2.compute with type arguments of type CredentialsModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, EC2Api client, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type CredentialsModifier and TypeFieldDescriptionprotected final Map
<String, Credentials> RunningInstanceToNodeMetadata.credentialStore
-
Uses of Credentials in org.jclouds.ec2.compute.strategy
Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type CredentialsModifierConstructorDescriptionprotected
EC2CreateNodesInGroupThenAddToSet
(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName, String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance, com.google.common.base.Optional<LoginCredentials>> 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 CredentialsModifierConstructorDescriptionWellKnownImageToImage
(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Supplier<Map<String, WellKnownImage>> preinstalledImages, Map<String, Credentials> credentialStore) -
Uses of Credentials in org.jclouds.glacier.filters
Constructor parameters in org.jclouds.glacier.filters with type arguments of type CredentialsModifierConstructorDescriptionRequestAuthorizeSignature
(jakarta.inject.Provider<String> timeStampProvider, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils) -
Uses of Credentials in org.jclouds.gogrid.compute
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type CredentialsModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return CredentialsMethods in org.jclouds.gogrid.features that return types with arguments of type CredentialsModifier and TypeMethodDescriptionGridServerApi.getServerCredentialsList()
Returns a map of running servers' names to the log in credentials. -
Uses of Credentials in org.jclouds.gogrid.filters
Constructor parameters in org.jclouds.gogrid.filters with type arguments of type CredentialsModifierConstructorDescriptionSharedKeyLiteAuthentication
(com.google.common.base.Supplier<Credentials> creds, Long timeStamp, HttpUtils utils) -
Uses of Credentials in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return CredentialsMethods in org.jclouds.gogrid.functions that return types with arguments of type CredentialsModifier and TypeMethodDescriptionParseServerNameToCredentialsMapFromJsonResponse.apply
(HttpResponse arg0) -
Uses of Credentials in org.jclouds.googlecloud
Methods in org.jclouds.googlecloud that return Credentials -
Uses of Credentials in org.jclouds.googlecloudstorage.blobstore
Constructor parameters in org.jclouds.googlecloudstorage.blobstore with type arguments of type CredentialsModifierConstructorDescriptionprotected
GoogleCloudStorageBlobRequestSigner
(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> privateKey, jakarta.inject.Provider<Long> timestamp, HttpUtils utils) -
Uses of Credentials in org.jclouds.googlecloudstorage.config
Method parameters in org.jclouds.googlecloudstorage.config with type arguments of type CredentialsModifier and TypeMethodDescriptioncom.google.common.base.Supplier
<String> GoogleCloudStorageHttpApiModule.supplyProject
(com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.http.filters
Constructor parameters in org.jclouds.http.filters with type arguments of type CredentialsModifierConstructorDescriptionBasicAuthentication
(com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.internal
Constructor parameters in org.jclouds.internal with type arguments of type CredentialsModifierConstructorDescriptionprotected
ContextImpl
(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer) -
Uses of Credentials in org.jclouds.json.config
Methods in org.jclouds.json.config that return CredentialsModifier and TypeMethodDescriptionGsonModule.CredentialsAdapterFactory.read
(com.google.gson.stream.JsonReader in) Methods in org.jclouds.json.config with parameters of type CredentialsModifier and TypeMethodDescriptionvoid
GsonModule.CredentialsAdapterFactory.write
(com.google.gson.stream.JsonWriter out, Credentials credentials) -
Uses of Credentials in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config that return types with arguments of type CredentialsModifier and TypeMethodDescriptionfinal com.google.common.cache.LoadingCache
<Credentials, AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseCache
(OpenStackAuthenticationModule.GetAuthenticationResponse getAuthenticationResponse) Methods in org.jclouds.openstack.config with parameters of type CredentialsModifier and TypeMethodDescriptionOpenStackAuthenticationModule.GetAuthenticationResponse.load
(Credentials input) Method parameters in org.jclouds.openstack.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, AuthenticationResponse> cache, com.google.common.base.Supplier<Credentials> creds) protected final com.google.common.base.Supplier
<AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, AuthenticationResponse> cache, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.openstack.handlers
Constructor parameters in org.jclouds.openstack.handlers with type arguments of type CredentialsModifierConstructorDescriptionprotected
RetryOnRenew
(com.google.common.cache.LoadingCache<Credentials, AuthenticationResponse> authenticationResponseCache) -
Uses of Credentials in org.jclouds.openstack.keystone.auth.config
Methods in org.jclouds.openstack.keystone.auth.config that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.base.Function
<Credentials, AuthInfo> AuthenticationModule.authenticationMethodForCredentialType
(String credentialType, Map<String, com.google.common.base.Function<Credentials, AuthInfo>> authenticationMethods) protected Map
<String, com.google.common.base.Function<Credentials, AuthInfo>> AuthenticationModule.authenticationMethods
(com.google.inject.Injector i) protected final Map
<String, com.google.common.base.Function<Credentials, AuthInfo>> AuthenticationModule.provideAuthenticationMethods
(com.google.inject.Injector i) final com.google.common.cache.LoadingCache
<Credentials, AuthInfo> AuthenticationModule.provideAuthInfoCache
(com.google.common.base.Function<Credentials, AuthInfo> getAccess) Method parameters in org.jclouds.openstack.keystone.auth.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.base.Function
<Credentials, AuthInfo> AuthenticationModule.authenticationMethodForCredentialType
(String credentialType, Map<String, com.google.common.base.Function<Credentials, AuthInfo>> authenticationMethods) final com.google.common.cache.LoadingCache
<Credentials, AuthInfo> AuthenticationModule.provideAuthInfoCache
(com.google.common.base.Function<Credentials, AuthInfo> getAccess) protected final com.google.common.base.Supplier
<AuthInfo> AuthenticationModule.provideAuthInfoSupplier
(com.google.common.cache.LoadingCache<Credentials, AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds) protected final com.google.common.base.Supplier
<AuthInfo> AuthenticationModule.provideAuthInfoSupplier
(com.google.common.cache.LoadingCache<Credentials, AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.openstack.keystone.auth.functions
Methods in org.jclouds.openstack.keystone.auth.functions with parameters of type Credentials -
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 CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<Credentials, Auth> AuthenticationServiceModule.provideAuthCache
(AuthenticationServiceModule.GetAuth getAuth, long sessionInterval) Methods in org.jclouds.openstack.keystone.v1_1.config with parameters of type CredentialsMethod parameters in org.jclouds.openstack.keystone.v1_1.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<Auth> AuthenticationServiceModule.provideAuthSupplier
(com.google.common.cache.LoadingCache<Credentials, Auth> cache, com.google.common.base.Supplier<Credentials> creds) protected final com.google.common.base.Supplier
<Auth> AuthenticationServiceModule.provideAuthSupplier
(com.google.common.cache.LoadingCache<Credentials, Auth> cache, com.google.common.base.Supplier<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 CredentialsModifierConstructorDescriptionprotected
RetryOnRenew
(com.google.common.cache.LoadingCache<Credentials, Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler) -
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 CredentialsModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Credentials in org.jclouds.openstack.swift.v1.config
Methods in org.jclouds.openstack.swift.v1.config that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected Map
<String, com.google.common.base.Function<Credentials, AuthInfo>> SwiftAuthenticationModule.authenticationMethods
(com.google.inject.Injector i) -
Uses of Credentials in org.jclouds.packet.compute.config
Method parameters in org.jclouds.packet.compute.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected com.google.common.base.Predicate
<String> PacketComputeServiceContextModule.provideDeviceRunningPredicate
(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) protected com.google.common.base.Predicate
<String> PacketComputeServiceContextModule.provideDeviceSuspendedPredicate
(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) protected com.google.common.base.Predicate
<String> PacketComputeServiceContextModule.provideDeviceTerminatedPredicate
(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) -
Uses of Credentials in org.jclouds.providers.config
Constructor parameters in org.jclouds.providers.config with type arguments of type CredentialsModifierConstructorDescriptionBindProviderMetadataContextAndCredentials
(ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds) -
Uses of Credentials in org.jclouds.proxy
Methods in org.jclouds.proxy that return types with arguments of type CredentialsModifier and TypeMethodDescriptioncom.google.common.base.Optional
<Credentials> ProxyConfig.getCredentials()
-
Uses of Credentials in org.jclouds.proxy.internal
Methods in org.jclouds.proxy.internal that return types with arguments of type CredentialsModifier and TypeMethodDescriptioncom.google.common.base.Optional
<Credentials> GuiceProxyConfig.getCredentials()
-
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 CredentialsModifier and TypeMethodDescriptionprotected Map
<String, com.google.common.base.Function<Credentials, AuthInfo>> 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 CredentialsModifier and TypeMethodDescriptionUtils.credentialStore()
retrieves a list of credentials for resources created within this context, keyed onid
of the resource with a namespace prefix (ex. -
Uses of Credentials in org.jclouds.rest.config
Methods in org.jclouds.rest.config that return CredentialsModifier and TypeMethodDescriptionCredentialStoreModule.CredentialsFromJsonByteSource.apply
(com.google.common.io.ByteSource from) Methods in org.jclouds.rest.config that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected final Map
<String, Credentials> CredentialStoreModule.provideCredentialStore
(Map<String, com.google.common.io.ByteSource> backing, com.google.common.base.Function<Credentials, com.google.common.io.ByteSource> credentialsSerializer, com.google.common.base.Function<com.google.common.io.ByteSource, Credentials> credentialsDeserializer) Methods in org.jclouds.rest.config with parameters of type CredentialsModifier and TypeMethodDescriptioncom.google.common.io.ByteSource
CredentialStoreModule.CredentialsToJsonByteSource.apply
(Credentials from) Method parameters in org.jclouds.rest.config with type arguments of type CredentialsModifier and TypeMethodDescriptionprotected final Map
<String, Credentials> CredentialStoreModule.provideCredentialStore
(Map<String, com.google.common.io.ByteSource> backing, com.google.common.base.Function<Credentials, com.google.common.io.ByteSource> credentialsSerializer, com.google.common.base.Function<com.google.common.io.ByteSource, Credentials> credentialsDeserializer) -
Uses of Credentials in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return types with arguments of type CredentialsConstructor parameters in org.jclouds.rest.internal with type arguments of type CredentialsModifierConstructorDescriptionprotected
ApiContextImpl
(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer, com.google.inject.Injector injector, com.google.inject.TypeLiteral<A> api) protected
UtilsImpl
(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String, Credentials> credentialStore, Logger.LoggerFactory loggerFactory) -
Uses of Credentials in org.jclouds.route53.filters
Constructor parameters in org.jclouds.route53.filters with type arguments of type CredentialsModifierConstructorDescriptionRestAuthentication
(com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider) -
Uses of Credentials in org.jclouds.s3.filters
Fields in org.jclouds.s3.filters with type parameters of type CredentialsModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<Credentials> Aws4SignerBase.creds
Constructor parameters in org.jclouds.s3.filters with type arguments of type CredentialsModifierConstructorDescriptionprotected
Aws4SignerBase
(SignatureWire signatureWire, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto) Aws4SignerForAuthorizationHeader
(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto) Aws4SignerForChunkedUpload
(SignatureWire signatureWire, String headerTag, int userDataBlockSize, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto) Aws4SignerForQueryString
(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto) RequestAuthorizeSignatureV2
(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService) -
Uses of Credentials in org.jclouds.scriptbuilder.functions
Methods in org.jclouds.scriptbuilder.functions that return Credentials -
Uses of Credentials in org.jclouds.scriptbuilder.statements.login
Methods in org.jclouds.scriptbuilder.statements.login that return CredentialsModifier and TypeMethodDescriptionAdminAccess.Config.getAdminCredentials()
AdminAccess.getAdminCredentials()
-
Uses of Credentials in org.jclouds.ultradns.ws.filters
Constructor parameters in org.jclouds.ultradns.ws.filters with type arguments of type CredentialsModifierConstructorDescriptionSOAPWrapWithPasswordAuth
(com.google.common.base.Supplier<Credentials> creds)