Modifier and Type | Method and Description |
---|---|
AWSEC2TemplateOptions |
AWSEC2TemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.overrideLoginCredentials(LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
CloudSigmaTemplateOptions |
CloudSigmaTemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
static CloudSigmaTemplateOptions |
CloudSigmaTemplateOptions.Builder.overrideLoginCredentials(LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
WindowsLoginCredentialsFromEncryptedData.apply(EncryptedPasswordAndPrivateKey dataAndKey) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
ComputeServiceAdapter.NodeAndInitialCredentials.getCredentials() |
Constructor and Description |
---|
ComputeServiceAdapter.NodeAndInitialCredentials(N node,
String nodeId,
LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull.get() |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
NodeMetadata.getCredentials()
If possible, these are returned upon all detail requests.
|
LoginCredentials |
Image.getDefaultCredentials()
Default credentials for the current image
|
Modifier and Type | Method and Description |
---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.credentials(LoginCredentials credentials) |
ImageBuilder |
ImageBuilder.defaultCredentials(LoginCredentials defaultLoginCredentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
NodeMetadataImpl.getCredentials()
If possible, these are returned upon all detail requests.
|
LoginCredentials |
ImageImpl.getDefaultCredentials()
Default credentials for the current image
|
Constructor and Description |
---|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
LoginCredentials defaultCredentials) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.apply(Template template) |
static LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.overrideDefaultCredentialsWithOptionsIfPresent(LoginCredentials defaultCreds,
RunScriptOptions options) |
Modifier and Type | Method and Description |
---|---|
static LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.overrideDefaultCredentialsWithOptionsIfPresent(LoginCredentials defaultCreds,
RunScriptOptions options) |
Modifier and Type | Method and Description |
---|---|
TemplateOptions |
TemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
TemplateOptions |
TemplateOptions.ImmutableTemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
static TemplateOptions |
TemplateOptions.Builder.overrideLoginCredentials(LoginCredentials credentials) |
RunScriptOptions |
RunScriptOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
RunScriptOptions |
RunScriptOptions.ImmutableRunScriptOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
static RunScriptOptions |
RunScriptOptions.Builder.overrideLoginCredentials(LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
PopulateDefaultLoginCredentialsForImageStrategy.apply(Object image)
Processes the cloud-specific resources to determine the login credentials.
|
LoginCredentials |
PrioritizeCredentialsFromTemplate.apply(Template template,
LoginCredentials fromNode) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
PrioritizeCredentialsFromTemplate.apply(Template template,
LoginCredentials fromNode) |
Constructor and Description |
---|
PrioritizeCredentialsFromTemplate(com.google.common.base.Function<Template,LoginCredentials> credentialsFromImageOrTemplateOptions) |
Modifier and Type | Field and Description |
---|---|
protected LoginCredentials |
ReturnCredentialsBoundToImage.creds |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
ReturnCredentialsBoundToImage.apply(Object resourceToAuthenticate) |
Constructor and Description |
---|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
PasswordAuthentication.getLoginCredentials() |
Constructor and Description |
---|
PasswordAuthentication(LoginCredentials login) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
LoginCredentials.Builder.build() |
static LoginCredentials |
LoginCredentials.fromCredentials(Credentials creds) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
WindowsLoginCredentialsFromEncryptedData.apply(PasswordDataAndPrivateKey dataAndKey) |
Modifier and Type | Method and Description |
---|---|
EC2TemplateOptions |
EC2TemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) |
static EC2TemplateOptions |
EC2TemplateOptions.Builder.overrideLoginCredentials(LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
EC2PopulateDefaultLoginCredentialsForImageStrategy.apply(Object resourceToAuthenticate) |
Constructor and Description |
---|
EC2PopulateDefaultLoginCredentialsForImageStrategy(LoginCredentials creds,
Map<String,Credentials> credentialStore) |
Modifier and Type | Method and Description |
---|---|
SshClient |
SshClient.Factory.create(IPSocket socket,
LoginCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials.apply(Object resourceToAuthenticate) |
Constructor and Description |
---|
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials(LoginCredentials creds,
Map<String,Credentials> credentialStore) |
Modifier and Type | Method and Description |
---|---|
static LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(VApp vApp) |
static LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(VAppTemplate vApp) |
static LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(Vm vm) |
Copyright © 2009-2012 jclouds. All Rights Reserved.