Uses of Interface
com.atlassian.crowd.service.UserManager

Packages that use UserManager
com.atlassian.crowd.integration.acegi.user   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.osuser.providers   
com.atlassian.crowd.integration.springsecurity.user   
com.atlassian.crowd.service.cache   
 

Uses of UserManager in com.atlassian.crowd.integration.acegi.user
 

Methods in com.atlassian.crowd.integration.acegi.user with parameters of type UserManager
 void CrowdUserDetailsServiceImpl.setUserManager(UserManager userManager)
           
 

Uses of UserManager in com.atlassian.crowd.integration.atlassianuser
 

Constructors in com.atlassian.crowd.integration.atlassianuser with parameters of type UserManager
CrowdEntityQueryParser(com.atlassian.user.UserManager userManager, com.atlassian.user.GroupManager groupManager, com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, UserManager crowdUserManager, GroupManager crowdGroupManager)
           
CrowdUser(SOAPPrincipal principal, UserManager userManager)
           
CrowdUser(java.lang.String name, UserManager userManager)
          Creates a CrowdUser that only contains a username.
CrowdUserManager(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.crowd.integration.osuser
 

Constructors in com.atlassian.crowd.integration.osuser with parameters of type UserManager
CrowdAccessProvider(UserManager userManager, GroupManager groupManager, GroupMembershipManager membershipManager, CacheExpiryManager cacheExpiryManager)
           
CrowdCredentialsProvider(UserManager userManager, AuthenticationManager authenticationManager, CacheExpiryManager cacheExpiryManager)
           
CrowdProfileProvider(UserManager userManager, CacheExpiryManager cacheExpiryManager)
           
CrowdPropertySet(UserManager userManager)
           
 

Uses of UserManager in com.atlassian.crowd.integration.osuser.providers
 

Constructors in com.atlassian.crowd.integration.osuser.providers with parameters of type UserManager
ChainedProfileProvider(UserManager userManager, CacheExpiryManager cacheExpiryManager)
           
 

Uses of UserManager in com.atlassian.crowd.integration.springsecurity.user
 

Methods in com.atlassian.crowd.integration.springsecurity.user with parameters of type UserManager
 void CrowdUserDetailsServiceImpl.setUserManager(UserManager userManager)
           
 

Uses of UserManager in com.atlassian.crowd.service.cache
 

Classes in com.atlassian.crowd.service.cache that implement UserManager
 class CachingUserManager
           
 

Methods in com.atlassian.crowd.service.cache that return UserManager
static UserManager CachingManagerFactory.getUserManagerInstance()
           
 

Constructors in com.atlassian.crowd.service.cache with parameters of type UserManager
CacheAwareAuthenticationManager(SecurityServerClient securityServerClient, UserManager crowdUserManager)
           
CachingGroupMembershipManager(SecurityServerClient securityServerClient, UserManager userManager, GroupManager groupManager, BasicCache basicCache)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.