org.jasig.portal.groups
Interface IEntityGroupStoreFactory
- All Known Implementing Classes:
- FileSystemGroupStoreFactory, LDAPGroupStoreFactory, PersonAttributesGroupStoreFactory, ReferenceEntityGroupStoreFactory, SmartLdapGroupStore.Factory
public interface IEntityGroupStoreFactory
Factory interface for creating an IEntityGroupStore.
- Version:
- $Revision: 19776 $
- 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
Copyright © 2010 Jasig. All Rights Reserved.