Modifier and Type | Method and Description |
---|---|
static RESTWorkItemHandler.AuthenticationType |
RESTWorkItemHandler.AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTWorkItemHandler.AuthenticationType[] |
RESTWorkItemHandler.AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpResponse |
RESTWorkItemHandler.doRequestWithAuthorization(org.apache.http.client.HttpClient httpclient,
org.apache.http.client.methods.HttpRequestBase httpMethod,
Map<String,Object> params,
RESTWorkItemHandler.AuthenticationType type) |
protected org.apache.http.HttpResponse |
RESTWorkItemHandler.doRequestWithAuthorization(org.apache.http.client.HttpClient httpclient,
Object method,
Map<String,Object> params,
RESTWorkItemHandler.AuthenticationType authType) |
protected org.apache.http.HttpResponse |
RESTWorkItemHandler.doRequestWithAuthorization(org.apache.http.client.HttpClient httpclient,
org.apache.http.client.methods.RequestBuilder requestBuilder,
Map<String,Object> params,
RESTWorkItemHandler.AuthenticationType type)
This method does the actual request, including the setup for authorization.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.