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

Packages that use IEntityStoreFactory
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
 

Uses of IEntityStoreFactory in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement IEntityStoreFactory
 class ReferenceEntityStoreFactory
          Creates an instance of the reference IEntityStore.
 

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

Classes in org.jasig.portal.groups.filesystem that implement IEntityStoreFactory
 class FileSystemGroupStoreFactory
          Returns IEntityGroupStore and IEntityStore implementations for the file system group service.
 

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

Classes in org.jasig.portal.groups.ldap that implement IEntityStoreFactory
 class LDAPEntityStoreFactory
          Returns an instance of the ldap IEntityStore.
 

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

Classes in org.jasig.portal.groups.pags that implement IEntityStoreFactory
 class PersonAttributesEntityStoreFactory