package

com.atlassian.jira.bc.user.search

Interfaces

AssigneeService Service that retrieves issue-assignable User objects. 
UserPickerSearchService Service that retrieves a collection of User objects based on a partial query string  

Classes

DefaultAssigneeService The main implementation of AssigneeService
DefaultUserPickerSearchService  
UserMatcherPredicate Matcher to compare User parts (username, Full Name and email) with a query string and return true any part matches. 
UserSearchParams Optional parameters to restrict a user search. 
UserSearchParams.Builder