Uses of Class
org.sourceid.saml20.adapter.gui.validation.ValidationException
Packages that use ValidationException
Package
Description
Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration
screen should look.
Provides interfaces that can be implemented to provide
custom validation of data entered by administrators/users via the GUI.
Provides implementations of some commonly needed field level validation.
-
Uses of ValidationException in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that throw ValidationException -
Uses of ValidationException in org.sourceid.saml20.adapter.gui.validation
Methods in org.sourceid.saml20.adapter.gui.validation that throw ValidationExceptionModifier and TypeMethodDescriptionvoidConfigurationValidator.validate(Configuration configuration) Implementations of this method can perform any necessary validation on all the configuration values for an adapter.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. duplicate entries) or validation against other input data.voidImplementations of this method can perform any necessary validation on the Field.voidImplementations of this method can perform any necessary validation on all the Fields in a row on a table.voidImplementations of this method can perform any necessary validation on all the Fields in a row on a table. -
Uses of ValidationException in org.sourceid.saml20.adapter.gui.validation.impl
Methods in org.sourceid.saml20.adapter.gui.validation.impl that throw ValidationExceptionModifier and TypeMethodDescriptionvoidValidate if the fieldValue string represents a valid double and the value is within the specified boundary.voidValidate if the fieldValue string represents a valid float and the value is within the specified boundary.voidvoidValidate if the fieldValue string represents a valid HTTPS URL.voidValidate if the fieldValue string represents a valid HTTP(s) URL.voidValidate if the fieldValue string represents a valid 4-byte integer and the value is within the specified boundary.voidvoidValidate if the fieldValue string represents a valid 8-byte integer and the value is within the specified boundary.voidChecks if the environment specified in the field exists within the PingOne connection.voidValidates the field value is properly formatted.voidIf the value of the field is not null and not empty, this method returns silently.voidValidate if the fieldValue string represents a valid secret reference.voidvoidTableColumnValuesUniqueValidator.validate(Configuration configuration) voidValidate if the fieldValue string represents a valid URL.