Uses of Interface
org.opencastproject.security.urlsigning.service.UrlSigningService
Packages that use UrlSigningService
Package
Description
-
Uses of UrlSigningService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return UrlSigningServiceModifier and TypeMethodDescriptionabstract UrlSigningServiceAbstractEventEndpoint.getUrlSigningService()OsgiEventEndpoint.getUrlSigningService()Methods in org.opencastproject.adminui.endpoint with parameters of type UrlSigningServiceModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setUrlSigningService(UrlSigningService urlSigningService) OSGi DI. -
Uses of UrlSigningService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type UrlSigningServiceModifier and TypeMethodDescriptionvoidEventsEndpoint.setUrlSigningService(UrlSigningService urlSigningService) OSGi DI -
Uses of UrlSigningService in org.opencastproject.kernel.security
Fields in org.opencastproject.kernel.security declared as UrlSigningServiceModifier and TypeFieldDescriptionprotected UrlSigningServiceTrustedHttpClientImpl.urlSigningServiceThe url signing serviceMethods in org.opencastproject.kernel.security with parameters of type UrlSigningServiceModifier and TypeMethodDescriptionvoidTrustedHttpClientImpl.setUrlSigningService(UrlSigningService urlSigningService) Sets the url signing service. -
Uses of UrlSigningService in org.opencastproject.security.urlsigning
Methods in org.opencastproject.security.urlsigning with parameters of type UrlSigningServiceModifier and TypeMethodDescriptionvoidSigningMediaPackageSerializer.setUrlSigningService(UrlSigningService urlSigningService) OSGi callback for UrlSigningServicevoidSigningMediaPackageSerializer.unsetUrlSigningService(UrlSigningService urlSigningService) -
Uses of UrlSigningService in org.opencastproject.security.urlsigning.service.impl
Classes in org.opencastproject.security.urlsigning.service.impl that implement UrlSigningService