Uses of Class
com.force.sdk.oauth.connector.ForceOAuthConnectionInfo

Packages that use ForceOAuthConnectionInfo
com.force.sdk.oauth.connector   
 

Uses of ForceOAuthConnectionInfo in com.force.sdk.oauth.connector
 

Methods in com.force.sdk.oauth.connector with parameters of type ForceOAuthConnectionInfo
 String TokenRetrievalServiceImpl.retrieveToken(String hostAndPort, String params, String refreshToken, ForceOAuthConnectionInfo connInfo)
          Obtain an access token by calling the OAuth authentication endpoint and either trading an access code or refresh token for it.
 String TokenRetrievalService.retrieveToken(String hostAndPort, String params, String refreshToken, ForceOAuthConnectionInfo connInfo)
          Obtain an access token by calling the OAuth authentication endpoint and either trading an access code or refresh token for it.
 void ForceOAuthConnector.setConnectionInfo(ForceOAuthConnectionInfo connectionInfo)
           
 



Copyright © 2011. All Rights Reserved.