Class KerberosRealmFieldDescriptor
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.kerberos.KerberosRealmFieldDescriptor
- All Implemented Interfaces:
Serializable
A descriptor for a select field that lists Kerberos realms.
This class extends
SelectFieldDescriptor and provides
a list of option values representing Kerberos realms configured in the system.- Since:
- 12.2
- See Also:
-
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
Fields 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
ConstructorsConstructorDescriptionKerberosRealmFieldDescriptor(String name, String description) Create a new KerberosRealmFieldDescriptor. -
Method Summary
Modifier and TypeMethodDescriptionGets the option values list constructed from all the Kerberos realms configured in the system.Methods inherited from class org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor
getFormattedValue, setOptionValuesMethods inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor
addValidator, addValidator, getDefaultForLegacyConfig, getDefaultValue, getDescription, getLabel, getName, getValidationChain, isHidden, setDefaultForLegacyConfig, setDefaultValue, setHidden, setLabel
-
Constructor Details
-
KerberosRealmFieldDescriptor
Create a new KerberosRealmFieldDescriptor.- Parameters:
name- the field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor).description- a helpful description of the field.
-
-
Method Details
-
getOptionValues
Gets the option values list constructed from all the Kerberos realms configured in the system.- Overrides:
getOptionValuesin classAbstractSelectionFieldDescriptor- Returns:
- the option value list.
-