nl.surfnet.coin.csa.control.shopadmin
Class IdpLnmgListController

java.lang.Object
  extended by nl.surfnet.coin.csa.control.BaseController
      extended by nl.surfnet.coin.csa.control.shopadmin.IdpLnmgListController

@Controller
@RequestMapping(value="/shopadmin/*")
public class IdpLnmgListController
extends BaseController


Field Summary
 
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
 
Constructor Summary
IdpLnmgListController()
           
 
Method Summary
 org.springframework.web.servlet.view.RedirectView cleanCrmCache()
           
 org.springframework.web.servlet.ModelAndView listAllIdps(Map<String,Object> model)
           
 org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class nl.surfnet.coin.csa.control.BaseController
getLocale, getMyInstitutionIdps, getSelectedIdp, handleAjaxResponseException, switchIdp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdpLnmgListController

public IdpLnmgListController()
Method Detail

listAllIdps

@RequestMapping(value="/all-idpslmng")
public org.springframework.web.servlet.ModelAndView listAllIdps(Map<String,Object> model)

saveLmngServices

@RequestMapping(value="/save-idplmng",
                method=POST)
public org.springframework.web.servlet.ModelAndView saveLmngServices(javax.servlet.http.HttpServletRequest req)

cleanCrmCache

@RequestMapping(value="/clean-cache",
                method=GET)
public org.springframework.web.servlet.view.RedirectView cleanCrmCache()


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.