Package | Description |
---|---|
com.atlassian.jira.mail.util |
Modifier and Type | Method and Description |
---|---|
static MailAttachmentsManagerImpl |
MailAttachmentsManagerImpl.withJwtTokens(AvatarService avatarService,
AvatarTranscoder avatarTranscoder,
UserManager userManager,
AvatarManager avatarManager,
ApplicationProperties applicationProperties,
ImageAttachmentJwtTokenService imageAttachmentJwtTokenService,
ImageAttachmentAltAttributeService imageAttachmentAltAttributeService,
String recipientUserName)
Created this way it will try to add JWT tokens to secured image paths.
|
static MailAttachmentsManagerImpl |
MailAttachmentsManagerImpl.withoutJwtTokens(AvatarService avatarService,
AvatarTranscoder avatarTranscoder,
UserManager userManager,
AvatarManager avatarManager,
ApplicationProperties applicationProperties,
ImageAttachmentJwtTokenService imageAttachmentJwtTokenService,
ImageAttachmentAltAttributeService imageAttachmentAltAttributeService)
Created this way it won't try to add JWT tokens to secured image paths.
|
Constructor and Description |
---|
MailAttachmentsManagerFactory(AvatarManager avatarManager,
AvatarService avatarService,
AvatarTranscoder avatarTranscoder,
UserManager userManager,
ApplicationProperties applicationProperties,
ImageAttachmentJwtTokenService imageAttachmentJwtTokenService,
ImageAttachmentAltAttributeService imageAttachmentAltAttributeService) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.