Uses of Class
de.narimo.commons.ws.http.auth.HTTPBasicAuthorizationFactory
-
Packages that use HTTPBasicAuthorizationFactory Package Description de.narimo.commons.ws.http de.narimo.commons.ws.http.auth -
-
Uses of HTTPBasicAuthorizationFactory in de.narimo.commons.ws.http
Methods in de.narimo.commons.ws.http that return HTTPBasicAuthorizationFactory Modifier and Type Method Description HTTPBasicAuthorizationFactoryHTTPRequestParams. getAuthFactory()Methods in de.narimo.commons.ws.http with parameters of type HTTPBasicAuthorizationFactory Modifier and Type Method Description static javax.ws.rs.core.ResponseHTTPProxy. pipeServiceRequest(String remoteWMSUrl, HttpMethod method, javax.ws.rs.core.MultivaluedMap<String,String> queryParams, Map<String,String> headers, String body, HTTPBasicAuthorizationFactory authFactory, boolean followRedirects)Pipes a request to a remote service.static de.narimo.commons.http.URLResponseHttpURLClient. sendRequest(String wsUrl, Map<String,String> queryParams, Map<String,String> connectionHeaders, String body, HttpMethod method, HTTPBasicAuthorizationFactory authFactory, boolean https, boolean responseAsStream)static de.narimo.commons.http.URLResponseHttpURLClient. sendRequestMultivalue(String wsUrl, javax.ws.rs.core.MultivaluedMap<String,String> queryParams, Map<String,String> connectionHeaders, String body, HttpMethod method, HTTPBasicAuthorizationFactory authFactory, boolean https, boolean responseAsStream, boolean followRedirects)voidHTTPRequestParams. setAuthFactory(HTTPBasicAuthorizationFactory authFactory) -
Uses of HTTPBasicAuthorizationFactory in de.narimo.commons.ws.http.auth
Subclasses of HTTPBasicAuthorizationFactory in de.narimo.commons.ws.http.auth Modifier and Type Class Description classHTTPAuthorizationFactoryCommon authorization object which can be added to a custom HTTPClient containing authorization details.
-