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
This class is an extension of FieldList. It provides an additional method to retrieve field names from the list.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.SimpleFieldList(List<Field> fields) Secondary constructor that takes an existing list of fields and sets the internal field list. -
Method Summary
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
-
Constructor Details
-
SimpleFieldList
public SimpleFieldList()Default constructor. -
SimpleFieldList
Secondary constructor that takes an existing list of fields and sets the internal field list.- Parameters:
fields- List ofFieldobjects to contain.
-
-
Method Details
-
getFieldNames
Returns the field names for the associatedFieldobjects.- Returns:
- The field names contained within this SimpleFieldList.
-