Uses of Interface
org.sourceid.saml20.adapter.gui.validation.RowValidator
-
Packages that use RowValidator 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.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 RowValidator in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type RowValidator Modifier and Type Method Description List<RowValidator>TableDescriptor. getValidationChain()Gets the list of RowValidators for this tableMethods in org.sourceid.saml20.adapter.gui with parameters of type RowValidator Modifier and Type Method Description voidTableDescriptor. addValidator(RowValidator validator)Add a RowValidator to the ordered list of RowValidator for this table. -
Uses of RowValidator in org.sourceid.saml20.adapter.gui.validation
Subinterfaces of RowValidator in org.sourceid.saml20.adapter.gui.validation Modifier and Type Interface Description interfaceEnhancedRowValidatorSimilar toRowValidatorbut providing additional context data in the validate method to allow for more complex validation.
-