Uses of Interface
com.atlassian.user.GroupManager

Packages that use GroupManager
com.atlassian.user.configuration   
com.atlassian.user.impl   
com.atlassian.user.impl.cache   
com.atlassian.user.impl.delegation   
com.atlassian.user.impl.hibernate   
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.memory   
com.atlassian.user.impl.osuser   
com.atlassian.user.search.query   
 

Uses of GroupManager in com.atlassian.user.configuration
 

Methods in com.atlassian.user.configuration that return GroupManager
 GroupManager RepositoryAccessor.getGroupManager()
           
 GroupManager DefaultRepositoryAccessor.getGroupManager()
           
 GroupManager DefaultDelegationAccessor.getGroupManager()
           
 

Methods in com.atlassian.user.configuration with parameters of type GroupManager
 void DefaultRepositoryAccessor.setGroupManager(GroupManager groupManager)
           
 

Uses of GroupManager in com.atlassian.user.impl
 

Classes in com.atlassian.user.impl that implement GroupManager
 class ReadOnlyGroupManager
           
 

Uses of GroupManager in com.atlassian.user.impl.cache
 

Classes in com.atlassian.user.impl.cache that implement GroupManager
 class CachingGroupManager
          Uses a generic caching strategy to provide caching for any implementation of GroupManager.
 

Fields in com.atlassian.user.impl.cache declared as GroupManager
protected  GroupManager CachingGroupManager.underlyingGroupManager
           
 

Constructors in com.atlassian.user.impl.cache with parameters of type GroupManager
CachingGroupManager(GroupManager underlyingGroupManager, com.atlassian.cache.CacheFactory cacheFactory)
           
 

Uses of GroupManager in com.atlassian.user.impl.delegation
 

Classes in com.atlassian.user.impl.delegation that implement GroupManager
 class DelegatingGroupManager
           
 class DelegatingListGroupManager
          Deprecated. since 2.27 use DelegatingGroupManager
 

Methods in com.atlassian.user.impl.delegation that return GroupManager
protected  GroupManager DelegatingGroupManager.getMatchingGroupManager(Group group)
          Returns the first group manager in iteration order which returns a non-null value from getGroup(String), or the last group manager in the iteration order if no group manager meets this criteria.
 

Uses of GroupManager in com.atlassian.user.impl.hibernate
 

Classes in com.atlassian.user.impl.hibernate that implement GroupManager
 class HibernateGroupManager
          A HibernateGroupManager which handles membership for local and external entities.
 

Uses of GroupManager in com.atlassian.user.impl.ldap
 

Classes in com.atlassian.user.impl.ldap that implement GroupManager
 class LDAPGroupManagerReadOnly
           
 

Uses of GroupManager in com.atlassian.user.impl.memory
 

Classes in com.atlassian.user.impl.memory that implement GroupManager
 class MemoryGroupManager
           
 class MemoryGroupManagerReadOnly
           
 

Uses of GroupManager in com.atlassian.user.impl.osuser
 

Classes in com.atlassian.user.impl.osuser that implement GroupManager
 class OSUGroupManager
          An adaptor class for AccessProvider and some of the higher level operations of UserManager

The rule is to use the credentialsProvider and/or profileProvider (for propertySets) for most things.

 

Uses of GroupManager in com.atlassian.user.search.query
 

Fields in com.atlassian.user.search.query declared as GroupManager
protected  GroupManager DefaultEntityQueryParser.groupManager
           
 

Constructors in com.atlassian.user.search.query with parameters of type GroupManager
DefaultEntityQueryParser(RepositoryIdentifier repo, UserManager userManager, GroupManager groupManager)
           
 



Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.