org.jasig.portal.groups.smartldap
Class SmartLdapGroupStore.Factory

java.lang.Object
  extended by org.jasig.portal.groups.smartldap.SmartLdapGroupStore.Factory
All Implemented Interfaces:
IEntityGroupStoreFactory
Enclosing class:
SmartLdapGroupStore

public static final class SmartLdapGroupStore.Factory
extends Object
implements IEntityGroupStoreFactory


Constructor Summary
SmartLdapGroupStore.Factory()
           
 
Method Summary
 IEntityGroupStore newGroupStore()
           
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Factory method takes a service descriptor parm, which lets the factory customize the store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartLdapGroupStore.Factory

public SmartLdapGroupStore.Factory()
Method Detail

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Returns:
IEntityGroupStore
Throws:
GroupsException

newGroupStore

public IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
                                throws GroupsException
Description copied from interface: IEntityGroupStoreFactory
Factory method takes a service descriptor parm, which lets the factory customize the store.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Returns:
IEntityGroupStore
Throws:
GroupsException


Copyright © 2010 Jasig. All Rights Reserved.