| Class | Description |
|---|---|
| ListInboxImpl |
Default listing service that locates user INBOX folder using
ResourceResolver
and delegates request to StorageListService to list all files within it. |
| ListInboxImpl_Factory | |
| ReadFromInboxImpl |
Default implementation for stream reading that resolves incoming resource path using
ResourceResolver against INBOX and then reads and asymmetrically decrypts data from it
using EncryptedDocumentReadService |
| ReadFromInboxImpl_Factory | |
| RemoveFromInboxImpl |
Default removal service that locates resource to remove using
ResourceResolver and
directly calls StorageRemoveService to delete resolved resource within INBOX. |
| RemoveFromInboxImpl_Factory | |
| WriteToInboxImpl |
Default implementation for stream writing that resolves incoming resource path using
ResourceResolver against INBOX and then reads and asymmetrically encrypts data into it
using EncryptedDocumentReadService |
| WriteToInboxImpl_Factory |
Copyright © 2019. All rights reserved.