Package | Description |
---|---|
com.iplanet.ums.validation |
Deprecated validator classes for UMS.
|
Modifier and Type | Class and Description |
---|---|
class |
AlphaValidator
This class implements IValidator interface.
|
class |
BooleanValidator |
class |
DNValidator |
class |
DomainValidator
Validates domain
|
class |
FloatValidator |
class |
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.
|
class |
NumberValidator |
class |
SetValidator
Validates if given value is in the set.
|
class |
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.
|
class |
URLValidator |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.