Uses of Class
org.sourceid.saml20.adapter.conf.FieldList

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.
 



Copyright 2007 Ping Identity Corp. All rights reserved.