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

Packages that use XsrfInvocationChecker
com.atlassian.jira.rest.util   
com.atlassian.jira.rest.v1.admin   
com.atlassian.jira.rest.v1.labels   
com.atlassian.jira.rest.v1.project   
com.atlassian.jira.rest.v1.users   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.security.xsrf   
com.atlassian.jira.web.action.user   
com.atlassian.sal.jira.xsrf   
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.util
 

Constructors in com.atlassian.jira.rest.util with parameters of type XsrfInvocationChecker
AttachmentHelper(XsrfInvocationChecker xsrfChecker, JiraAuthenticationContext jiraAuthenticationContext)
           
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.v1.admin
 

Constructors in com.atlassian.jira.rest.v1.admin with parameters of type XsrfInvocationChecker
AdminHistoryResource(UserAdminHistoryManager adminHistoryManager, JiraAuthenticationContext authenticationContext, XsrfInvocationChecker xsrfChecker)
           
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.v1.labels
 

Constructors in com.atlassian.jira.rest.v1.labels with parameters of type XsrfInvocationChecker
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper i18nHelper, ApplicationProperties applicationProperties, XsrfInvocationChecker xsrfChecker)
           
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.v1.project
 

Constructors in com.atlassian.jira.rest.v1.project with parameters of type XsrfInvocationChecker
ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker)
           
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.v1.users
 

Constructors in com.atlassian.jira.rest.v1.users with parameters of type XsrfInvocationChecker
UserResource(JiraAuthenticationContext authenticationContext, AvatarService avatarService, XsrfInvocationChecker xsrfChecker)
           
 

Uses of XsrfInvocationChecker in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type XsrfInvocationChecker
ProjectResource(ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, VersionService versionService, ProjectComponentService projectComponentService, AvatarService avatarService, UserManager userManager, ProjectBeanFactory projectBeanFactory, VersionBeanFactory versionBeanFactory, PermissionManager permissionManager, ProjectManager projectManager, AvatarManager avatarManager, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, JiraBaseUrls jiraBaseUrls, WorkflowManager workflowManager, IssueTypeSchemeManager issueTypeSchemeManager, ResourceUriBuilder uriBuilder, StatusHelper statusHelper, ProjectFinder projectFinder, XsrfInvocationChecker xsrfChecker)
           
UserResource(UserService userService, UserUtil userUtil, PasswordPolicyManager passwordPolicyManager, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, AttachmentHelper attachmentHelper, UserPropertyManager userPropertyManager, PermissionManager permissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, AssigneeService assigneeService, IssueManager issueManager, UserPickerResourceHelper userPickerHelper, JiraBaseUrls jiraBaseUrls, ColumnService columnService, XsrfInvocationChecker xsrfChecker)
           
 

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

Classes in com.atlassian.jira.security.xsrf that implement XsrfInvocationChecker
 class DefaultXsrfInvocationChecker
          This class will check that a web-request (either WebWork action or HttpServlet) has been invoked with the correct XSRF token.
 

Uses of XsrfInvocationChecker in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type XsrfInvocationChecker
Logout(LoginManager loginManager, XsrfInvocationChecker xsrfInvocationChecker, com.atlassian.seraph.service.rememberme.RememberMeService rememberMeService, JiraAuthenticationContext authenticationContext)
           
 

Uses of XsrfInvocationChecker in com.atlassian.sal.jira.xsrf
 

Constructors in com.atlassian.sal.jira.xsrf with parameters of type XsrfInvocationChecker
JiraXsrfTokenValidator(XsrfInvocationChecker xsrfInvocationChecker)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.