doc.com.rallydev.rest.client.BasicAuthClient.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
The newest version!
BasicAuthClient (Rally Rest API for Java 2.2)
com.rallydev.rest.client
Class BasicAuthClient
- java.lang.Object
-
- org.apache.http.impl.client.AbstractHttpClient
-
- org.apache.http.impl.client.DefaultHttpClient
-
- com.rallydev.rest.client.HttpClient
-
- com.rallydev.rest.client.BasicAuthClient
-
- All Implemented Interfaces:
- Closeable, AutoCloseable, HttpClient
public class BasicAuthClient
extends HttpClient
A HttpClient which authenticates using basic authentication (username/password).
-
-
Constructor Summary
Constructors
Constructor and Description
BasicAuthClient(URI server,
String userName,
String password)
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