@Repository public class MockStatisticDaoImpl extends Object implements StatisticDao
| Constructor and Description |
|---|
MockStatisticDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CompoundServiceProviderRepresenter> |
getCompoundServiceProviderSpLinks()
Get all existing
CompoundServiceProvider id with the respective ServiceProvider entityIds |
List<IdentityProviderRepresenter> |
getIdpLoginIdentifiers()
Get all the idp's that have login records
|
List<ChartSerie> |
getLoginsPerSpPerDay()
Makes a List of login data per Service Provider for all IdP's
|
List<ChartSerie> |
getLoginsPerSpPerDay(String idpEntityId)
Makes a List of login data per Service Provider got the Identity Provider
|
void |
setTimeout(long timeout) |
public List<ChartSerie> getLoginsPerSpPerDay(String idpEntityId)
StatisticDaogetLoginsPerSpPerDay in interface StatisticDaoidpEntityId - unique identifier of the Identity providerChartSeriepublic List<ChartSerie> getLoginsPerSpPerDay()
StatisticDaogetLoginsPerSpPerDay in interface StatisticDaoChartSeriepublic List<IdentityProviderRepresenter> getIdpLoginIdentifiers()
StatisticDaogetIdpLoginIdentifiers in interface StatisticDaopublic List<CompoundServiceProviderRepresenter> getCompoundServiceProviderSpLinks()
StatisticDaoCompoundServiceProvider id with the respective ServiceProvider entityIdsgetCompoundServiceProviderSpLinks in interface StatisticDaopublic void setTimeout(long timeout)
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.