Subclasses of StringTester in org.jasig.portal.groups.pags.testers |
class |
RegexTester
A tester for matching the possibly multiple values of an attribute
against a regular expression. |
class |
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. |
class |
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. |
class |
ValueExistsTester
Tests whether or not the user has some
value for a particular attribute. |