org.jasig.portal.groups.pags.testers |
|
Java Source File Name | Type | Comment |
BaseAttributeTester.java | Class | A tester for examining IPerson attributes. |
IntegerEQTester.java | Class | Tests if any of the possibly multiple values of the attribute are EQ
(equal to) the test value. |
IntegerGETester.java | Class | Tests if any of the possibly multiple values of the attribute are GE
(greater than or equal to) the test value. |
IntegerGTTester.java | Class | Tests if any of the possibly multiple values of the attribute are GT
(greater than) the test value. |
IntegerLETester.java | Class | Tests if any of the possibly multiple values of the attribute are GE
(greater than or equal to) the test value. |
IntegerLTTester.java | Class | Tests if any of the possibly multiple values of the attribute are LT
(less than) the test value. |
IntegerTester.java | Class | Abstract class tests the possibly multiple values of an
IPerson integer attribute. |
RegexTester.java | Class | A tester for matching the possibly multiple values of an attribute
against a regular expression. |
StringEqualsIgnoreCaseTester.java | Class | 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.java | Class | 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.java | Class | Abstract class tests a possibly multi-valued attribute against
a test value. |
ValueExistsTester.java | Class | Tests whether or not the user has some
value for a particular attribute. |
ValueMissingTester.java | Class | Tests whether the attribute is null or none of the
values of the attribute equal the specified attribute value. |