|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceid.saml20.adapter.conf.FieldList
org.sourceid.saml20.adapter.conf.SimpleFieldList
public class SimpleFieldList
This class is an extension of FieldList. It provides an additional method to retrieve field names from the list.
| 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 |
|---|
public SimpleFieldList()
public SimpleFieldList(java.util.List<Field> fields)
fields - List of Field objects to contain.| Method Detail |
|---|
public java.util.List<java.lang.String> getFieldNames()
Field objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||