nl.surfnet.coin.shindig.spi
Class TokenInfoServiceImpl
java.lang.Object
nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
- All Implemented Interfaces:
- TokenInfoService
@Component(value="tokenInfoService")
@Transactional
public class TokenInfoServiceImpl
- extends Object
- implements TokenInfoService
Implementation of TokenInfoService based on hibernate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenInfoServiceImpl
public TokenInfoServiceImpl()
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
- Parameters:
sessionFactory - the sessionFactory to set
getCoinOAuthTokenInfo
public CoinOAuthTokenInfo getCoinOAuthTokenInfo(String userId,
String gadgetUri,
String moduleId,
String tokenName,
String serviceName)
- Specified by:
getCoinOAuthTokenInfo in interface TokenInfoService
saveCoinOAuthTokenInfo
public void saveCoinOAuthTokenInfo(CoinOAuthTokenInfo tokenInfo)
- Specified by:
saveCoinOAuthTokenInfo in interface TokenInfoService
deleteCoinOAuthTokenInfo
public void deleteCoinOAuthTokenInfo(String userId,
String gadgetUri,
String moduleId,
String tokenName,
String serviceName)
- Specified by:
deleteCoinOAuthTokenInfo in interface TokenInfoService
Copyright © 2007-2012. All Rights Reserved.