|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldList | |
---|---|
org.sourceid.saml20.adapter.conf | Provides classes that are containers for configuration values entered by the user/administrator via the PingFederate GUI administration console. |
org.sourceid.saml20.adapter.gui.validation | Provides interfaces that can be implemented to provide custom validation of data entered by administrators/users via the GUI. |
Uses of FieldList in org.sourceid.saml20.adapter.conf |
---|
Subclasses of FieldList in org.sourceid.saml20.adapter.conf | |
---|---|
class |
Configuration
A Configuration object contains all the configuration values entered by the user via the GUI. |
class |
Row
This class holds the Fields from a row in a table. |
class |
SimpleFieldList
This class is an extension of FieldList. |
Methods in org.sourceid.saml20.adapter.conf that return FieldList | |
---|---|
FieldList |
Configuration.getAdvancedFields()
Gets the values of the 'advanced' configuration fields. |
Uses of FieldList in org.sourceid.saml20.adapter.gui.validation |
---|
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type FieldList | |
---|---|
void |
RowValidator.validate(FieldList fieldsInRow)
Implementations of this method can perform any necessary validation on all the Fields in a row on a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |