@Controller @RequestMapping(value="/stats/*") public class StatisticController extends BaseController
ALL_IDPS, COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FILTER_APP_GRID_ALLOWED, GROUPS_WITH_MEMBERS, IS_ADMIN_USER, IS_GOD, LMNG_ACTIVE_MODUS, localeResolver, NOTIFICATION_POPUP_CLOSED, NOTIFICATIONS, RAW_ARP_ATTRIBUTES_VISIBLE, SERVICE_APPLY_ALLOWED, SERVICE_CONNECTION_VISIBLE, SERVICE_QUESTION_ALLOWED, TOKEN_CHECK| Constructor and Description |
|---|
StatisticController() |
| Modifier and Type | Method and Description |
|---|---|
List<CompoundServiceProviderRepresenter> |
getCspSpIds() |
List<ChartSerie> |
getLoginsPerSP() |
List<ChartSerie> |
getLoginsPerSPByIdp(IdentityProvider selectedidp) |
void |
setStatisticDao(StatisticDao statisticDao) |
String |
stats(org.springframework.ui.ModelMap model,
IdentityProvider selectedidp,
String selectedSp) |
getLocale, getMyInstitutionIdps, getNotifications, getRequestedIdp, handleAjaxResponseException, notificationPopupClosed@RequestMapping(value="/stats.shtml") public String stats(org.springframework.ui.ModelMap model, @ModelAttribute(value="selectedidp") IdentityProvider selectedidp, @RequestParam(value="spEntityId",required=false) String selectedSp)
@RequestMapping(value="/loginsperspperdaybyidp.json") @ResponseBody public List<ChartSerie> getLoginsPerSPByIdp(@ModelAttribute(value="selectedidp") IdentityProvider selectedidp)
@RequestMapping(value="/loginsperspperday.json") @ResponseBody public List<ChartSerie> getLoginsPerSP()
@RequestMapping(value="/spcspcombis.json") @ResponseBody public List<CompoundServiceProviderRepresenter> getCspSpIds()
public void setStatisticDao(StatisticDao statisticDao)
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.