Uses of Interface
com.atlassian.user.UserManager

Packages that use UserManager
com.atlassian.user.configuration   
com.atlassian.user.impl   
com.atlassian.user.impl.cache   
com.atlassian.user.impl.delegation   
com.atlassian.user.impl.delegation.security.authentication   
com.atlassian.user.impl.hibernate   
com.atlassian.user.impl.hibernate.properties   
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.memory   
com.atlassian.user.impl.osuser   
com.atlassian.user.search.query   
com.atlassian.user.security.authentication   
 

Uses of UserManager in com.atlassian.user.configuration
 

Methods in com.atlassian.user.configuration that return UserManager
 UserManager RepositoryAccessor.getUserManager()
           
 UserManager DefaultRepositoryAccessor.getUserManager()
           
 UserManager DefaultDelegationAccessor.getUserManager()
           
 

Methods in com.atlassian.user.configuration with parameters of type UserManager
 void DefaultRepositoryAccessor.setUserManager(UserManager userManager)
           
 

Uses of UserManager in com.atlassian.user.impl
 

Classes in com.atlassian.user.impl that implement UserManager
 class ReadOnlyUserManager
           
 

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

Classes in com.atlassian.user.impl.cache that implement UserManager
 class CachingUserManager
           
 

Constructors in com.atlassian.user.impl.cache with parameters of type UserManager
CachingUserManager(UserManager underlyingUserManager, CacheManager cacheManager)
           
 

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

Classes in com.atlassian.user.impl.delegation that implement UserManager
 class DelegatingListUserManager
           
 

Methods in com.atlassian.user.impl.delegation that return UserManager
protected  UserManager DelegatingListUserManager.getMatchingUserManager(User user)
          Helper method to locate the first userManager responsible for the given user, in the delegation.
 

Uses of UserManager in com.atlassian.user.impl.delegation.security.authentication
 

Constructors in com.atlassian.user.impl.delegation.security.authentication with parameters of type UserManager
DelegatingAuthenticator(UserManager userManager, java.util.List authenticators)
           
 

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

Classes in com.atlassian.user.impl.hibernate that implement UserManager
 class HibernateUserManager
           
 

Fields in com.atlassian.user.impl.hibernate declared as UserManager
protected  UserManager HibernateGroupManager.userManager
           
 

Constructors in com.atlassian.user.impl.hibernate with parameters of type UserManager
HibernateGroupManager(RepositoryIdentifier identifier, HibernateRepository repository, UserManager userManager, ExternalEntityDAO externalEntityDao)
           
 

Uses of UserManager in com.atlassian.user.impl.hibernate.properties
 

Fields in com.atlassian.user.impl.hibernate.properties declared as UserManager
protected  UserManager HibernatePropertySetFactory.userManager
           
 

Constructors in com.atlassian.user.impl.hibernate.properties with parameters of type UserManager
HibernatePropertySetFactory(UserManager userManager, ExternalEntityDAO externalEntityDAO, HibernateRepository repository)
           
 

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

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

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

Classes in com.atlassian.user.impl.memory that implement UserManager
 class MemoryUserManager
           
 class MemoryUserManagerReadOnly
           
 

Methods in com.atlassian.user.impl.memory with parameters of type UserManager
 void MemoryGroupManagerReadOnly.setUserManager(UserManager userManager)
           
 

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

Classes in com.atlassian.user.impl.osuser that implement UserManager
 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.
 

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

Fields in com.atlassian.user.search.query declared as UserManager
protected  UserManager DefaultEntityQueryParser.userManager
           
 

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

Uses of UserManager in com.atlassian.user.security.authentication
 

Constructors in com.atlassian.user.security.authentication with parameters of type UserManager
DefaultAuthenticator(UserManager userManager, PasswordEncryptor encryptor)
           
 



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