public interface Cruncher
| Modifier and Type | Method and Description |
|---|---|
String |
getLogins(Date startDate,
Date endDate) |
String |
getLoginsByIdp(Date startDate,
Date endDate,
String idpEntityId) |
String |
getLoginsByIdpAndSp(Date startDate,
Date endDate,
String idpEntityId,
String spEntityId) |
String |
getLoginsBySp(Date startDate,
Date endDate,
String spEntityId) |
List<SpStatistic> |
getRecentLoginsForUser(String userId,
String idpEntityId) |
void |
setOauthClient(nl.surfnet.coin.oauth.OauthClient oc) |
String getLoginsByIdpAndSp(Date startDate, Date endDate, String idpEntityId, String spEntityId)
List<SpStatistic> getRecentLoginsForUser(String userId, String idpEntityId)
void setOauthClient(nl.surfnet.coin.oauth.OauthClient oc)
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.