public interface OAuthTokenDao
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenInfo> |
getOAuthTokens(String userId,
String spEntityId)
Gets a List of
OAuthTokenInfo for a user |
void |
revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
Revokes an existing OAuthToken
|
List<OAuthTokenInfo> getOAuthTokens(String userId, String spEntityId)
OAuthTokenInfo for a useruserId - unique identifier of a userspEntityId - unique identifier of a ServiceProvidervoid revokeOAuthToken(OAuthTokenInfo oAuthTokenInfo)
oAuthTokenInfo - the OAuthTokenInfo to revokeCopyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.