Uses of Class
org.codegist.crest.oauth.Token

Packages that use Token
org.codegist.crest.oauth OAuth support implementation 
org.codegist.crest.security Authentification components 
 

Uses of Token in org.codegist.crest.oauth
 

Methods in org.codegist.crest.oauth that return Token
 Token OAuthenticatorV10.getAccessToken(Token requestToken, String verifier)
           
 Token OAuthenticator.getAccessToken(Token requestToken, String verifier)
          Exchanges the given request token with a new access token using the given verifier
 Token OAuthenticatorV10.getRequestToken()
           
 Token OAuthenticator.getRequestToken()
          Fires a get request token to the preconfigured url
 Token OAuthenticatorV10.refreshAccessToken(Token requestToken, String... includeExtras)
           
 Token OAuthenticator.refreshAccessToken(Token accessToken, String... includeExtras)
          Refreshs the given access token if it has expired.
 

Methods in org.codegist.crest.oauth with parameters of type Token
 Token OAuthenticatorV10.getAccessToken(Token requestToken, String verifier)
           
 Token OAuthenticator.getAccessToken(Token requestToken, String verifier)
          Exchanges the given request token with a new access token using the given verifier
 Token OAuthenticatorV10.refreshAccessToken(Token requestToken, String... includeExtras)
           
 Token OAuthenticator.refreshAccessToken(Token accessToken, String... includeExtras)
          Refreshs the given access token if it has expired.
 void OAuthenticatorV10.sign(Token accessToken, HttpRequest.Builder request, Pair<String,String>... extraHeaders)
           
 void OAuthenticator.sign(Token accessToken, HttpRequest.Builder request, Pair<String,String>... extraAuthHeaders)
          Signs the given request using the given access token and the optional additional oauth headers.
 

Constructors in org.codegist.crest.oauth with parameters of type Token
OAuthenticatorV10(RestService restService, Token consumerToken)
           
OAuthenticatorV10(RestService restService, Token consumerToken, Map<String,Object> config)
           
OAuthenticatorV10(RestService restService, Token consumerToken, Map<String,Object> config, org.codegist.crest.oauth.OAuthenticatorV10.VariantProvider variant)
           
OAuthenticatorV10(RestService restService, Token consumerToken, org.codegist.crest.oauth.OAuthenticatorV10.VariantProvider variant)
           
 

Uses of Token in org.codegist.crest.security
 

Constructors in org.codegist.crest.security with parameters of type Token
OAuthentificationManager(OAuthenticator oauth, Token accessToken)
           
 



Copyright © 2011. All Rights Reserved.