Uses of Class
com.atlassian.jira.security.jwt.ImageAttachmentJwtTokenService
Packages that use ImageAttachmentJwtTokenService
-
Uses of ImageAttachmentJwtTokenService in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ImageAttachmentJwtTokenServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.imageAttachmentJwtTokenService(ImageAttachmentJwtSecretKeyService imageAttachmentJwtSecretKeyService, ApplicationProperties applicationProperties) Methods in com.atlassian.jira.component.spring.registrar with parameters of type ImageAttachmentJwtTokenServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.mailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) -
Uses of ImageAttachmentJwtTokenService in com.atlassian.jira.mail.util
Methods in com.atlassian.jira.mail.util with parameters of type ImageAttachmentJwtTokenServiceModifier and TypeMethodDescriptionstatic 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 ImageAttachmentJwtTokenServiceModifierConstructorDescriptionMailAttachmentsManagerFactory(AvatarManager avatarManager, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, ApplicationProperties applicationProperties, ImageAttachmentJwtTokenService imageAttachmentJwtTokenService, ImageAttachmentAltAttributeService imageAttachmentAltAttributeService, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)