|
Class Summary |
| AlwaysTrueTester |
|
| BaseAttributeTester |
A tester for examining IPerson attributes. |
| IntegerEQTester |
Tests if any of the possibly multiple values of the attribute are EQ
(equal to) the test value. |
| IntegerGETester |
Tests if any of the possibly multiple values of the attribute are GE
(greater than or equal to) the test value. |
| IntegerGTTester |
Tests if any of the possibly multiple values of the attribute are GT
(greater than) the test value. |
| IntegerLETester |
Tests if any of the possibly multiple values of the attribute are GE
(greater than or equal to) the test value. |
| IntegerLTTester |
Tests if any of the possibly multiple values of the attribute are LT
(less than) the test value. |
| IntegerTester |
Abstract class tests the possibly multiple values of an
IPerson integer attribute. |
| RegexTester |
A tester for matching the possibly multiple values of an attribute
against a regular expression. |
| StringEqualsIgnoreCaseTester |
Tests an IPerson attribute for String equality
regardless of case and answers true if any of the possibly
multiple values of the attribute equals the test value. |
| StringEqualsTester |
Tests an IPerson attribute for String equality and
answers true if any of the possibly multiple values of the
attribute equals the test value. |
| StringTester |
Abstract class tests a possibly multi-valued attribute against
a test value. |
| ValueExistsTester |
Tests whether or not the user has some
value for a particular attribute. |
| ValueMissingTester |
Tests whether the attribute is null or none of the
values of the attribute equal the specified attribute value. |