Uses of Interface
com.atlassian.confluence.user.crowd.MembershipCache

Packages that use MembershipCache
com.atlassian.confluence.user.crowd   
 

Uses of MembershipCache in com.atlassian.confluence.user.crowd
 

Classes in com.atlassian.confluence.user.crowd that implement MembershipCache
 class DefaultMembershipCache
          The cache maps a CachedCrowdMembershipCacheKey representing a user (or group) in a particular directory to a Map<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.user.crowd with parameters of type MembershipCache
CachedCrowdInternalMembershipDao(com.atlassian.crowd.embedded.hibernate2.InternalMembershipDao delegate, MembershipCache stringCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache)
           
CachedCrowdMembershipDao(com.atlassian.crowd.embedded.spi.MembershipDao delegate, MembershipCache stringCache, GroupMembershipCache parentGroupCache, GroupMembershipCache childGroupCache)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.