org.jasig.portal.groups.smartldap
Class SmartLdapEntitySearcher

java.lang.Object
  extended by org.jasig.portal.groups.smartldap.SmartLdapEntitySearcher
All Implemented Interfaces:
IEntitySearcher

public class SmartLdapEntitySearcher
extends Object
implements IEntitySearcher


Nested Class Summary
static class SmartLdapEntitySearcher.Factory
           
 
Method Summary
 EntityIdentifier[] searchForEntities(String query, int method, Class type)
          Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

searchForEntities

public EntityIdentifier[] searchForEntities(String query,
                                            int method,
                                            Class type)
                                     throws GroupsException
Description copied from interface: IEntitySearcher
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type

Specified by:
searchForEntities in interface IEntitySearcher
Throws:
GroupsException


Copyright © 2010 Jasig. All Rights Reserved.