Interface InboxService

All Superinterfaces:
ListInbox, ReadFromInbox, RemoveFromInbox, WriteToInbox

public interface InboxService extends ListInbox, ReadFromInbox, WriteToInbox, RemoveFromInbox
Aggregate view of operations possible with users' INBOX. Users' INBOX - asymmetrically encrypted storage of files that are shared with user.
  • Method Summary

    Methods inherited from interface de.adorsys.datasafe.inbox.api.actions.ListInbox

    list

    Methods inherited from interface de.adorsys.datasafe.inbox.api.actions.ReadFromInbox

    read

    Methods inherited from interface de.adorsys.datasafe.inbox.api.actions.RemoveFromInbox

    remove

    Methods inherited from interface de.adorsys.datasafe.inbox.api.actions.WriteToInbox

    write