public class AWSCredentialsImpl extends BaseAmazonWebServicesCredentials implements AmazonWebServicesCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorAmazonWebServicesCredentials.NameProvider| Constructor and Description |
|---|
AWSCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String accessKey,
String secretKey,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
com.amazonaws.auth.AWSCredentials |
getCredentials() |
String |
getDisplayName() |
hudson.util.Secret |
getSecretKey() |
void |
refresh() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic String getAccessKey()
public hudson.util.Secret getSecretKey()
public com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials in interface com.amazonaws.auth.AWSCredentialsProviderpublic void refresh()
refresh in interface com.amazonaws.auth.AWSCredentialsProviderpublic String getDisplayName()
getDisplayName in interface AmazonWebServicesCredentialsCopyright © 2004-2016. All Rights Reserved.