Uses of Interface
com.atlassian.user.EntityManager

Packages that use EntityManager
com.atlassian.user   
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   
 

Uses of EntityManager in com.atlassian.user
 

Subinterfaces of EntityManager in com.atlassian.user
 interface GroupManager
          A group manager is responsible for all CRUD operations on groups and group memberships in a given repository.
 interface UserManager
           
 

Uses of EntityManager in com.atlassian.user.impl
 

Classes in com.atlassian.user.impl that implement EntityManager
 class ReadOnlyGroupManager
           
 class ReadOnlyUserManager
           
 

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

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

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

Classes in com.atlassian.user.impl.delegation that implement EntityManager
 class DelegatingGroupManagerTemplate
           
 class DelegatingListGroupManager
          Group manager with a delegation order of a simple list, where the group managers are tried in the iteration order of the list.
 class DelegatingListUserManager
           
 

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

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

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

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

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

Classes in com.atlassian.user.impl.memory that implement EntityManager
 class MemoryGroupManager
           
 class MemoryGroupManagerReadOnly
           
 class MemoryUserManager
           
 class MemoryUserManagerReadOnly
           
 

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

Classes in com.atlassian.user.impl.osuser that implement EntityManager
 class OSUEntityManager
           
 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.
 class OSUUserManager
          An adaptor class for CredentialsProvider and some of the higher level operations of UserManager The rule is to use the credentialsProvider and/or profileProvider (for propertySets) for most things.
 



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