| Package | Description |
|---|---|
| nl.surfnet.coin.selfservice.dao | |
| nl.surfnet.coin.selfservice.dao.impl | |
| nl.surfnet.coin.selfservice.service | |
| nl.surfnet.coin.selfservice.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenInfo> |
OAuthTokenDao.getOAuthTokens(String userId,
String spEntityId)
Gets a List of
OAuthTokenInfo for a user |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthTokenDao.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
Revokes an existing OAuthToken
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenInfo> |
OAuthTokenDaoShindigImpl.getOAuthTokens(String userId,
String spEntityId) |
List<OAuthTokenInfo> |
OAuthTokenDaoAPIv10aImpl.getOAuthTokens(String userId,
String spEntityId) |
List<OAuthTokenInfo> |
OAuthTokenDaoAPIv2Impl.getOAuthTokens(String userId,
String spEntityId) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthTokenDaoShindigImpl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo) |
void |
OAuthTokenDaoAPIv10aImpl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo) |
void |
OAuthTokenDaoAPIv2Impl.revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenInfo> |
OAuthTokenService.getOAuthTokenInfoList(String userId,
ServiceProvider serviceProvider)
Gets a List of
OAuthTokenInfo for a user |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenInfo> |
OAuthTokenServiceImpl.getOAuthTokenInfoList(String userId,
ServiceProvider serviceProvider) |
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.