Uses of Class
org.jbpm.process.workitem.rest.RESTWorkItemHandler.AuthenticationType
-
-
Uses of RESTWorkItemHandler.AuthenticationType in org.jbpm.process.workitem.rest
Methods in org.jbpm.process.workitem.rest that return RESTWorkItemHandler.AuthenticationType Modifier and Type Method 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.Methods in org.jbpm.process.workitem.rest with parameters of type RESTWorkItemHandler.AuthenticationType Modifier and Type Method Description 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.HttpRequestBase httpMethod, Map<String,Object> params, RESTWorkItemHandler.AuthenticationType type)
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.
-