nl.surfnet.coin.shindig.spi
Interface TokenInfoService

All Known Implementing Classes:
TokenInfoServiceImpl

public interface TokenInfoService

Service for storing and retrieving CoinOAuthTokenInfo instances


Method Summary
 void deleteCoinOAuthTokenInfo(String userId, String gadgetUri, String moduleId, String tokenName, String serviceName)
           
 CoinOAuthTokenInfo getCoinOAuthTokenInfo(String userId, String gadgetUri, String moduleId, String tokenName, String serviceName)
           
 void saveCoinOAuthTokenInfo(CoinOAuthTokenInfo tokenInfo)
           
 

Method Detail

getCoinOAuthTokenInfo

CoinOAuthTokenInfo getCoinOAuthTokenInfo(String userId,
                                         String gadgetUri,
                                         String moduleId,
                                         String tokenName,
                                         String serviceName)

saveCoinOAuthTokenInfo

void saveCoinOAuthTokenInfo(CoinOAuthTokenInfo tokenInfo)

deleteCoinOAuthTokenInfo

void deleteCoinOAuthTokenInfo(String userId,
                              String gadgetUri,
                              String moduleId,
                              String tokenName,
                              String serviceName)


Copyright © 2007-2012. All Rights Reserved.