Uses of Interface
com.atlassian.jira.security.xsrf.XsrfTokenGenerator
Packages that use XsrfTokenGenerator
Package
Description
-
Uses of XsrfTokenGenerator in com.atlassian.jira.plugin.comment
Constructors in com.atlassian.jira.plugin.comment with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionSystemCommentViewIssueContextProvider
(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory, XsrfTokenGenerator xsrfTokenGenerator, FeatureManager featureManager) -
Uses of XsrfTokenGenerator in com.atlassian.jira.plugin.profile
Constructors in com.atlassian.jira.plugin.profile with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionDarkFeaturesUserProfilePanel
(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, FeatureManager featureManager, XsrfTokenGenerator xsrfTokenGenerator) -
Uses of XsrfTokenGenerator in com.atlassian.jira.plugin.webfragment.contextproviders
Constructors in com.atlassian.jira.plugin.webfragment.contextproviders with parameters of type XsrfTokenGenerator -
Uses of XsrfTokenGenerator in com.atlassian.jira.rest.internal.v1.attachment
Constructors in com.atlassian.jira.rest.internal.v1.attachment with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionAttachTemporaryFileResource
(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper, SecureUserTokenManager secureUserTokenManager) -
Uses of XsrfTokenGenerator in com.atlassian.jira.rest.internal.v2.attachment
Constructors in com.atlassian.jira.rest.internal.v2.attachment with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionAttachTemporaryFileResource
(JiraAuthenticationContext authContext, TemporaryWebAttachmentManager temporaryWebAttachmentManager, IssueService issueService, ProjectService projectService, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper, SecureUserTokenManager secureUserTokenManager) -
Uses of XsrfTokenGenerator in com.atlassian.jira.rest.v1.issues
Constructors in com.atlassian.jira.rest.v1.issues with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionIssueActionsAndOperationsResource
(JiraAuthenticationContext authContext, IssueService issueService, I18nHelper i18n, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, IssueWorkflowManager issueWorkflowManager) IssueResource
(JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, IssueService issueService, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager, IssuePicker issuePicker, MauEventService mauEventService) -
Uses of XsrfTokenGenerator in com.atlassian.jira.security.xsrf
Classes in com.atlassian.jira.security.xsrf that implement XsrfTokenGeneratorModifier and TypeClassDescriptionclass
A no-op XsrfTokenGenerator that is added to the Bootstrap container because it is required in Servlet Filters.class
Implementation of XsrfTokenGenerator that stores a unique token depending on strategy resolved - requests originated by jira (webwork) run withXsrfTokenStrategy.Type.SESSION
strategy - external requests (like REST calls) run withXsrfTokenStrategy.Type.COOKIE
strategy -
Uses of XsrfTokenGenerator in com.atlassian.jira.web.action
Constructors in com.atlassian.jira.web.action with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionDashboard
(PortalPageService portalPageService, ApplicationProperties applicationProperties, GadgetPermissionManager gadgetPermissionManager, LoginService loginService, UserHistoryManager userHistoryManager, com.atlassian.event.api.EventPublisher eventPublisher, JiraPageBuilderService jiraPageBuilderService, FeatureManager featureManager, XsrfTokenGenerator xsrfTokenGenerator, LandingPageRedirector landingPageRedirector, RequestAssetPhaseStore assetPhaseStore, PageBuildingStrategyFactory pageBuildingStrategyFactory) -
Uses of XsrfTokenGenerator in com.atlassian.jira.web.component.subtask
Constructors in com.atlassian.jira.web.component.subtask with parameters of type XsrfTokenGeneratorModifierConstructorDescriptionActionsAndOperationsColumnLayoutItem
(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator) ColumnLayoutItemFactory
(PermissionManager permissionManager, VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator, I18nHelper.BeanFactory beanFactory) -
Uses of XsrfTokenGenerator in com.atlassian.sal.jira.xsrf
Constructors in com.atlassian.sal.jira.xsrf with parameters of type XsrfTokenGenerator