| Constructor and Description |
|---|
CruncherClient(String cruncherBaseLocation) |
| 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 |
setCruncherBaseLocation(String cruncherBaseLocation) |
void |
setOauthClient(nl.surfnet.coin.oauth.OauthClient oc) |
public CruncherClient(String cruncherBaseLocation)
public String getLoginsByIdpAndSp(Date startDate, Date endDate, String idpEntityId, String spEntityId)
getLoginsByIdpAndSp in interface Cruncherpublic String getLoginsByIdp(Date startDate, Date endDate, String idpEntityId)
getLoginsByIdp in interface Cruncherpublic String getLoginsBySp(Date startDate, Date endDate, String spEntityId)
getLoginsBySp in interface Cruncherpublic List<SpStatistic> getRecentLoginsForUser(String userId, String idpEntityId)
getRecentLoginsForUser in interface Cruncherpublic void setOauthClient(nl.surfnet.coin.oauth.OauthClient oc)
setOauthClient in interface Cruncherpublic void setCruncherBaseLocation(String cruncherBaseLocation)
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.