Class InMemoryEntitySearchStrategy

java.lang.Object
com.atlassian.crowd.manager.application.search.InMemoryEntitySearchStrategy
All Implemented Interfaces:
GroupSearchStrategy, UserSearchStrategy

public class InMemoryEntitySearchStrategy extends Object implements UserSearchStrategy, GroupSearchStrategy
An UserSearchStrategy and GroupSearchStrategy implementation which merges results in-memory.

This class will search across multiple directories, potentially consuming a lot of memory. This is the same (in spirit) as what Crowd 2.8 and earlier would do by default.