org.jasig.portal.groups.ldap
Class LDAPEntityStoreFactory

java.lang.Object
  extended by org.jasig.portal.groups.ldap.LDAPEntityStoreFactory
All Implemented Interfaces:
IEntityStoreFactory

public class LDAPEntityStoreFactory
extends java.lang.Object
implements IEntityStoreFactory

Returns an instance of the ldap IEntityStore.

Version:
$Revision: 1.4 $
Author:
Dan Ellentuck

Constructor Summary
LDAPEntityStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IEntityStore newEntityStore()
          Return an instance of the entity store implementation.
 IEntityStore newInstance()
          Return an instance of the entity store implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPEntityStoreFactory

public LDAPEntityStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newEntityStore

public IEntityStore newEntityStore()
                            throws GroupsException
Return an instance of the entity store implementation.

Specified by:
newEntityStore in interface IEntityStoreFactory
Returns:
IEntityStore
Throws:
GroupsException

newInstance

public IEntityStore newInstance()
                         throws GroupsException
Return an instance of the entity store implementation.

Returns:
IEntityStore
Throws:
GroupsException