Class InMemoryAggregatingMembershipSearchStrategy

java.lang.Object
com.atlassian.crowd.manager.application.search.AbstractInMemoryMembershipSearchStrategy
com.atlassian.crowd.manager.application.search.InMemoryAggregatingMembershipSearchStrategy
All Implemented Interfaces:
MembershipSearchStrategy

public class InMemoryAggregatingMembershipSearchStrategy extends AbstractInMemoryMembershipSearchStrategy
An in-memory MembershipSearchStrategy which aggregates memberships across multiple directories.

This is considered the worse case MembershipSearchStrategy to use as searching 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.

See Also: