org.jasig.portal.groups
Interface IEntityGroupStoreFactory
- All Known Implementing Classes:
- FileSystemGroupStoreFactory, LDAPGroupStoreFactory, PersonAttributesGroupStoreFactory, ReferenceEntityGroupStoreFactory
public interface IEntityGroupStoreFactory
Factory interface for creating an IEntityGroupStore
.
- Version:
- $Revision: 1.3 $
- Author:
- Dan Ellentuck
newGroupStore
IEntityGroupStore newGroupStore()
throws GroupsException
- Returns:
- IEntityGroupStore
- Throws:
GroupsException
newGroupStore
IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
throws GroupsException
- Factory method takes a service descriptor parm, which lets the factory
customize the store.
- Parameters:
svcDescriptor
-
- Returns:
- IEntityGroupStore
- Throws:
GroupsException