|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Identity in org.jclouds.atmos.filters |
|---|
| Constructor parameters in org.jclouds.atmos.filters with annotations of type Identity | |
|---|---|
ShareUrl(String uid,
String encodedKey,
com.google.common.base.Supplier<URI> provider,
javax.inject.Provider<Long> timeStampProvider,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
Crypto crypto)
|
|
SignRequest(SignatureWire signatureWire,
String uid,
String encodedKey,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils)
|
|
| Uses of Identity in org.jclouds.aws.filters |
|---|
| Constructor parameters in org.jclouds.aws.filters with annotations of type Identity | |
|---|---|
FormSigner(SignatureWire signatureWire,
String apiVersion,
String accessKey,
String secretKey,
javax.inject.Provider<String> dateService,
Crypto crypto,
HttpUtils utils)
|
|
| Uses of Identity in org.jclouds.azure.storage.filters |
|---|
| Constructor parameters in org.jclouds.azure.storage.filters with annotations of type Identity | |
|---|---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
String identity,
String encodedKey,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils)
|
|
| Uses of Identity in org.jclouds.cloudstack.filters |
|---|
| Constructor parameters in org.jclouds.cloudstack.filters with annotations of type Identity | |
|---|---|
QuerySigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Crypto crypto,
HttpUtils utils,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> builder)
|
|
| Uses of Identity in org.jclouds.cloudstack.suppliers |
|---|
| Constructor parameters in org.jclouds.cloudstack.suppliers with annotations of type Identity | |
|---|---|
GetCurrentUser(CloudStackClient client,
String identity)
|
|
| Uses of Identity in org.jclouds.compute.stub.config |
|---|
| Method parameters in org.jclouds.compute.stub.config with annotations of type Identity | |
|---|---|
protected Integer |
StubComputeServiceDependenciesModule.provideNodeIdForIdentity(String identity)
|
protected ConcurrentMap<String,NodeMetadata> |
StubComputeServiceDependenciesModule.provideNodesForIdentity(String identity)
|
| Uses of Identity in org.jclouds.gogrid.filters |
|---|
| Constructor parameters in org.jclouds.gogrid.filters with annotations of type Identity | |
|---|---|
SharedKeyLiteAuthentication(String apiKey,
String secret,
Long timeStamp,
HttpUtils utils)
|
|
| Uses of Identity in org.jclouds.http.filters |
|---|
| Constructor parameters in org.jclouds.http.filters with annotations of type Identity | |
|---|---|
BasicAuthentication(String user,
String password,
Crypto crypto)
|
|
| Uses of Identity in org.jclouds.internal |
|---|
| Constructor parameters in org.jclouds.internal with annotations of type Identity | |
|---|---|
ContextImpl(ProviderMetadata providerMetadata,
String identity,
Utils utils,
Closer closer)
|
|
| Uses of Identity in org.jclouds.jenkins.v1.filters |
|---|
| Constructor parameters in org.jclouds.jenkins.v1.filters with annotations of type Identity | |
|---|---|
BasicAuthenticationUnlessAnonymous(String user,
BasicAuthentication auth)
|
|
| Uses of Identity in org.jclouds.rest.internal |
|---|
| Constructor parameters in org.jclouds.rest.internal with annotations of type Identity | |
|---|---|
RestContextImpl(ProviderMetadata providerMetadata,
String identity,
Utils utils,
Closer closer,
com.google.inject.Injector injector,
com.google.inject.TypeLiteral<S> syncApi,
com.google.inject.TypeLiteral<A> asyncApi)
|
|
| Uses of Identity in org.jclouds.rimuhosting.miro.filters |
|---|
| Constructor parameters in org.jclouds.rimuhosting.miro.filters with annotations of type Identity | |
|---|---|
RimuHostingAuthentication(String apikey)
|
|
| Uses of Identity in org.jclouds.s3.filters |
|---|
| Constructor parameters in org.jclouds.s3.filters with annotations of type Identity | |
|---|---|
RequestAuthorizeSignature(SignatureWire signatureWire,
String authTag,
boolean isVhostStyle,
String servicePath,
String headerTag,
String accessKey,
String secretKey,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils)
|
|
| Uses of Identity in org.jclouds.savvis.vpdc.config |
|---|
| Method parameters in org.jclouds.savvis.vpdc.config with annotations of type Identity | |
|---|---|
protected com.google.common.base.Supplier<Set<Resource>> |
VPDCRestClientModule.provideOrgs(com.google.common.base.Supplier<VCloudSession> cache,
String user)
|
| Uses of Identity in org.jclouds.slicehost.filters |
|---|
| Constructor parameters in org.jclouds.slicehost.filters with annotations of type Identity | |
|---|---|
SlicehostBasic(String apikey)
|
|
| Uses of Identity in org.jclouds.smartos.compute.domain |
|---|
| Constructor parameters in org.jclouds.smartos.compute.domain with annotations of type Identity | |
|---|---|
SmartOSHost(com.google.common.base.Supplier<URI> provider,
String identity,
String credential,
SshClient.Factory sshFactory)
|
|
| Uses of Identity in org.jclouds.snia.cdmi.v1.filters |
|---|
| Constructor parameters in org.jclouds.snia.cdmi.v1.filters with annotations of type Identity | |
|---|---|
BasicAuthenticationAndTenantId(String tenantIdAndUsername,
String password,
Crypto crypto)
|
|
| Uses of Identity in org.jclouds.trmk.vcloud_0_8.config |
|---|
| Method parameters in org.jclouds.trmk.vcloud_0_8.config with annotations of type Identity | |
|---|---|
protected com.google.common.base.Supplier<ReferenceType> |
DefaultVCloudReferencesModule.provideDefaultOrg(DefaultOrgForUser defaultOrgURIForUser,
String user)
|
| Uses of Identity in org.jclouds.vcloud.config |
|---|
| Method parameters in org.jclouds.vcloud.config with annotations of type Identity | |
|---|---|
protected com.google.common.base.Supplier<ReferenceType> |
DefaultVCloudReferencesModule.provideDefaultOrg(DefaultOrgForUser defaultOrgURIForUser,
String user)
|
| Uses of Identity in org.jclouds.virtualbox.functions.admin |
|---|
| Constructor parameters in org.jclouds.virtualbox.functions.admin with annotations of type Identity | |
|---|---|
StartVBoxIfNotAlreadyRunning(com.google.common.base.Function<com.google.common.base.Supplier<NodeMetadata>,org.virtualbox_4_1.VirtualBoxManager> managerForNode,
RunScriptOnNode.Factory runScriptOnNodeFactory,
RetryIfSocketNotYetOpen socketTester,
com.google.common.base.Supplier<NodeMetadata> host,
com.google.common.base.Supplier<URI> providerSupplier,
String identity,
String credential)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||