doc.com.rallydev.rest.client.ApiKeyClient.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rally-rest-api Show documentation
Show all versions of rally-rest-api Show documentation
A java toolkit for interacting with the Rally Rest API
ApiKeyClient (Rally Rest API for Java 2.1)
com.rallydev.rest.client
Class ApiKeyClient
- java.lang.Object
-
- org.apache.http.impl.client.AbstractHttpClient
-
- org.apache.http.impl.client.DefaultHttpClient
-
- com.rallydev.rest.client.HttpClient
-
- com.rallydev.rest.client.ApiKeyClient
-
- All Implemented Interfaces:
- Closeable, AutoCloseable, HttpClient
public class ApiKeyClient
extends HttpClient
A HttpClient which authenticates using an API Key.
-
-
Constructor Summary
Constructors
Constructor and Description
ApiKeyClient(URI server,
String apiKey)
Construct a new client.
-
Method Summary
-
Methods inherited from class com.rallydev.rest.client.HttpClient
close, doDelete, doGet, doPost, doPut, getServer, getWsapiUrl, getWsapiVersion, setApplicationName, setApplicationVendor, setApplicationVersion, setProxy, setProxy, setWsapiVersion
-
Methods inherited from class org.apache.http.impl.client.DefaultHttpClient
setDefaultHttpParams
-
Methods inherited from class org.apache.http.impl.client.AbstractHttpClient
addRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, execute, execute, execute, execute, execute, execute, execute, execute, getAuthSchemes, getBackoffManager, getConnectionBackoffStrategy, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getCookieSpecs, getCookieStore, getCredentialsProvider, getHttpRequestRetryHandler, getParams, getProxyAuthenticationHandler, getProxyAuthenticationStrategy, getRedirectHandler, getRedirectStrategy, getRequestExecutor, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getTargetAuthenticationHandler, getTargetAuthenticationStrategy, getUserTokenHandler, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setAuthSchemes, setBackoffManager, setConnectionBackoffStrategy, setCookieSpecs, setCookieStore, setCredentialsProvider, setHttpRequestRetryHandler, setKeepAliveStrategy, setParams, setProxyAuthenticationHandler, setProxyAuthenticationStrategy, setRedirectHandler, setRedirectStrategy, setReuseStrategy, setRoutePlanner, setTargetAuthenticationHandler, setTargetAuthenticationStrategy, setUserTokenHandler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy