Interface | Description |
---|---|
IValidator |
Interface for all validators.
|
Class | Description |
---|---|
AlphaValidator |
This class implements IValidator interface.
|
BooleanValidator | |
DNValidator | |
DomainValidator |
Validates domain
|
FloatValidator | |
MailAddressValidator |
Validates mail address This class is constructed using default(noarguments)
constructor and mail address is passed to validate function with optional
rules The passed mail address is validated for authenticity and boolean value
is returned accordingly.
|
NumberValidator | |
SetValidator |
Validates if given value is in the set.
|
TelephoneValidator |
Validates telephone number The object of this class is constructed using
default constructor and validate function is used to validate telephone
number passing the telephone number as argument to the function.
|
URLValidator | |
Validation |
Validation handles all validation routines.
|
ValidationElement |
Represents a validator/rule pair.
|
Exception | Description |
---|---|
DataConstraintException |
Exception thrown if data validation fails.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.