@Extension
public static class AWSCredentialsImpl.DescriptorImpl
extends com.cloudbees.plugins.credentials.CredentialsDescriptor
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_STS_TOKEN_DURATION |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckSecretKey(String accessKey,
String iamRoleArn,
String iamMfaSerialNumber,
String iamMfaToken,
Integer stsTokenDuration,
String secretKey) |
String |
getDisplayName() |
calcAutoCompleteSettings, calcFillSettings, doFillScopeItems, findContextInPath, findContextInPath, getCheckMethod, getCredentialsPage, getIconClassName, isApplicable, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, lookupContext, unwrapContextaddHelpFileRedirect, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final Integer DEFAULT_STS_TOKEN_DURATION
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>public hudson.util.FormValidation doCheckSecretKey(@QueryParameter(value="accessKey")
String accessKey,
@QueryParameter(value="iamRoleArn")
String iamRoleArn,
@QueryParameter(value="iamMfaSerialNumber")
String iamMfaSerialNumber,
@QueryParameter(value="iamMfaToken")
String iamMfaToken,
@QueryParameter(value="stsTokenDuration")
Integer stsTokenDuration,
@QueryParameter
String secretKey)
Copyright © 2016–2021. All rights reserved.