uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IEntityStoreFactory

All Known Implementing Classes:
FileSystemGroupStoreFactory, LDAPEntityStoreFactory, PersonAttributesEntityStoreFactory, ReferenceEntityStoreFactory

public interface IEntityStoreFactory

Factory interface for creating an IEntityStore.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IEntityStore newEntityStore()
           
 

Method Detail

newEntityStore

public IEntityStore newEntityStore()
                            throws GroupsException
Throws:
GroupsException

uPortal 2.4.1
API Documentation