Uses of Interface
com.atlassian.confluence.impl.user.crowd.MembershipCache
Packages that use MembershipCache
-
Uses of MembershipCache in com.atlassian.confluence.impl.user.crowd
Classes in com.atlassian.confluence.impl.user.crowd that implement MembershipCacheModifier and TypeClassDescriptionfinal class
The cache maps aCachedCrowdMembershipCacheKey
representing a user (or group) in a particular directory to aMap<String, String>
where each entry in the map represents a group that the user (or group) is a member of.Constructors in com.atlassian.confluence.impl.user.crowd with parameters of type MembershipCacheModifierConstructorDescriptionCachedCrowdInternalMembershipDao
(InternalMembershipDao delegate, MembershipCache stringCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache) CachedCrowdMembershipDao
(com.atlassian.crowd.embedded.spi.MembershipDao delegate, MembershipCache membershipCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache)