Uses of Class
org.opencastproject.security.api.TrustedHttpClientException

Packages that use TrustedHttpClientException
  • Uses of TrustedHttpClientException in org.opencastproject.kernel.security

    Modifier and Type
    Method
    Description
    org.apache.http.HttpResponse
    TrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest)
    Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
    org.apache.http.HttpResponse
    TrustedHttpClientImpl.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 values
    protected org.apache.http.client.methods.HttpUriRequest
    TrustedHttpClientImpl.getSignedUrl(org.apache.http.client.methods.HttpUriRequest httpUriRequest)
    If the request is a GET, sign the URL and return a new HttpUriRequest that is signed.
  • Uses of TrustedHttpClientException in org.opencastproject.security.api

    Modifier and Type
    Method
    Description
    org.apache.http.HttpResponse
    TrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest)
    Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
    org.apache.http.HttpResponse
    TrustedHttpClient.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.