Uses of Interface
org.opencastproject.security.api.TrustedHttpClient
Packages that use TrustedHttpClient
Package
Description
The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of TrustedHttpClient in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidCaptionServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidComposerServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.coverimage.remote
Methods in org.opencastproject.coverimage.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidCoverImageServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.crop.remote
Methods in org.opencastproject.crop.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidCropServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.distribution.api
Fields in org.opencastproject.distribution.api declared as TrustedHttpClientModifier and TypeFieldDescriptionprotected TrustedHttpClientAbstractDistributionService.trustedHttpClientMethods in org.opencastproject.distribution.api that return TrustedHttpClientModifier and TypeMethodDescriptionprotected TrustedHttpClientAbstractDistributionService.getTrustedHttpClient()Methods in org.opencastproject.distribution.api with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidAbstractDistributionService.setTrustedHttpClient(TrustedHttpClient httpClient) Callback for the OSGi environment to set the trusted http clientreference. -
Uses of TrustedHttpClient in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidAwsS3DistributionServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidDownloadDistributionServiceImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidDownloadDistributionServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidStreamingDistributionServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.editor.remote
Methods in org.opencastproject.editor.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidEditorServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) -
Uses of TrustedHttpClient in org.opencastproject.execute.remote
Methods in org.opencastproject.execute.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidExecuteServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.ingest.endpoint
Methods in org.opencastproject.ingest.endpoint with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidIngestRestService.setHttpClient(TrustedHttpClient httpClient) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidIngestServiceImpl.setHttpClient(TrustedHttpClient httpClient) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.ingestdownloadservice.remote
Methods in org.opencastproject.ingestdownloadservice.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidIngestDownloadServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.inspection.remote
Methods in org.opencastproject.inspection.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidMediaInspectionServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.kernel.security
Classes in org.opencastproject.kernel.security that implement TrustedHttpClientModifier and TypeClassDescriptionclassAn http client that executes secure (though not necessarily encrypted) http requests. -
Uses of TrustedHttpClient in org.opencastproject.lti.endpoint
Methods in org.opencastproject.lti.endpoint with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidLtiServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.oaipmh.server.remote
Methods in org.opencastproject.oaipmh.server.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidOaiPmhServerInfoRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidConfigurablePublicationServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.publication.youtube.remote
Methods in org.opencastproject.publication.youtube.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidYouTubePublicationServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidSchedulerServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.series.remote
Methods in org.opencastproject.series.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidSeriesServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as TrustedHttpClientModifier and TypeFieldDescriptionprotected TrustedHttpClientRemoteBase.clientThe http client to use when connecting to remote serversMethods in org.opencastproject.serviceregistry.api with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidRemoteBase.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.serviceregistry.impl
Fields in org.opencastproject.serviceregistry.impl declared as TrustedHttpClientModifier and TypeFieldDescriptionprotected TrustedHttpClientServiceRegistryJpaImpl.clientThe http client to use when connecting to remote servers -
Uses of TrustedHttpClient in org.opencastproject.silencedetection.remote
Methods in org.opencastproject.silencedetection.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidSilenceDetectionServiceRemote.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.speechtotext.remote
Methods in org.opencastproject.speechtotext.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidSpeechToTextServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) -
Uses of TrustedHttpClient in org.opencastproject.statistics.remote
Methods in org.opencastproject.statistics.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidStatisticsServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.textanalyzer.remote
Methods in org.opencastproject.textanalyzer.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidTextAnalysisRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.timelinepreviews.remote
Methods in org.opencastproject.timelinepreviews.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidTimelinePreviewsServiceRemote.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.util
Methods in org.opencastproject.util with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionstatic StringIoSupport.readFileFromURL(URL url, TrustedHttpClient trustedClient) Deprecated.this method doesn't support UTF8 or handle HTTP response codesHttpUtil.waitForResource(TrustedHttpClient http, URI resourceUri, int expectedStatus, long timeout, long pollingInterval) Wait for a certain status of a resource. -
Uses of TrustedHttpClient in org.opencastproject.videoeditor.remote
Methods in org.opencastproject.videoeditor.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidVideoEditorServiceRemote.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.videogrid.remote
Methods in org.opencastproject.videogrid.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidVideoGridServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.videosegmenter.remote
Methods in org.opencastproject.videosegmenter.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidVideoSegmenterRemoteImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.waveform.remote
Methods in org.opencastproject.waveform.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidWaveformServiceRemote.setTrustedHttpClient(TrustedHttpClient trustedHttpClient) -
Uses of TrustedHttpClient in org.opencastproject.workflow.handler.workflow
Fields in org.opencastproject.workflow.handler.workflow declared as TrustedHttpClientModifier and TypeFieldDescriptionprotected TrustedHttpClientCleanupWorkflowOperationHandler.clientThe http client to use when connecting to remote serversMethods in org.opencastproject.workflow.handler.workflow with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidCleanupWorkflowOperationHandler.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidWorkflowServiceRemoteImpl.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.workspace.impl
Methods in org.opencastproject.workspace.impl with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidWorkspaceImpl.setTrustedHttpClient(TrustedHttpClient trustedHttpClient)