Uses of Package
org.sourceid.saml20.adapter.gui.validation
-
Packages that use org.sourceid.saml20.adapter.gui.validation Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.com.pingidentity.sources.gui Contains protocol independent dynamic UI classes and interfaces.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.org.sourceid.saml20.adapter.gui.validation.impl Provides implementations of some commonly needed field level validation. -
Classes in org.sourceid.saml20.adapter.gui.validation used by com.pingidentity.sdk Class Description ConfigurationValidator An interface that allows for custom validation of all the Fields and tables that compose the configuration of the adapter. -
Classes in org.sourceid.saml20.adapter.gui.validation used by com.pingidentity.sources.gui Class Description ConfigurationValidator An interface that allows for custom validation of all the Fields and tables that compose the configuration of the adapter. -
Classes in org.sourceid.saml20.adapter.gui.validation used by org.sourceid.saml20.adapter.gui Class Description FieldValidator An interface that allows for custom field level validation.RowValidator An interface that allows for custom row level validation of all the Fields that compose a row in a table.TableValidator An interface that allows for custom table validation.ValidationException An exception to be thrown by validators to communicate to the PingFederate server that invalid configuration values have been entered into the GUI by the user. -
Classes in org.sourceid.saml20.adapter.gui.validation used by org.sourceid.saml20.adapter.gui.validation Class Description RowValidator An interface that allows for custom row level validation of all the Fields that compose a row in a table.ValidationException An exception to be thrown by validators to communicate to the PingFederate server that invalid configuration values have been entered into the GUI by the user. -
Classes in org.sourceid.saml20.adapter.gui.validation used by org.sourceid.saml20.adapter.gui.validation.impl Class Description ConfigurationValidator An interface that allows for custom validation of all the Fields and tables that compose the configuration of the adapter.FieldValidator An interface that allows for custom field level validation.ValidationException An exception to be thrown by validators to communicate to the PingFederate server that invalid configuration values have been entered into the GUI by the user.