Class AbstractInMemoryMembershipSearchStrategy

java.lang.Object
com.atlassian.crowd.manager.application.search.AbstractInMemoryMembershipSearchStrategy
All Implemented Interfaces:
MembershipSearchStrategy
Direct Known Subclasses:
InMemoryAggregatingMembershipSearchStrategy, InMemoryNonAggregatingMembershipSearchStrategy

public abstract class AbstractInMemoryMembershipSearchStrategy extends Object implements MembershipSearchStrategy
An abstract MembershipSearchStrategy which searches across multiple directories in memory for users and groups

This is considered the worse case MembershipSearchStrategy to use as aggregation across multiple directories will be done in-memory, potentially consuming a lot of memory. This is the same (in spirit) as what Crowd 2.8 and earlier would do by default.

Since:
2.9