Uses of Interface
org.jasig.portal.groups.pags.IPersonTester

Packages that use IPersonTester
org.jasig.portal.groups.pags   
org.jasig.portal.groups.pags.testers   
 

Uses of IPersonTester in org.jasig.portal.groups.pags
 

Methods in org.jasig.portal.groups.pags that return IPersonTester
private  IPersonTester XMLPersonAttributesConfiguration.initializeTester(java.lang.String tester, java.lang.String attribute, java.lang.String value)
           
private  IPersonTester PersonAttributesGroupStore.initializeTester(java.lang.String tester, java.lang.String attribute, java.lang.String value)
           
 

Methods in org.jasig.portal.groups.pags with parameters of type IPersonTester
 void PersonAttributesGroupStore.TestGroup.addTest(IPersonTester test)
           
 

Uses of IPersonTester in org.jasig.portal.groups.pags.testers
 

Classes in org.jasig.portal.groups.pags.testers that implement IPersonTester
 class BaseAttributeTester
          A tester for examining IPerson attributes.
 class IntegerEQTester
          Tests if any of the possibly multiple values of the attribute are EQ (equal to) the test value.
 class IntegerGETester
          Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value.
 class IntegerGTTester
          Tests if any of the possibly multiple values of the attribute are GT (greater than) the test value.
 class IntegerLETester
          Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value.
 class IntegerLTTester
          Tests if any of the possibly multiple values of the attribute are LT (less than) the test value.
 class IntegerTester
          Abstract class tests the possibly multiple values of an IPerson integer attribute.
 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 StringTester
          Abstract class tests a possibly multi-valued attribute against a test value.
 class ValueExistsTester
          Tests whether or not the user has some value for a particular attribute.
 class ValueMissingTester
          Tests whether the attribute is null or none of the values of the attribute equal the specified attribute value.