Uses of Interface
com.atlassian.confluence.user.UserProfilePictureAccessor
Packages that use UserProfilePictureAccessor
Package
Description
-
Uses of UserProfilePictureAccessor in com.atlassian.confluence.dmz.user
Subinterfaces of UserProfilePictureAccessor in com.atlassian.confluence.dmz.userModifier and TypeInterfaceDescriptioninterface
DMZ version of theUserAccessor
interface; see the package-info.java for rationale. -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.impl.user
Subinterfaces of UserProfilePictureAccessor in com.atlassian.confluence.impl.user -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.json.jsonator
Constructors in com.atlassian.confluence.json.jsonator with parameters of type UserProfilePictureAccessorModifierConstructorDescriptionDefaultJsonatorFactory
(FormatSettingsManager formatSettingsManager, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory userI18NBeanFactory, UserProfilePictureAccessor userProfilePictureAccessor, DocumentationBean docBean, UserPreferencesAccessor userPreferencesAccessor, DateFormatterFactory dateFormatterFactory, ThumbnailManager thumbnailManager) EntityJsonator
(UserProfilePictureAccessor userProfilePictureAccessor) -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.setup.velocity
Constructors in com.atlassian.confluence.setup.velocity with parameters of type UserProfilePictureAccessorModifierConstructorDescriptionDynamicContextItemProvider
(GlobalSettingsManager globalSettingsManager, GlobalDescriptionManager globalDescriptionManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserPreferencesAccessor userPreferencesAccessor, DocumentationBeanFactory documentationBeanFactory, DarkFeaturesManager darkFeaturesManager, UserProfilePictureAccessor userProfilePictureAccessor, BootstrapManager bootstrapManager, ConfluenceAccessManager confluenceAccessManager, DateFormatService dateFormatService, AccessModeService accessModeService, PermissionManager permissionManager, LicenseService licenseService, MessageManager messageManager) -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.spaces
Constructors in com.atlassian.confluence.spaces with parameters of type UserProfilePictureAccessorModifierConstructorDescriptionDefaultSpaceLogoManager
(UserProfilePictureAccessor userProfilePictureAccessor, PermissionManager permissionManager, SpaceManager spaceManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider) -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.user
Subinterfaces of UserProfilePictureAccessor in com.atlassian.confluence.userModifier and TypeInterfaceDescriptioninterface
This interface will be deprecated and removed in a future release once alternatives are made available.Classes in com.atlassian.confluence.user that implement UserProfilePictureAccessorModifier and TypeClassDescriptionclass
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.class
For use in the Velocity context. -
Uses of UserProfilePictureAccessor in com.atlassian.confluence.util.actions
Constructors in com.atlassian.confluence.util.actions with parameters of type UserProfilePictureAccessorModifierConstructorDescriptionContentTypesDisplayMapper
(UserProfilePictureAccessor userProfilePictureAccessor, ConfluenceUserResolver userResolver, ContentUiSupport<?> contentUiSupport)