Uses of Class
com.force.api.ApiSession
| Package | Description |
|---|---|
| com.force.api |
-
Uses of ApiSession in com.force.api
Methods in com.force.api that return ApiSession Modifier and Type Method Description static ApiSessionAuth. authenticate(ApiConfig c)static ApiSessionAuth. completeOAuthWebServerFlow(AuthorizationResponse res)ApiSessionForceApi. getSession()static ApiSessionAuth. oauthLoginPasswordFlow(ApiConfig c)static ApiSessionAuth. refreshOauthTokenFlow(ApiConfig config, String refreshToken)ApiSessionApiSession. setAccessToken(String accessToken)ApiSessionApiSession. setApiEndpoint(String apiEndpoint)ApiSessionApiSession. setRefreshToken(String value)static ApiSessionAuth. soaploginPasswordFlow(ApiConfig c)Methods in com.force.api with parameters of type ApiSession Modifier and Type Method Description voidSessionRefreshListener. sessionRefreshed(ApiSession session)Constructors in com.force.api with parameters of type ApiSession Constructor Description ForceApi(ApiConfig config, ApiSession session)ForceApi(ApiSession session)