Uses of Interface
com.atlassian.confluence.impl.user.crowd.MembershipCache
-
Packages that use MembershipCache Package Description com.atlassian.confluence.impl.user.crowd -
-
Uses of MembershipCache in com.atlassian.confluence.impl.user.crowd
Classes in com.atlassian.confluence.impl.user.crowd that implement MembershipCache Modifier and Type Class Description class
DefaultMembershipCache
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 MembershipCache Constructor Description CachedCrowdInternalMembershipDao(InternalMembershipDao delegate, MembershipCache stringCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache)
CachedCrowdMembershipDao(com.atlassian.crowd.embedded.spi.MembershipDao delegate, MembershipCache membershipCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache)
-