@Controller @RequestMapping public class JiraController extends BaseApiController
| Constructor and Description |
|---|
JiraController() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
listActions(String idpEntityId,
javax.servlet.http.HttpServletRequest request) |
Action |
newAction(javax.servlet.http.HttpServletRequest request,
Action action) |
getIdpEntityIdFromToken, handleGenericException, handleSecurityException, verifyScope@RequestMapping(method=GET,
value="/api/protected/actions.json")
@ResponseBody
public List<Action> listActions(@RequestParam(value="idpEntityId")
String idpEntityId,
javax.servlet.http.HttpServletRequest request)
throws IOException
IOException@RequestMapping(value="/api/protected/action.json",
method=POST)
@ResponseBody
public Action newAction(javax.servlet.http.HttpServletRequest request,
@RequestBody
Action action)
throws IOException
IOExceptionCopyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.