Uses of Interface
com.atlassian.jira.security.xsrf.XsrfTokenGenerator

Packages that use XsrfTokenGenerator
com.atlassian.jira.plugin.webfragment.contextproviders   
com.atlassian.jira.rest.v1.attachment   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.security.xsrf   
com.atlassian.jira.web.component.subtask   
com.atlassian.sal.jira.xsrf   
 

Uses of XsrfTokenGenerator in com.atlassian.jira.plugin.webfragment.contextproviders
 

Constructors in com.atlassian.jira.plugin.webfragment.contextproviders with parameters of type XsrfTokenGenerator
XsrfTokenContextProvider(XsrfTokenGenerator xsrfTokenGenerator)
           
 

Uses of XsrfTokenGenerator in com.atlassian.jira.rest.v1.attachment
 

Constructors in com.atlassian.jira.rest.v1.attachment with parameters of type XsrfTokenGenerator
AttachTemporaryFileResource(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfInvocationChecker xsrfChecker, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper)
           
 

Uses of XsrfTokenGenerator in com.atlassian.jira.rest.v1.issues
 

Constructors in com.atlassian.jira.rest.v1.issues with parameters of type XsrfTokenGenerator
IssueActionsAndOperationsResource(JiraAuthenticationContext authContext, IssueManager issueManager, ContextI18n i18n, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, IssueWorkflowManager issueWorkflowManager)
           
IssueResource(JiraAuthenticationContext authContext, ContextI18n i18n, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager)
           
 

Uses of XsrfTokenGenerator in com.atlassian.jira.security.xsrf
 

Classes in com.atlassian.jira.security.xsrf that implement XsrfTokenGenerator
 class SimpleXsrfTokenGenerator
          Simple implementation of XsrfTokenGenerator that stores a unique value in a cookie.
 

Uses of XsrfTokenGenerator in com.atlassian.jira.web.component.subtask
 

Constructors in com.atlassian.jira.web.component.subtask with parameters of type XsrfTokenGenerator
ActionsAndOperationsColumnLayoutItem(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator)
           
ColumnLayoutItemFactory(PermissionManager permissionManager, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, 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
JiraXsrfTokenAccessor(XsrfTokenGenerator xsrfTokenGenerator)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.