Class Collection

java.lang.Object
All Implemented Interfaces:
AsyncInitable, DBusInterface, Initable, Proxy

@Generated("io.github.jwharm.JavaGI") public class Collection extends DBusProxy implements AsyncInitable, DBusInterface, Initable
A proxy object representing a collection of secrets in the Secret Service.

SecretCollection represents a collection of secret items stored in the Secret Service.

A collection can be in a locked or unlocked state. Use SecretService#lock or SecretService#unlock to lock or unlock the collection.

Use the SecretCollection:items property or SecretCollection#getItems to lookup the items in the collection. There may not be any items exposed when the collection is locked.