Uses of Interface
com.dyuproject.oauth.sp.ServiceToken

Packages that use ServiceToken
com.dyuproject.oauth.sp   
 

Uses of ServiceToken in com.dyuproject.oauth.sp
 

Classes in com.dyuproject.oauth.sp that implement ServiceToken
 class SimpleServiceToken
          Simple service token to hold the keys
 

Methods in com.dyuproject.oauth.sp that return ServiceToken
 ServiceToken HashStore.generateToken(String consumerKey, String consumerSecret, String id)
           
 ServiceToken ServiceProvider.getAccessToken(HttpServletRequest request)
           
 ServiceToken ServiceToken.Store.getAccessToken(String consumerKey, String accessToken)
          Gets the access token to be verified by the caller; Returns null if the access token is invalid.
 ServiceToken HashStore.getAccessToken(String consumerKey, String accessToken)
           
 ServiceToken ServiceToken.Store.getRequestToken(String consumerKey, String requestToken)
          Gets the request token with secret to be verified by the caller; Returns null if the request token is invalid.
 ServiceToken HashStore.getRequestToken(String consumerKey, String requestToken)
          Gets the request token with secret to be verified by the caller; Returns null if the request token is invalid.
 ServiceToken ServiceToken.Store.newAccessToken(String consumerKey, String verifier, String requestToken)
          Generates a new access token that is basically exchanged from the given requestToken; Returns null if the requestToken is invalid.
 ServiceToken HashStore.newAccessToken(String consumerKey, String verifier, String requestToken)
           
 ServiceToken ServiceToken.Store.newAccessToken(String consumerKey, String verifier, String requestToken, ServiceToken verifiedRequestToken)
          Generates a new access token that is basically exchanged from the given requestToken; Returns null if the requestToken is invalid.
 ServiceToken HashStore.newAccessToken(String consumerKey, String verifier, String requestToken, ServiceToken verifiedRequestToken)
           
 ServiceToken ServiceToken.Store.newHybridRequestToken(String consumerKey, String id)
          Particularly useful for hybrid openid+oauth; The underlying implementation will loosen the validation/verification since openid authentication is being used.
 ServiceToken ServiceProvider.newHybridRequestToken(String consumerKey, String id)
           
 ServiceToken HashStore.newHybridRequestToken(String consumerKey, String id)
           
 ServiceToken ServiceToken.Store.newRequestToken(String consumerKey, String callback)
          Generates a new request token to be used by the caller to write a response.
 ServiceToken HashStore.newRequestToken(String consumerKey, String callback)
           
 

Methods in com.dyuproject.oauth.sp with parameters of type ServiceToken
 ServiceToken ServiceToken.Store.newAccessToken(String consumerKey, String verifier, String requestToken, ServiceToken verifiedRequestToken)
          Generates a new access token that is basically exchanged from the given requestToken; Returns null if the requestToken is invalid.
 ServiceToken HashStore.newAccessToken(String consumerKey, String verifier, String requestToken, ServiceToken verifiedRequestToken)
           
 



Copyright © 2008-2013. All Rights Reserved.