uPortal 2.4.1
API Documentation

org.jasig.portal.groups.ldap
Class LDAPEntityStoreFactory

java.lang.Object
  extended byorg.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.3 $
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
equals, 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

uPortal 2.4.1
API Documentation