Package org.sourceid.saml20.adapter.gui
Class EncryptionCertificateFieldDescriptor
java.lang.Object
org.sourceid.saml20.adapter.gui.FieldDescriptor
org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
org.sourceid.saml20.adapter.gui.SelectFieldDescriptor
org.sourceid.saml20.adapter.gui.CertificateSelectionFieldDescriptor
org.sourceid.saml20.adapter.gui.EncryptionCertificateFieldDescriptor
- All Implemented Interfaces:
Serializable
A field descriptor that will render (in GUI configuration screen) a drop down selection of all the certificates
in the PingFederate system configured for encryption by token generators.
The value of this field in the
You can use the alias to retrieve the certificate via
The value of this field in the
Configuration will
be the alias of the selected certificate.
You can use the alias to retrieve the certificate via
KeyAccessor.-
Nested Class Summary
Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
AbstractSelectionFieldDescriptor.OptionValueNested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor
FieldDescriptor.FieldValidationWrapper -
Field Summary
FieldsFields inherited from class org.sourceid.saml20.adapter.gui.CertificateSelectionFieldDescriptor
DEFAULT_SUBJECT_DN_LENGTH_FOR_DISPLAYFields inherited from class org.sourceid.saml20.adapter.gui.SelectFieldDescriptor
DEFAULT, SELECT_ONEFields inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
NONE_SELECTED -
Constructor Summary
ConstructorsConstructorDescriptionEncryptionCertificateFieldDescriptor(String name, String description, String certificateFeatureName) Creates a new EncryptionCertificateFieldDescriptor. -
Method Summary
Modifier and TypeMethodDescriptionGets the name used to represent the group of certificates for this field.Methods inherited from class org.sourceid.saml20.adapter.gui.CertificateSelectionFieldDescriptor
getFormattedValue, getOptionValuesMethods inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
setOptionValuesMethods inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor
addValidator, addValidator, getDefaultForLegacyConfig, getDefaultValue, getDescription, getLabel, getName, getValidationChain, isHidden, setDefaultForLegacyConfig, setDefaultValue, setHidden, setLabel
-
Field Details
-
CERT_FEATURE_NAME
- See Also:
-
-
Constructor Details
-
EncryptionCertificateFieldDescriptor
public EncryptionCertificateFieldDescriptor(String name, String description, String certificateFeatureName) Creates a new EncryptionCertificateFieldDescriptor.- Parameters:
name- The field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor). This name will also be used as the label for the field in the administrative console. To ensure configuration can be read in future releases of a plugin, it is recommended to not change a field's name - instead use a label to rename it in the administrative console.description- A helpful description of the field.certificateFeatureName- The name of the group of certificates this field represents.
-
-
Method Details
-
getCertificateFeatureName
Gets the name used to represent the group of certificates for this field.- Returns:
- The certificates' name.
-