Uses of Interface
org.jboss.seam.social.core.OAuthToken

Packages that use OAuthToken
org.jboss.seam.social.core   
 

Uses of OAuthToken in org.jboss.seam.social.core
 

Methods in org.jboss.seam.social.core that return OAuthToken
 OAuthToken OAuthSessionSettings.getAccessToken()
           
 OAuthToken OAuthService.getAccessToken()
           
 OAuthToken OAuthProvider.getAccessToken(OAuthToken requestToken, String verifier)
          This method retrieves the Oauth access token from request token and verifier
 OAuthToken OAuthProvider.getRequestToken()
          This method retrieves an OAuth request token to initiate an OAuth connection.
 OAuthToken OAuthSessionSettings.getRequestToken()
           
 OAuthToken OAuthProvider.tokenFactory(String token, String secret)
          Creates an OAuthToken with the given token and given secret
 

Methods in org.jboss.seam.social.core with parameters of type OAuthToken
 OAuthToken OAuthProvider.getAccessToken(OAuthToken requestToken, String verifier)
          This method retrieves the Oauth access token from request token and verifier
 String OAuthProvider.getAuthorizationUrl(OAuthToken requestToken)
          Generates the OAuth authorization URL from the given request Token.
 void OAuthSessionSettings.setAccessToken(OAuthToken accessToken)
           
 void OAuthService.setAccessToken(OAuthToken token)
          Set the Access Token with for an OAuth access
 void OAuthSessionSettings.setRequestToken(OAuthToken requestToken)
           
 void OAuthProvider.signRequest(OAuthToken accessToken, OAuthRequest request)
          Sign an OAuthRequest in order to make it valid for targeted service
 



Copyright © 2011 Seam Framework. All Rights Reserved.