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:
  • Constructor Details

    • SimpleFieldList

      public SimpleFieldList()
      Default constructor.
    • SimpleFieldList

      public SimpleFieldList(List<Field> fields)
      Secondary constructor that takes an existing list of fields and sets the internal field list.
      Parameters:
      fields - List of Field objects to contain.
  • Method Details

    • getFieldNames

      public List<String> getFieldNames()
      Returns the field names for the associated Field objects.
      Returns:
      The field names contained within this SimpleFieldList.