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

Packages that use XsrfTokenGenerator
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.security.xsrf   
com.atlassian.jira.web.component.subtask   
 

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, I18nHelper.BeanFactory i18nBeanFactory, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator)
           
IssueResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager)
           
 

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)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.