nl.surfnet.coin.shared.log
Interface ApiCallLogService

All Known Implementing Classes:
ApiCallLogServiceImpl

public interface ApiCallLogService

Interface for saving ApiCallLog requests


Method Summary
 List<ApiCallLog> findApiCallLog(String serviceProvider)
           
 List<String> findServiceProviders()
           
 void saveApiCallLog(ApiCallLog log)
          Log the Api request
 

Method Detail

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-2012 SURFnet bv, The Netherlands. All Rights Reserved.