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

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

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

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

Methods in org.jboss.seam.social.oauth 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 OAuthSession.setAccessToken(OAuthToken accessToken)
           
 void OAuthService.setAccessToken(OAuthToken token)
          Set the Access Token with for an OAuth access
 void OAuthSession.setRequestToken(OAuthToken requestToken)
           
 void OAuthProvider.signRequest(OAuthToken accessToken, OAuthRequest request)
          Sign an OAuthRequest in order to make it valid for targeted service
 



Copyright © 2011-2013 Seam Framework. All Rights Reserved.