Uses of Class
org.sourceid.saml20.adapter.conf.Table
-
Packages that use Table 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 Table in org.sourceid.saml20.adapter.conf
Methods in org.sourceid.saml20.adapter.conf that return Table Modifier and Type Method Description TableConfiguration. getTable(String tableName)Gets a Table by name.Methods in org.sourceid.saml20.adapter.conf that return types with arguments of type Table Modifier and Type Method Description List<Table>Configuration. getTables()Gets the List of Tables available on this Configuration. -
Uses of Table in org.sourceid.saml20.adapter.gui.validation
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type Table Modifier and Type Method Description voidTableValidator. validate(Table table)Implementations of this method can perform any necessary validation on all the Fields in a row on a table.
-