uPortal 2.4.1
API Documentation

org.jasig.portal.groups.ldap
Class LDAPEntitySearcherFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ldap.LDAPEntitySearcherFactory
All Implemented Interfaces:
IEntitySearcherFactory

public class LDAPEntitySearcherFactory
extends java.lang.Object
implements IEntitySearcherFactory

Returns an instance of the ldap IEntitySearcher.

Version:
$Revision: 1.3 $
Author:
Dan Ellentuck

Constructor Summary
LDAPEntitySearcherFactory()
          LdapEntitySearcherFactory constructor.
 
Method Summary
 IEntitySearcher newEntitySearcher()
          Return an instance of the entity searcher implementation.
 IEntitySearcher newInstance()
          Return an instance of the entity searcher implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPEntitySearcherFactory

public LDAPEntitySearcherFactory()
LdapEntitySearcherFactory constructor.

Method Detail

newEntitySearcher

public IEntitySearcher newEntitySearcher()
                                  throws GroupsException
Return an instance of the entity searcher implementation.

Specified by:
newEntitySearcher in interface IEntitySearcherFactory
Returns:
IEntitySearcher
Throws:
GroupsException

newInstance

public IEntitySearcher newInstance()
                            throws GroupsException
Return an instance of the entity searcher implementation.

Returns:
IEntitySearcher
Throws:
GroupsException

uPortal 2.4.1
API Documentation