public abstract class CrumbIssuerDescriptor<T extends CrumbIssuer> extends Descriptor<CrumbIssuer>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier | Constructor and Description |
---|---|
protected |
CrumbIssuerDescriptor(String salt,
String crumbRequestField)
Crumb issuers always take a salt and a request field name.
|
Modifier and Type | Method and Description |
---|---|
String |
getCrumbRequestField()
Gets the request parameter name that contains the crumb generated from a
previous response.
|
String |
getCrumbSalt()
Get the salt value.
|
void |
setCrumbRequestField(String requestField)
Set the request parameter name.
|
void |
setCrumbSalt(String salt)
Set the salt value.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 String getCrumbSalt()
public void setCrumbSalt(String salt)
salt
- public String getCrumbRequestField()
public void setCrumbRequestField(String requestField)
requestField
- Copyright © 2004–2021. All rights reserved.