nl.surfnet.coin.csa.control.shopadmin
Class SpLnmgListController
java.lang.Object
nl.surfnet.coin.csa.control.BaseController
nl.surfnet.coin.csa.control.shopadmin.SpLnmgListController
@Controller
@RequestMapping(value="/shopadmin/*")
public class SpLnmgListController
- extends BaseController
| Fields inherited from class nl.surfnet.coin.csa.control.BaseController |
ALL_IDPS, COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FACET_CONNECTION_VISIBLE, FILTER_APP_GRID_ALLOWED, GROUPS_WITH_MEMBERS, IS_ADMIN_USER, IS_GOD, localeResolver, RAW_ARP_ATTRIBUTES_VISIBLE, SELECTED_IDP, SERVICE_APPLY_ALLOWED, SERVICE_CONNECTION_VISIBLE, SERVICE_QUESTION_ALLOWED, TOKEN_CHECK |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpLnmgListController
public SpLnmgListController()
listAllSpsLmng
@RequestMapping(value="/all-spslmng")
public org.springframework.web.servlet.ModelAndView listAllSpsLmng(Map<String,Object> model)
saveLmngServices
@RequestMapping(value="/save-splmng",
method=POST)
public org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)
updateCspPublicApi
@RequestMapping(value="/update-enduser-visible/{cspId}/{newValue}",
method=PUT)
@ResponseBody
public String updateCspPublicApi(@PathVariable(value="cspId")
Long cspId,
@PathVariable(value="newValue")
boolean newValue)
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.