Uses of Class
org.sourceid.saml20.adapter.conf.FieldList
-
Packages that use FieldList Package Description 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 Modifier and Type Class Description classConfigurationA Configuration object contains all the configuration values entered by the user via the GUI.classRowThis class holds the Fields from a row in a table.classSimpleFieldListThis class is an extension of FieldList.Methods in org.sourceid.saml20.adapter.conf that return FieldList Modifier and Type Method Description FieldListConfiguration. getAdvancedFields()Gets the values of the 'advanced' configuration fields.Constructors in org.sourceid.saml20.adapter.conf with parameters of type FieldList Constructor Description Configuration(List<Field> fields, List<Table> tables, FieldList advancedFields) -
Uses of FieldList in org.sourceid.saml20.adapter.gui.validation
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type FieldList Modifier and Type Method Description voidEnhancedRowValidator. validate(FieldList fieldsInRow, Configuration configuration)Providing the same functionality asRowValidator.validate(org.sourceid.saml20.adapter.conf.FieldList)but the configuration parameter is also provided to allow for intra-row validation (i.e.voidRowValidator. validate(FieldList fieldsInRow)Implementations of this method can perform any necessary validation on all the Fields in a row on a table.
-