uPortal 2.4.1
API Documentation

org.jasig.portal.groups.ldap
Class LDAPGroupStoreFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ldap.LDAPGroupStoreFactory
All Implemented Interfaces:
IEntityGroupStoreFactory

public class LDAPGroupStoreFactory
extends java.lang.Object
implements IEntityGroupStoreFactory

Returns an instance of the ldap IEntityGroupStore.

Version:
$Revision: 1.5 $
Author:
Dan Ellentuck

Constructor Summary
LDAPGroupStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IEntityGroupStore newGroupStore()
          Return an instance of the group store implementation.
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 IEntityGroupStore newInstance()
          Return an instance of the group store implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPGroupStoreFactory

public LDAPGroupStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Return an instance of the group store implementation.

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

newGroupStore

public IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
                                throws GroupsException
Return an instance of the group store implementation.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Parameters:
svcDescriptor -
Returns:
IEntityGroupStore
Throws:
GroupsException

newInstance

public IEntityGroupStore newInstance()
                              throws GroupsException
Return an instance of the group store implementation.

Returns:
IEntityGroupStore
Throws:
GroupsException

uPortal 2.4.1
API Documentation