Class FreedesktopKeyringBackend

  • All Implemented Interfaces:
    KeyringBackend, AutoCloseable

    public class FreedesktopKeyringBackend
    extends Object
    implements KeyringBackend

    Keyring backend which uses Freedesktop Secret service. Seems that concurrent reads/writes are unsafe. Not sure if a problem with the java libraries or the secret-service in dbus.

    Maybe replace with https://specifications.freedesktop.org/secret-service/?