Class InMemoryNonAggregatingMembershipSearchStrategy

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

public class InMemoryNonAggregatingMembershipSearchStrategy extends AbstractInMemoryMembershipSearchStrategy
A in-memory MembershipSearchStrategy which only return memberships associated with the canonical users directory.

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.

Since:
2.9
See Also: