nl.surfnet.coin.selfservice.control.user
Class ServiceListController

java.lang.Object
  extended by nl.surfnet.coin.selfservice.control.BaseController
      extended by nl.surfnet.coin.selfservice.control.user.ServiceListController

@Controller
@RequestMapping(value="/user/*")
public class ServiceListController
extends BaseController

Controller for listing all service providers for the end user


Nested Class Summary
 
Nested classes/interfaces inherited from class nl.surfnet.coin.selfservice.control.BaseController
BaseController.MenuType
 
Field Summary
 
Fields inherited from class nl.surfnet.coin.selfservice.control.BaseController
localeResolver
 
Constructor Summary
ServiceListController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView listLinkedSps(IdentityProvider selectedidp)
           
 
Methods inherited from class nl.surfnet.coin.selfservice.control.BaseController
buildMenu, getCurrentRole, getLocale, getMyInstitutionIdps, getRequestedIdp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceListController

public ServiceListController()
Method Detail

listLinkedSps

@RequestMapping(value="linked-services")
public org.springframework.web.servlet.ModelAndView listLinkedSps(@ModelAttribute(value="selectedidp")
                                                                                 IdentityProvider selectedidp)


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