Uses of Class
org.opencastproject.security.api.TrustedHttpClientException
Packages that use TrustedHttpClientException
-
Uses of TrustedHttpClientException in org.opencastproject.kernel.security
Methods in org.opencastproject.kernel.security that throw TrustedHttpClientExceptionModifier and TypeMethodDescriptionorg.apache.http.HttpResponseTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest) Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.org.apache.http.HttpResponseTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest, int connectionTimeout, int socketTimeout) protected String[]TrustedHttpClientImpl.getRealmAndNonce(org.apache.http.client.methods.HttpRequestBase request) Perform a request, and extract the realm and nonce valuesprotected org.apache.http.client.methods.HttpUriRequestTrustedHttpClientImpl.getSignedUrl(org.apache.http.client.methods.HttpUriRequest httpUriRequest) If the request is a GET, sign the URL and return a newHttpUriRequestthat is signed. -
Uses of TrustedHttpClientException in org.opencastproject.security.api
Methods in org.opencastproject.security.api that throw TrustedHttpClientExceptionModifier and TypeMethodDescriptionorg.apache.http.HttpResponseTrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest) Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.org.apache.http.HttpResponseTrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest, int connectionTimeout, int socketTimeout) Executes an HttpRequest using a secure, but not necessarily encrypted, http connection, waiting for the specified timeouts.