Uses of Class
nl.surfnet.coin.selfservice.domain.OAuthTokenInfo

Packages that use OAuthTokenInfo
nl.surfnet.coin.selfservice.dao   
nl.surfnet.coin.selfservice.dao.impl   
nl.surfnet.coin.selfservice.service   
nl.surfnet.coin.selfservice.service.impl   
 

Uses of OAuthTokenInfo in nl.surfnet.coin.selfservice.dao
 

Methods in nl.surfnet.coin.selfservice.dao that return types with arguments of type OAuthTokenInfo
 List<OAuthTokenInfo> OAuthTokenDao.getOAuthTokens(String userId, String spEntityId)
          Gets a List of OAuthTokenInfo for a user
 

Methods in nl.surfnet.coin.selfservice.dao with parameters of type OAuthTokenInfo
 void OAuthTokenDao.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
          Revokes an existing OAuthToken
 

Uses of OAuthTokenInfo in nl.surfnet.coin.selfservice.dao.impl
 

Methods in nl.surfnet.coin.selfservice.dao.impl that return types with arguments of type OAuthTokenInfo
 List<OAuthTokenInfo> OAuthTokenDaoShindigImpl.getOAuthTokens(String userId, String spEntityId)
           
 List<OAuthTokenInfo> OAuthTokenDaoAPIv2Impl.getOAuthTokens(String userId, String spEntityId)
           
 List<OAuthTokenInfo> OAuthTokenDaoAPIv10aImpl.getOAuthTokens(String userId, String spEntityId)
           
 

Methods in nl.surfnet.coin.selfservice.dao.impl with parameters of type OAuthTokenInfo
 void OAuthTokenDaoShindigImpl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
           
 void OAuthTokenDaoAPIv2Impl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
           
 void OAuthTokenDaoAPIv10aImpl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
           
 

Uses of OAuthTokenInfo in nl.surfnet.coin.selfservice.service
 

Methods in nl.surfnet.coin.selfservice.service that return types with arguments of type OAuthTokenInfo
 List<OAuthTokenInfo> OAuthTokenService.getOAuthTokenInfoList(String userId, ServiceProvider serviceProvider)
          Gets a List of OAuthTokenInfo for a user
 

Uses of OAuthTokenInfo in nl.surfnet.coin.selfservice.service.impl
 

Methods in nl.surfnet.coin.selfservice.service.impl that return types with arguments of type OAuthTokenInfo
 List<OAuthTokenInfo> OAuthTokenServiceImpl.getOAuthTokenInfoList(String userId, ServiceProvider serviceProvider)
           
 



Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.