public interface DirectoryService
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
findEntries(SearchCriteria search)
Finds entries for the given
SearchCriteria. |
List<? extends Group> |
findSimpleGroup(String groupId)
Finds a simple group
|
Group |
groupLookup(String groupId)
Performs a lookup for a group.
|
Person |
personLookup(String personId)
Performs a lookup for a person
|
List<? extends Person> |
personSearch(String searchText,
String firstName,
String lastName,
String username,
String exactness,
String status,
String location)
Performs a search for a person
|
SearchResult findEntries(SearchCriteria search)
SearchCriteria.search - SearchCriteria to use for the search.SearchResult object with the resultsList<? extends Person> personSearch(String searchText, String firstName, String lastName, String username, String exactness, String status, String location)
searchText - firstName - lastName - username - exactness - status - location - Person personLookup(String personId)
personId - Group groupLookup(String groupId)
groupId - Group ID to lookupList<? extends Group> findSimpleGroup(String groupId)
groupId - Group ID to find.Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.