Uses of Interface
com.atlassian.jira.avatar.AvatarTranscoder
Packages that use AvatarTranscoder
Package
Description
-
Uses of AvatarTranscoder in com.atlassian.jira.avatar
Classes in com.atlassian.jira.avatar that implement AvatarTranscoderConstructors in com.atlassian.jira.avatar with parameters of type AvatarTranscoderModifierConstructorDescriptionAvatarManagerImpl(AvatarStore store, ApplicationProperties applicationProperties, GlobalPermissionManager globalPermissionManager, AvatarTagger avatarTagger, AvatarImageDataStorage avatarImageDataStorage, PermissionManager permissionManager, JiraHomeChangeEventPublisher jiraHomeChangeEventPublisher, IconTypeDefinitionFactory iconTypeFactory, RequestCacheFactory requestCacheFactory, AvatarTranscoder avatarTranscoder, AvatarManagerStats avatarManagerStats, AvatarFileStoreProvider avatarFileStoreProvider) -
Uses of AvatarTranscoder in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return AvatarTranscoderModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.avatarTranscoder(AvatarTagger avatarTagger, AvatarFileStoreProvider avatarFileStoreProvider) Methods in com.atlassian.jira.component.spring.registrar with parameters of type AvatarTranscoderModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.avatarManager(AvatarStore store, ApplicationProperties applicationProperties, GlobalPermissionManager globalPermissionManager, AvatarTagger avatarTagger, AvatarImageDataStorage avatarImageDataStorage, PermissionManager permissionManager, JiraHomeChangeEventPublisher jiraHomeChangeEventPublisher, IconTypeDefinitionFactory iconTypeFactory, RequestCacheFactory requestCacheFactory, AvatarTranscoder avatarTranscoder, AvatarManagerStats avatarManagerStats, AvatarFileStoreProvider avatarFileStoreProvider) FullJiraConfiguration.JiraCoreConfiguration.mailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) -
Uses of AvatarTranscoder in com.atlassian.jira.mail.util
Methods in com.atlassian.jira.mail.util with parameters of type AvatarTranscoderModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachments.newImageAttachment(String imagePath, AvatarTranscoder avatarTranscoder) Creates an image attachment from provided path.static MailAttachmentsManagerImplMailAttachmentsManagerImpl.withJwtTokens(AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, AvatarManager avatarManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, String recipientUserName, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Created this way it will try to add JWT tokens to secured image paths.static MailAttachmentsManagerImplMailAttachmentsManagerImpl.withoutJwtTokens(AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, AvatarManager avatarManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Created this way it won't try to add JWT tokens to secured image paths.Constructors in com.atlassian.jira.mail.util with parameters of type AvatarTranscoderModifierConstructorDescriptionMailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)