nl.surfnet.coin.csa.api.control
Class JiraController

java.lang.Object
  extended by nl.surfnet.coin.csa.api.control.BaseApiController
      extended by nl.surfnet.coin.csa.api.control.JiraController

@Controller
@RequestMapping
public class JiraController
extends BaseApiController


Constructor Summary
JiraController()
           
 
Method Summary
 List<Action> listActions(String idpEntityId, javax.servlet.http.HttpServletRequest request)
           
 Action newAction(javax.servlet.http.HttpServletRequest request, Action action)
           
 
Methods inherited from class nl.surfnet.coin.csa.api.control.BaseApiController
getIdpEntityIdFromToken, handleGenericException, handleSecurityException, verifyScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraController

public JiraController()
Method Detail

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.