Package org.sourceid.saml20.adapter.conf
Class SimpleFieldList
- java.lang.Object
-
- org.sourceid.saml20.adapter.conf.FieldList
-
- org.sourceid.saml20.adapter.conf.SimpleFieldList
-
- All Implemented Interfaces:
Serializable
public class SimpleFieldList extends FieldList
This class is an extension of FieldList. It provides an additional method to retrieve field names from the list.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleFieldList()Default constructor.SimpleFieldList(List<Field> fields)Secondary constructor that takes an existing list of fields and sets the internal field list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getFieldNames()Returns the field names for the associatedFieldobjects.-
Methods inherited from class org.sourceid.saml20.adapter.conf.FieldList
addField, getBooleanFieldValue, getBooleanFieldValue, getDoubleFieldValue, getField, getFields, getFieldValue, getFileFieldValueAsByteArray, getFileFiledValueAsString, getFloatFieldValue, getIntFieldValue, getLongFieldValue, getReadOnlyFieldMap, isEmpty, toString
-
-