Package org.sourceid.saml20.adapter.gui
Class ExtendedPropertiesFileDescriptor
- 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.ExtendedPropertiesFileDescriptor
-
- All Implemented Interfaces:
Serializable
public class ExtendedPropertiesFileDescriptor extends SelectFieldDescriptor
- See Also:
- Serialized Form
-
-
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_EXTENDED_PROPERTY_NAMEstatic StringFIELD_EXTENDED_PROPERTY_NAMEstatic StringPLUGIN_TYPE_NAME-
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 ExtendedPropertiesFileDescriptor(String name, String description)
-
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_EXTENDED_PROPERTY_NAME
public static final String FIELD_EXTENDED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
PLUGIN_TYPE_NAME
public static final String PLUGIN_TYPE_NAME
- See Also:
- Constant Field Values
-
DESC_EXTENDED_PROPERTY_NAME
public static final String DESC_EXTENDED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOptionValues
public List<AbstractSelectionFieldDescriptor.OptionValue> getOptionValues()
Gets the option values list- Overrides:
getOptionValuesin classAbstractSelectionFieldDescriptor- Returns:
- the option value list.
-
-