nl.surfnet.coin.shared.log
Interface ApiCallLogService
- All Known Implementing Classes:
- ApiCallLogServiceImpl
public interface ApiCallLogService
Interface for saving ApiCallLog requests
saveApiCallLog
void saveApiCallLog(ApiCallLog log)
- Log the Api request
- Parameters:
log - the ApiCallLog to be inserted
findApiCallLog
List<ApiCallLog> findApiCallLog(String serviceProvider)
- Parameters:
serviceProvider - the entityid of the serviceProvider
- Returns:
- all ApicCallLog instances for a SP
findServiceProviders
List<String> findServiceProviders()
- Returns:
- all id's of the ServiceProviders
Copyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.