Uses of Interface
org.sourceid.saml20.adapter.gui.validation.FieldValidator
-
Packages that use FieldValidator 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.impl Provides implementations of some commonly needed field level validation. -
-
Uses of FieldValidator in org.sourceid.saml20.adapter.gui
Classes in org.sourceid.saml20.adapter.gui that implement FieldValidator Modifier and Type Class Description static classFilterableSelectionFieldDescriptor.FilterableSelectionFieldDefaultValidatorMethods in org.sourceid.saml20.adapter.gui that return FieldValidator Modifier and Type Method Description FieldValidatorFieldDescriptor.FieldValidationWrapper. getValidator()Methods in org.sourceid.saml20.adapter.gui with parameters of type FieldValidator Modifier and Type Method Description voidFieldDescriptor. addValidator(FieldValidator validator)Adds a FieldValidator to the back of the ordered list of validators for this field.voidFieldDescriptor. addValidator(FieldValidator validator, boolean skipIfEmptyValue)Adds a FieldValidator to the back of the ordered list of validators for this field.Constructors in org.sourceid.saml20.adapter.gui with parameters of type FieldValidator Constructor Description FieldValidationWrapper(FieldValidator validator, boolean skipIfValueIsEmpty) -
Uses of FieldValidator in org.sourceid.saml20.adapter.gui.validation.impl
Classes in org.sourceid.saml20.adapter.gui.validation.impl that implement FieldValidator Modifier and Type Class Description classDoubleValidatorTheDoubleValidatorclass validates a string representing a double (64-bit).classEmailValidatorValidates an email address using a simple regular expression.classFloatValidatorTheFloatValidatorclass validates a string representing a float (32-bit).classHostnameValidatorThis validator class validates a string representing a host name.classHttpsURLValidatorValidate if the field value represents an HTTPS URL.classHttpURLValidatorTheURLValidatorclass validates a URL string.classIntegerValidatorTheIntegerValidatorclass validates a 4-byteInteger.classJwksValidatorThis validator checks that the value of a field is a valid JSON Web Key Set (JWKS).classLongValidatorTheLongValidatorclass validates a 8-byte integer.classPingOneEnvironmentValidatorThis validator class works together with thePingOneEnvironmentFieldDescriptorby validating the environment selected in the descriptor against PingOne.classRegExValidatorValidates a field values based on a regular expression.classRequiredFieldValidatorA FieldValidator that enforces that a GUI field has a value (a required field).classSecretReferenceFieldValidatorThis validator checks that the value of a field is a valid secret reference.classStringLengthValidatorclassURLValidatorTheURLValidatorclass validates a URL string.
-