com.atlassian.jira.action
Interface SafeAction

All Known Implementing Classes:
AbstractIssueAction, AbstractIssueUpdateAction, AbstractProjectEntityCreate, AbstractProjectEntityEdit, ComponentEdit, DataClean, DataExport, DataImport, IssueDelete, IssueUpdate, JiraNonWebActionSupport, ListenerCreate, ListenerDelete, ProjectCategoryCreate, ProjectCategoryDelete, ProjectCategoryEdit, ProjectCreate, ProjectDelete

public interface SafeAction

This is a simple marker interface that indicates that an is a "safe" action and hence is safe to receive any map of parameters. Actions that dont have this marker interface will be deemed "unsafe" front end web actions and the input of parameters will be done in a controlled and safe manner (see JRA-15664) Introduced / changed as part of JRA-15664

Since:
v3.13.2



Copyright © 2002-2009 Atlassian. All Rights Reserved.