nl.surfnet.coin.selfservice.control.idpadmin
Class StatisticController

java.lang.Object
  extended by nl.surfnet.coin.selfservice.control.BaseController
      extended by nl.surfnet.coin.selfservice.control.idpadmin.StatisticController

@Controller
@RequestMapping(value="/idpadmin/*")
public class StatisticController
extends BaseController

Controller for statistics


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
StatisticController()
           
 
Method Summary
 ChartSerie getLoginsPerSP(IdentityProvider selectedidp, String spentityid)
           
 
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

StatisticController

public StatisticController()
Method Detail

getLoginsPerSP

@RequestMapping(value="/loginsperspperday.json")
@ResponseBody
public ChartSerie getLoginsPerSP(@ModelAttribute(value="selectedidp")
                                                             IdentityProvider selectedidp,
                                                             @RequestParam(value="spentityid",required=false)
                                                             String spentityid)


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