@Extension public static final class SamlEncryptionData.DescriptorImpl extends Descriptor<SamlEncryptionData>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
DescriptorImpl(Class<? extends SamlEncryptionData> clazz) |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckKeystorePassword(String keystorePassword) |
FormValidation |
doCheckKeystorePath(String keystorePath) |
FormValidation |
doCheckPrivateKeyAlias(String privateKeyAlias) |
FormValidation |
doCheckPrivateKeyPassword(String privateKeyPassword) |
FormValidation |
doTestKeyStore(String keystorePath,
Secret keystorePassword,
Secret privateKeyPassword,
String privateKeyAlias) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, 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
public DescriptorImpl()
public DescriptorImpl(Class<? extends SamlEncryptionData> clazz)
public String getDisplayName()
getDisplayName
in class Descriptor<SamlEncryptionData>
public FormValidation doCheckKeystorePath(@QueryParameter String keystorePath)
public FormValidation doCheckPrivateKeyAlias(@QueryParameter String privateKeyAlias)
public FormValidation doCheckKeystorePassword(@QueryParameter String keystorePassword)
public FormValidation doCheckPrivateKeyPassword(@QueryParameter String privateKeyPassword)
public FormValidation doTestKeyStore(@QueryParameter(value="keystorePath") String keystorePath, @QueryParameter(value="keystorePassword") Secret keystorePassword, @QueryParameter(value="privateKeyPassword") Secret privateKeyPassword, @QueryParameter(value="privateKeyAlias") String privateKeyAlias)
Copyright © 2016–2021. All rights reserved.