org.jasig.portal.groups.smartldap
Class SmartLdapEntitySearcher
java.lang.Object
org.jasig.portal.groups.smartldap.SmartLdapEntitySearcher
- All Implemented Interfaces:
- IEntitySearcher
public class SmartLdapEntitySearcher
- extends Object
- implements IEntitySearcher
|
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 |
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.