Uses of Interface
org.sourceid.saml20.adapter.gui.validation.TableValidator
-
Packages that use TableValidator Package Description org.sourceid.saml20.adapter.gui Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration screen should look. -
-
Uses of TableValidator in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type TableValidator Modifier and Type Method Description List<TableValidator>TableDescriptor. getTableValidationChain()Gets the list of TableValidators for this table.Methods in org.sourceid.saml20.adapter.gui with parameters of type TableValidator Modifier and Type Method Description voidTableDescriptor. addTableValidator(TableValidator validator)Add a TableValidator to the ordered list of TableValidator for this table.
-