Uses of Class
org.eclipse.lyo.server.oauth.core.OAuthRequest

Packages that use OAuthRequest
org.eclipse.lyo.server.oauth.core.token   
org.eclipse.lyo.server.oauth.webapp.services   
 

Uses of OAuthRequest in org.eclipse.lyo.server.oauth.core.token
 

Methods in org.eclipse.lyo.server.oauth.core.token with parameters of type OAuthRequest
 void SimpleTokenStrategy.generateAccessToken(OAuthRequest oAuthRequest)
           
 void TokenStrategy.generateAccessToken(OAuthRequest oAuthRequest)
          Generates an access token and token secret and sets it in the accessor in the OAuthRequest.
 void SimpleTokenStrategy.generateRequestToken(OAuthRequest oAuthRequest)
           
 void TokenStrategy.generateRequestToken(OAuthRequest oAuthRequest)
          Generates a request token and token secret and sets it in the accessor in the OAuthRequest.
protected  SimpleTokenStrategy.RequestTokenData SimpleTokenStrategy.getRequestTokenData(OAuthRequest oAuthRequest)
          Gets the request token data from this OAuth request.
 void SimpleTokenStrategy.validateAccessToken(OAuthRequest oAuthRequest)
           
 void TokenStrategy.validateAccessToken(OAuthRequest oAuthRequest)
          Validates that the access token is valid, throwing an exception if not.
 void SimpleTokenStrategy.validateVerificationCode(OAuthRequest oAuthRequest)
           
 void TokenStrategy.validateVerificationCode(OAuthRequest oAuthRequest)
          Validates that the verification code is recognized and associated with the request token.
 

Uses of OAuthRequest in org.eclipse.lyo.server.oauth.webapp.services
 

Methods in org.eclipse.lyo.server.oauth.webapp.services that return OAuthRequest
protected  OAuthRequest OAuthService.validateRequest()
          Validates this is a known consumer and the request is valid using OAuthValidator.validateMessage(net.oauth.OAuthMessage, OAuthAccessor).
 

Methods in org.eclipse.lyo.server.oauth.webapp.services with parameters of type OAuthRequest
protected  boolean OAuthService.confirmCallback(OAuthRequest oAuthRequest)
           
 



Copyright © 2013. All Rights Reserved.