Constructor and Description |
---|
AttachmentHelper(XsrfInvocationChecker xsrfChecker,
JiraAuthenticationContext jiraAuthenticationContext) |
Constructor and Description |
---|
AdminHistoryResource(UserAdminHistoryManager adminHistoryManager,
JiraAuthenticationContext authenticationContext,
XsrfInvocationChecker xsrfChecker) |
Constructor and Description |
---|
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext,
LabelService labelService,
I18nHelper i18nHelper,
ApplicationProperties applicationProperties,
XsrfInvocationChecker xsrfChecker) |
Constructor and Description |
---|
ProjectAvatarResource(JiraAuthenticationContext authenticationContext,
ProjectService projectService,
AvatarManager avatarManager,
XsrfInvocationChecker xsrfChecker) |
Constructor and Description |
---|
UserResource(JiraAuthenticationContext authenticationContext,
AvatarService avatarService,
XsrfInvocationChecker xsrfChecker) |
Constructor and Description |
---|
IssueTypeResource(JiraAuthenticationContext authContext,
ContextUriInfo contextUriInfo,
JiraBaseUrls jiraBaseUrls,
IssueTypeService issueTypeService,
I18nHelper i18n,
XsrfInvocationChecker xsrfChecker,
AvatarResourceHelper avatarResourceHelper,
GlobalPermissionManager globalPermissionManager,
ResponseFactory responseFactory) |
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,
PermissionSchemeManager permissionSchemeManager,
NotificationSchemeManager notificationSchemeManager,
IssueSecuritySchemeManager issueSecuritySchemeManager,
ResourceUriBuilder uriBuilder,
StatusHelper statusHelper,
ProjectFinder projectFinder,
XsrfInvocationChecker xsrfChecker,
UserProjectHistoryManager projectHistoryManager,
ResponseFactory responses,
I18nHelper i18nHelper,
com.atlassian.jira.blueprint.core.api.CoreProjectConfigurator coreProjectConfigurator,
OrderByRequestParser orderByRequestParser) |
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,
UserManager userManager,
I18nHelper.BeanFactory beanFactory,
ApplicationRoleManager applicationRoleManager,
ApplicationRoleBeanConverter applicationRoleBeanConverter,
UpdateUserApplicationHelper updateUserApplicationHelper,
ResponseFactory responseFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXsrfInvocationChecker
This class will check that a web-request (either WebWork action or HttpServlet) has been invoked with the correct
XSRF token.
|
Constructor and Description |
---|
Logout(LoginManager loginManager,
XsrfInvocationChecker xsrfInvocationChecker,
com.atlassian.seraph.service.rememberme.RememberMeService rememberMeService,
JiraAuthenticationContext authenticationContext) |
Constructor and Description |
---|
JiraXsrfTokenValidator(XsrfInvocationChecker xsrfInvocationChecker) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.