Package org.sourceid.saml20.adapter.gui.validation.impl
Provides implementations of some commonly needed field level validation.
-
Class Summary Class Description DoubleValidator TheDoubleValidatorclass validates a string representing a double (64-bit).EmailValidator Validates an email address using a simple regular expression.FloatValidator TheFloatValidatorclass validates a string representing a float (32-bit).HostnameValidator This validator class validates a string representing a host name.HttpsURLValidator Validate if the field value represents an HTTPS URL.HttpURLValidator TheURLValidatorclass validates a URL string.IntegerValidator TheIntegerValidatorclass validates a 4-byteInteger.JwksValidator This validator checks that the value of a field is a valid JSON Web Key Set (JWKS).LongValidator TheLongValidatorclass validates a 8-byte integer.PingOneEnvironmentValidator This validator class works together with thePingOneEnvironmentFieldDescriptorby validating the environment selected in the descriptor against PingOne.RegExValidator Validates a field values based on a regular expression.RequiredFieldValidator A FieldValidator that enforces that a GUI field has a value (a required field).SecretReferenceFieldValidator This validator checks that the value of a field is a valid secret reference.StringLengthValidator TableColumnValuesUniqueValidator finds duplicate values in the specified table's column.URLValidator TheURLValidatorclass validates a URL string.