org.sourceid.saml20.adapter.conf
Class SimpleFieldList

java.lang.Object
  extended by org.sourceid.saml20.adapter.conf.FieldList
      extended by org.sourceid.saml20.adapter.conf.SimpleFieldList
All Implemented Interfaces:
java.io.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
SimpleFieldList()
          Default constructor.
SimpleFieldList(java.util.List<Field> fields)
          Secondary constructor that takes an existing list of fields and sets the internal field list.
 
Method Summary
 java.util.List<java.lang.String> getFieldNames()
          Returns the field names for the associated Field objects.
 
Methods inherited from class org.sourceid.saml20.adapter.conf.FieldList
getBooleanFieldValue, getDoubleFieldValue, getField, getFields, getFieldValue, getFileFieldValueAsByteArray, getFileFiledValueAsString, getFloatFieldValue, getIntFieldValue, getLongFieldValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleFieldList

public SimpleFieldList()
Default constructor.


SimpleFieldList

public SimpleFieldList(java.util.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 Detail

getFieldNames

public java.util.List<java.lang.String> getFieldNames()
Returns the field names for the associated Field objects.

Returns:
The field names contained within this SimpleFieldList.


Copyright 2007 Ping Identity Corp. All rights reserved.