Package-level declarations
Types
Link copied to clipboard
interface AbstractDocumentMetadata
Interface that all objects returned in Document.metadata must implement.
Link copied to clipboard
class Document
This class represents a document created in DocumentStore.
Link copied to clipboard
A document was added to the DocumentStore.
Link copied to clipboard
A document was deleted from the DocumentStore.
Link copied to clipboard
Event describing a change in a Document in the DocumentStore or DocumentStore itself.
Link copied to clipboard
Implementation of AbstractDocumentMetadata suitable for most use-cases.
Link copied to clipboard
Document request.
Link copied to clipboard
class DocumentStore
Class for storing real-world identity documents.
Link copied to clipboard
A document in the DocumentStore was updated.
Link copied to clipboard
object DocumentUtil
A set of utilities and helpers for working with documents.
Link copied to clipboard
class NameSpacedData
Key/value pairs, organized by name space.
Functions
Link copied to clipboard
fun buildDocumentStore(storage: Storage, secureAreaRepository: SecureAreaRepository, builderAction: DocumentStore.Builder.() -> Unit): DocumentStore
Builds a DocumentStore