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

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

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

Controller that handles the CSP status page (used for the shopmanager to get an overview of all services for a specific IDP)


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
CspStatusController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView allCspsForSelectedIdp(javax.servlet.http.HttpServletRequest request)
           
 List<IdentityProvider> getAllIdps()
           
 org.springframework.web.servlet.ModelAndView selectIdp(String filteredIdpId)
           
 
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

CspStatusController

public CspStatusController()
Method Detail

getAllIdps

@ModelAttribute(value="allIdps")
public List<IdentityProvider> getAllIdps()

allCspsForSelectedIdp

@RequestMapping(value="/csp-status-overview.shtml")
public org.springframework.web.servlet.ModelAndView allCspsForSelectedIdp(javax.servlet.http.HttpServletRequest request)

selectIdp

@RequestMapping(value="/selectIdp",
                method=GET)
public org.springframework.web.servlet.ModelAndView selectIdp(@RequestParam
                                                                             String filteredIdpId)


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