nl.surfnet.coin.csa.api.control
Class JiraController
java.lang.Object
nl.surfnet.coin.csa.api.control.BaseApiController
nl.surfnet.coin.csa.api.control.JiraController
@Controller
@RequestMapping
public class JiraController
- extends BaseApiController
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraController
public JiraController()
listActions
@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
- Throws:
IOException
newAction
@RequestMapping(value="/api/protected/action.json",
method=POST)
@ResponseBody
public Action newAction(javax.servlet.http.HttpServletRequest request,
@RequestBody
Action action)
throws IOException
- Throws:
IOException
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.