Package org.sourceid.saml20.adapter.gui
Class PasswordCredentialValidatorFieldDescriptor
- 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.PasswordCredentialValidatorFieldDescriptor
-
- All Implemented Interfaces:
Serializable
public class PasswordCredentialValidatorFieldDescriptor extends SelectFieldDescriptor
A field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured Password Credential Validators.
The value of this field in theConfigurationwill be the identifier of the Password Credential Validator.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
AbstractSelectionFieldDescriptor.OptionValue
-
Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor
FieldDescriptor.FieldValidationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESC_PWD_CRD_VALstatic StringDESC_TABLE_PWD_CRD_VALstatic StringFIELD_PWD_CRD_VALstatic StringTABLE_PWD_CRD_VAL-
Fields inherited from class org.sourceid.saml20.adapter.gui.SelectFieldDescriptor
DEFAULT, SELECT_ONE
-
Fields inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
NONE_SELECTED
-
-
Constructor Summary
Constructors Constructor Description PasswordCredentialValidatorFieldDescriptor(String name, String description)Creates a new PasswordCredentialValidatorFieldDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AbstractSelectionFieldDescriptor.OptionValue>getOptionValues()Gets the option values list-
Methods inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
getFormattedValue, setOptionValues
-
Methods inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor
addValidator, addValidator, getDefaultForLegacyConfig, getDefaultValue, getDescription, getLabel, getName, getValidationChain, isHidden, setDefaultForLegacyConfig, setDefaultValue, setHidden, setLabel
-
-
-
-
Field Detail
-
FIELD_PWD_CRD_VAL
public static final String FIELD_PWD_CRD_VAL
- See Also:
- Constant Field Values
-
DESC_PWD_CRD_VAL
public static final String DESC_PWD_CRD_VAL
- See Also:
- Constant Field Values
-
TABLE_PWD_CRD_VAL
public static final String TABLE_PWD_CRD_VAL
- See Also:
- Constant Field Values
-
DESC_TABLE_PWD_CRD_VAL
public static final String DESC_TABLE_PWD_CRD_VAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PasswordCredentialValidatorFieldDescriptor
public PasswordCredentialValidatorFieldDescriptor(String name, String description)
Creates a new PasswordCredentialValidatorFieldDescriptor.- 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- The field description displayed in the administrative console.
-
-
Method Detail
-
getOptionValues
public List<AbstractSelectionFieldDescriptor.OptionValue> getOptionValues()
Gets the option values list- Overrides:
getOptionValuesin classAbstractSelectionFieldDescriptor- Returns:
- the option value list.
-
-