public class SingleKeyComposite extends PublicKeyComposite<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static Feature |
CHECK_BAD_KEYS |
NORMALISED_PUBLIC_KEY_META_ATTR, PUBLIC_KEY, PUBLIC_KEY_META_ATTR, SSH_REQUIRE_RSA_FEATURE| Constructor and Description |
|---|
SingleKeyComposite(AppUserFactory fac) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
format(java.lang.String key) |
protected ParseAbstractInput<java.lang.String> |
getInput() |
protected java.lang.String |
load(java.lang.String value) |
addAttributes, addMetaData, addOptional, addSelectors, addToHistorySpecification, addTranslations, addUpdateNotes, anonymise, getNormalisedPublicKey, getPublicKey, getType, hasPublicKey, isOptional, modifyDefaultTableSpecification, normalise, postUpdate, setPublickey, setTemplateContent, usePublicKeyaddDefaults, addFieldHelp, addSuppress, customiseForm, customiseUpdateForm, getContext, getFactory, getLogger, getRecord, getRepository, preRegister, release, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEraseFieldsaddFieldConstraints, addFormFieldspublic static final Feature CHECK_BAD_KEYS
public SingleKeyComposite(AppUserFactory fac)
fac - protected ParseAbstractInput<java.lang.String> getInput()
getInput in class PublicKeyComposite<java.lang.String>protected java.lang.String load(java.lang.String value)
throws ParseException
load in class PublicKeyComposite<java.lang.String>ParseExceptionprotected java.lang.String format(java.lang.String key)
format in class PublicKeyComposite<java.lang.String>