Class AWSCredentialsImpl.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
-
- com.cloudbees.plugins.credentials.CredentialsDescriptor
-
- com.cloudbees.jenkins.plugins.awscredentials.AWSCredentialsImpl.DescriptorImpl
-
- Enclosing class:
- AWSCredentialsImpl
@Extension public static class AWSCredentialsImpl.DescriptorImpl extends com.cloudbees.plugins.credentials.CredentialsDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.CredentialsDescriptor
com.cloudbees.plugins.credentials.CredentialsDescriptor.EnhancedCheckMethod
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
DEFAULT_STS_TOKEN_DURATION
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckSecretKey(String accessKey, String iamRoleArn, String iamExternalId, String iamMfaSerialNumber, String iamMfaToken, Integer stsTokenDuration, String secretKey)
String
getDisplayName()
-
Methods inherited from class com.cloudbees.plugins.credentials.CredentialsDescriptor
calcAutoCompleteSettings, calcFillSettings, doFillScopeItems, findContextInPath, findContextInPath, getCheckMethod, getCredentialsPage, getIconClassName, isApplicable, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, lookupContext, unwrapContext
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Field Detail
-
DEFAULT_STS_TOKEN_DURATION
public static final Integer DEFAULT_STS_TOKEN_DURATION
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<com.cloudbees.plugins.credentials.Credentials>
-
doCheckSecretKey
@POST public FormValidation doCheckSecretKey(@QueryParameter("accessKey") String accessKey, @QueryParameter("iamRoleArn") String iamRoleArn, @QueryParameter("iamExternalId") String iamExternalId, @QueryParameter("iamMfaSerialNumber") String iamMfaSerialNumber, @QueryParameter("iamMfaToken") String iamMfaToken, @QueryParameter("stsTokenDuration") Integer stsTokenDuration, @QueryParameter String secretKey)
-
-