Uses of Class
org.opencastproject.security.urlsigning.exception.UrlSigningException
Packages that use UrlSigningException
Package
Description
-
Uses of UrlSigningException in org.opencastproject.security.urlsigning.exception
Methods in org.opencastproject.security.urlsigning.exception that return UrlSigningExceptionModifier and TypeMethodDescriptionstatic UrlSigningExceptionUrlSigningException.internalProviderError()static UrlSigningExceptionUrlSigningException.urlNotSupported() -
Uses of UrlSigningException in org.opencastproject.security.urlsigning.provider
Methods in org.opencastproject.security.urlsigning.provider that throw UrlSigningException -
Uses of UrlSigningException in org.opencastproject.security.urlsigning.provider.impl
Methods in org.opencastproject.security.urlsigning.provider.impl that throw UrlSigningException -
Uses of UrlSigningException in org.opencastproject.security.urlsigning.service
Methods in org.opencastproject.security.urlsigning.service that throw UrlSigningExceptionModifier and TypeMethodDescriptionUrlSigningService.sign(String baseUrl, Long validUntilDuration, Long validFromDuration, String ipAddr) Create a secure signature for a resource by adding the validUntilDuration to the current time and optionally adding the validFromDuration to the current time to create the available and expiry dates for the signature.UrlSigningService.sign(String baseUrl, org.joda.time.DateTime validUntil, org.joda.time.DateTime validFrom, String ipAddr) Create a secure signature for a resource using DateTime objects. -
Uses of UrlSigningException in org.opencastproject.security.urlsigning.service.impl
Methods in org.opencastproject.security.urlsigning.service.impl that throw UrlSigningException -
Uses of UrlSigningException in org.opencastproject.security.urlsigning.verifier
Methods in org.opencastproject.security.urlsigning.verifier that throw UrlSigningExceptionModifier and TypeMethodDescriptionVerify whether a request is valid.Verify whether a request is valid.