Uses of Interface
org.jasig.portal.groups.IEntitySearcher

Packages that use IEntitySearcher
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.local   
org.jasig.portal.groups.pags   
 

Uses of IEntitySearcher in org.jasig.portal.groups
 

Fields in org.jasig.portal.groups declared as IEntitySearcher
protected  IEntitySearcher ReferenceGroupService.entitySearcher
           
protected  IEntitySearcher ReferenceIndividualGroupService.entitySearcher
           
 

Methods in org.jasig.portal.groups that return IEntitySearcher
 IEntitySearcher IEntitySearcherFactory.newEntitySearcher()
           
 IEntitySearcher ReferenceEntitySearcherFactory.newEntitySearcher()
          Return an instance of the entity searcher implementation.
 IEntitySearcher ReferenceEntitySearcherFactory.newInstance()
          Return an instance of the entity searcher implementation.
 

Uses of IEntitySearcher in org.jasig.portal.groups.filesystem
 

Classes in org.jasig.portal.groups.filesystem that implement IEntitySearcher
 class FileSystemGroupStore
          This class is an IEntityGroupStore that uses the native file system for its back end.
 

Methods in org.jasig.portal.groups.filesystem that return IEntitySearcher
 IEntitySearcher FileSystemEntitySearcherFactory.newEntitySearcher()
           
 

Uses of IEntitySearcher in org.jasig.portal.groups.ldap
 

Classes in org.jasig.portal.groups.ldap that implement IEntitySearcher
 class LDAPGroupStore
          LDAPGroupStore.
 

Methods in org.jasig.portal.groups.ldap that return IEntitySearcher
 IEntitySearcher LDAPEntitySearcherFactory.newEntitySearcher()
          Return an instance of the entity searcher implementation.
 IEntitySearcher LDAPEntitySearcherFactory.newInstance()
          Return an instance of the entity searcher implementation.
 

Uses of IEntitySearcher in org.jasig.portal.groups.local
 

Classes in org.jasig.portal.groups.local that implement IEntitySearcher
 class EntitySearcherImpl
          An IEntitySearcher implementation for the local portal group service.
 

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

Classes in org.jasig.portal.groups.pags that implement IEntitySearcher
 class PersonAttributesGroupStore
          The Person Attributes Group Store uses attributes stored in the IPerson object to determine group membership.
 

Methods in org.jasig.portal.groups.pags that return IEntitySearcher
 IEntitySearcher PersonAttributesEntitySearcherFactory.newEntitySearcher()