nl.surfnet.coin.shindig.spi
Class OAuthEntryServiceImpl
java.lang.Object
nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
- All Implemented Interfaces:
- OAuthEntryService
@Component(value="oAuthEntryService")
@Transactional
public class OAuthEntryServiceImpl
- extends Object
- implements OAuthEntryService
- Author:
- steinwelberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthEntryServiceImpl
public OAuthEntryServiceImpl()
getOAuthEntry
public OAuthEntry getOAuthEntry(String oauthToken)
- Specified by:
getOAuthEntry in interface OAuthEntryService
saveOAuthEntry
public void saveOAuthEntry(OAuthEntry oauthEntry)
- Specified by:
saveOAuthEntry in interface OAuthEntryService
deleteOAuthEntry
public void deleteOAuthEntry(String oauthToken)
- Specified by:
deleteOAuthEntry in interface OAuthEntryService
Copyright © 2007-2012. All Rights Reserved.