org.jasig.portal.groups
Class PersonDirNameFinderFactory
java.lang.Object
org.jasig.portal.groups.PersonDirNameFinderFactory
- All Implemented Interfaces:
- IEntityNameFinderFactory
public class PersonDirNameFinderFactory
- extends Object
- implements IEntityNameFinderFactory
Factory for creating and obtaining reference to
a static singleton PersonDirNameFinder.
- Version:
- $Revision: 19776 $
- Author:
- Alex Vigdor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonDirNameFinderFactory
public PersonDirNameFinderFactory()
- Do-nothing constructor.
newFinder
public IEntityNameFinder newFinder()
- Get the static singleton PersonDirNameFinder instance backed by
PersonDirectory.
- Specified by:
newFinder in interface IEntityNameFinderFactory
- Returns:
- the static singleton PersonDirNameFinder backed by PersonDirectory
Copyright © 2010 Jasig. All Rights Reserved.