| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.sal.timezone |
Confluence implementation of the SAL timezone API.
|
| com.atlassian.confluence.api.impl.service.datetime | |
| com.atlassian.confluence.content.render.xhtml | |
| com.atlassian.confluence.content.render.xhtml.storage.time | |
| com.atlassian.confluence.impl.importexport | |
| com.atlassian.confluence.impl.notifications | |
| com.atlassian.confluence.internal.user |
Confluence internal classes related to user management.
|
| com.atlassian.confluence.json.jsonator | |
| com.atlassian.confluence.mail.jobs | |
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.setup.settings | |
| com.atlassian.confluence.user |
| Constructor and Description |
|---|
ConfluenceTimeZoneManager(ConfluenceUserResolver confluenceUserResolver,
UserPreferencesAccessor userPreferencesAccessor,
GlobalSettingsManager settingsManager,
TenantRegistry tenantRegistry) |
| Constructor and Description |
|---|
DateFormatServiceImpl(UserPreferencesAccessor userPreferencesAccessor,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager) |
| Constructor and Description |
|---|
DefaultStorageFormatService(UserPreferencesAccessor userPreferencesAccessor,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager) |
| Constructor and Description |
|---|
DateLozengeDecorator(UserPreferencesAccessor userPreferencesAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRendererExporterImpl.setUserPreferencesAccessor(UserPreferencesAccessor userPreferencesAccessor) |
| Constructor and Description |
|---|
ContentEntityAutoWatcher(UserPreferencesAccessor userPreferencesAccessor,
NotificationManager notificationManager,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAccessorInternal
Internal version of the
UserAccessor interface; see the package-info.java for rationale. |
| Constructor and Description |
|---|
SearchResultJsonator(ContextPathHolder context,
I18NBeanFactory i18NBeanFactory,
UserPreferencesAccessor userPreferencesAccessor,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager) |
| Constructor and Description |
|---|
DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager,
ChangeDigestNotificationBean changeNotificationBean,
UserPreferencesAccessor userPreferencesAccessor,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager,
GlobalSettingsManager settingsManager,
DataSourceFactory dataSourceFactory,
ContentUiSupport<ContentEntityObject> contentUiSupport,
I18NBeanFactory i18NBeanFactory) |
| Constructor and Description |
|---|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDaoInternal<?> contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserPreferencesAccessor userPreferencesAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager) |
| Constructor and Description |
|---|
DefaultDarkFeaturesManager(UserPreferencesAccessor userPreferencesAccessor,
FeatureService featureService,
com.atlassian.event.api.EventPublisher eventPublisher,
SiteDarkFeaturesDao siteDarkFeaturesDao,
BuildNumberActivatedDarkFeatures buildNumberActivatedDarkFeatures) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAccessor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserAccessor
This implementation of UserAccessor takes care of all the Confluence-related actions around user management:
checking permissions, publishing events, and ensuring the integrity of data in Confluence related to users.
|
| Modifier and Type | Method and Description |
|---|---|
static UserPreferencesAccessor |
UserPreferencesAccessor.forUserAccessor(Supplier<UserAccessor> userAccessorRef)
Useful backwards-compatibility factory method for dealing with legacy code that deals in lazy references
to a
UserAccessor. |
Copyright © 2003–2023 Atlassian. All rights reserved.