Uses of Class
org.opencastproject.urlsigning.common.ResourceRequest
Packages that use ResourceRequest
Package
Description
-
Uses of ResourceRequest in org.opencastproject.security.urlsigning.verifier
Methods in org.opencastproject.security.urlsigning.verifier that return ResourceRequestModifier and TypeMethodDescriptionVerify whether a request is valid.Verify whether a request is valid. -
Uses of ResourceRequest in org.opencastproject.security.urlsigning.verifier.impl
Methods in org.opencastproject.security.urlsigning.verifier.impl that return ResourceRequestModifier and TypeMethodDescription -
Uses of ResourceRequest in org.opencastproject.urlsigning.utils
Methods in org.opencastproject.urlsigning.utils that return ResourceRequestModifier and TypeMethodDescriptionstatic ResourceRequestResourceRequestUtil.resourceRequestFromQueryString(String queryString, String clientIp, String resourceUri, Properties encryptionKeys, boolean strict) Methods in org.opencastproject.urlsigning.utils with parameters of type ResourceRequestModifier and TypeMethodDescriptionstatic StringResourceRequestUtil.resourceRequestToQueryString(ResourceRequest resourceRequest) Transform aResourceRequestinto a query string.