Interface VaultSource

    • Method Detail

      • getEntry

        VaultEntry getEntry​(UUID id)
        Return a entry by id or null if not found.
        Parameters:
        id -
        Returns:
        The id or null
      • getEntryIds

        Iterable<UUID> getEntryIds()
        Return a not editable list of current stored entry ids.
        Returns:
        a list of ids.
      • getName

        String getName()
        Return a unique name of the source.
        Returns:
        the name
      • getEditable

        MutableVaultSource getEditable()
        Return a editable instance or null if not supported
        Returns:
        editable vault source