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