nl.surfnet.coin.shindig.spi
Class OAuthEntryServiceImpl

java.lang.Object
  extended by nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
All Implemented Interfaces:
OAuthEntryService

@Component(value="oAuthEntryService")
@Transactional
public class OAuthEntryServiceImpl
extends Object
implements OAuthEntryService

Author:
steinwelberg

Constructor Summary
OAuthEntryServiceImpl()
           
 
Method Summary
 void deleteOAuthEntry(String oauthToken)
           
 OAuthEntry getOAuthEntry(String oauthToken)
           
 void saveOAuthEntry(OAuthEntry oauthEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthEntryServiceImpl

public OAuthEntryServiceImpl()
Method Detail

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.