Module: Secret::Backend
- Defined in:
- (unknown)
Overview
Secret::Backend represents a backend implementation of password storage.
Instance Method Summary collapse
- #clear(schema, attributes, cancellable, callback, user_data) ⇒ nil
- #clear_finish(result) ⇒ Boolean
- #ensure_for_flags(flags, cancellable, callback, user_data) ⇒ nil
- #ensure_for_flags_finish(result) ⇒ Boolean
- #lookup(schema, attributes, cancellable, callback, user_data) ⇒ nil
- #lookup_finish(result) ⇒ Secret::Value
- #search(schema, attributes, flags, cancellable, callback, user_data) ⇒ nil
- #search_finish(result) ⇒ GLib::List<GObject>
- #store(schema, attributes, collection, label, value, cancellable, callback, user_data) ⇒ nil
- #store_finish(result) ⇒ Boolean