public interface EncryptedResourceResolver
| Modifier and Type | Method and Description |
|---|---|
Function<PrivateResource,AbsoluteLocation<PrivateResource>> |
decryptingResolver(UserIDAuth auth,
PrivateResource root,
StorageIdentifier identifier)
Decrypts resource location (relative or absolute) and resolves it against user private files.
|
AbsoluteLocation<PrivateResource> |
encryptAndResolvePath(UserIDAuth auth,
PrivateResource resource,
StorageIdentifier identifier)
Encrypts relative resource location and resolves it against user private files.
|
AbsoluteLocation<PrivateResource> encryptAndResolvePath(UserIDAuth auth, PrivateResource resource, StorageIdentifier identifier)
auth - User authorizationresource - Relative resource locationFunction<PrivateResource,AbsoluteLocation<PrivateResource>> decryptingResolver(UserIDAuth auth, PrivateResource root, StorageIdentifier identifier)
auth - User authorizationroot
Function: Resource within private space (unencrypted) -> Absolute encrypted resource locationCopyright © 2019. All rights reserved.