Package | Description |
---|---|
com.atlassian.jira.user | |
com.atlassian.jira.user.anonymize.handlers.anonymize |
Modifier and Type | Class and Description |
---|---|
class |
CachingUserHistoryStore
Caching implementation of
UserHistoryStore . |
class |
OfBizUserHistoryStore
OfBiz implementation of
UserHistoryStore |
class |
SessionBasedAnonymousUserHistoryStore
Deprecated.
since 7.1 Storing information on the
HttpSession is not supported. Please move the functionality to the frontend or other type of storage. This class will be removed in 8.0. |
Constructor and Description |
---|
DefaultUserHistoryManager(UserHistoryStore store) |
SessionBasedAnonymousUserHistoryStore(UserHistoryStore delegatingStore,
ApplicationProperties applicationProperties,
UserManager userManager,
VelocityRequestContextFactory velocityRequestContextFactory)
Deprecated.
|
UserHistoryDatabaseCompactor(UserHistoryStore userHistoryStore) |
Constructor and Description |
---|
UserProfileAnonymizationHandler(JiraAuthenticationContext jiraAuthenticationContext,
UserManager userManager,
UserKeyStore userKeyStore,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
AvatarManager avatarManager,
com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao,
UserPropertyManager userPropertyManager,
JsonEntityPropertyManager jsonEntityPropertyManager,
UserHistoryStore userHistoryStore,
I18nHelper i18n,
BaseUrl baseUrl,
ExtendedUserDao extendedUserDao,
com.atlassian.event.api.EventPublisher eventPublisher) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.