Class ResourceRequest
java.lang.Object
org.opencastproject.urlsigning.common.ResourceRequest
Represents a request for a streaming resource whose signed url must be validated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe query string parameter key of the organization used to request resource.static final StringThe query string key representing the conditions to allow the resource to be seen.static final StringThe query string key representing the encrypted policy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEncodedPolicy(String encodedPolicy) voidsetEncryptionKeyId(String encryptionKeyId) voidvoidsetRejectionReason(String rejectionReason) voidsetSignature(String signature) voidsetStatus(ResourceRequest.Status status)
-
Field Details
-
ENCRYPTION_ID_KEY
The query string parameter key of the organization used to request resource.- See Also:
-
POLICY_KEY
The query string key representing the conditions to allow the resource to be seen.- See Also:
-
SIGNATURE_KEY
The query string key representing the encrypted policy.- See Also:
-
-
Constructor Details
-
ResourceRequest
public ResourceRequest()
-
-
Method Details
-
getEncodedPolicy
-
setEncodedPolicy
-
getEncryptionKeyId
-
setEncryptionKeyId
-
getPolicy
-
setPolicy
-
getRejectionReason
-
setRejectionReason
-
getSignature
-
setSignature
-
getStatus
-
setStatus
-