Home
last modified time | relevance | path

Searched defs:SecretService (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/zalando/go-keyring/secret_service/
H A Dsecret_service.go43 type SecretService struct { struct
44 *dbus.Conn
45 object dbus.BusObject
62 func (s *SecretService) OpenSession() (dbus.BusObject, error) {
75 func (s *SecretService) CheckCollectionPath(path dbus.ObjectPath) error {
91 func (s *SecretService) GetCollection(name string) dbus.BusObject {
96 func (s *SecretService) GetLoginCollection() dbus.BusObject {
105 func (s *SecretService) Unlock(collection dbus.ObjectPath) error {
132 func (s *SecretService) Close(session dbus.BusObject) error {
137 func (s *SecretService) CreateCollection(label string) (dbus.BusObject, error) {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-keychain/secretservice/
H A Dsecretservice.go38 type SecretService struct { struct
39 conn *dbus.Conn
40 signalCh <-chan *dbus.Signal
41 sessionOpenTimeout time.Duration
64 func (s *SecretService) SetSessionOpenTimeout(d time.Duration) {
68 func (s *SecretService) ServiceObj() *dbus.Object {
72 func (s *SecretService) Obj(path dbus.ObjectPath) *dbus.Object {
160 func (s *SecretService) CloseSession(session *Session) {
204 func (s *SecretService) DeleteItem(item dbus.ObjectPath) (err error) {
263 func (s *SecretService) Unlock(items []dbus.ObjectPath) (err error) {
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/secret-service/src/
H A Dlib.rs209 pub struct SecretService { struct
215 impl SecretService { argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/secret-service-1.1.0/src/
H A Dlib.rs209 pub struct SecretService { struct
215 impl SecretService { implementation
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/secret-service-1.1.3/src/
H A Dlib.rs209 pub struct SecretService { struct
215 impl SecretService { argument
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/impl/
H A DSession.h10 class SecretService; variable
H A DCollection.h14 class SecretService; variable
H A DSecretService.cpp16 SecretService::SecretService(sdbus::IConnection &conn, in SecretService() function in SecretService
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/
H A Dmock-service-cancel.py7 class SecretService(mock.SecretService): class
H A Dmock-service-normal.py11 class SecretService(mock.SecretService): class
/dports/security/libsecret/libsecret-0.20.4/libsecret/
H A Dsecret-service.h46 typedef struct _SecretService SecretService; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsecret/libsecret/
H A Dsecret-service.h53 typedef struct _SecretService SecretService; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsecret/libsecret/
H A Dsecret-service.h53 typedef struct _SecretService SecretService; typedef
/dports/audio/pithos/pithos-1.5.1/pithos/
H A Dutil.py180 SecretService = _SecretService() variable
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DLibSecret.cpp25 typedef struct _SecretService SecretService; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DLibSecret.cpp25 typedef struct _SecretService SecretService; typedef
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DLibSecret.cpp25 typedef struct _SecretService SecretService; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DLibSecret.cpp25 typedef struct _SecretService SecretService; typedef
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/mock/
H A Dservice.py461 class SecretService(dbus.service.Object): class
/dports/security/libsecret/libsecret-0.20.4/libsecret/mock/
H A Dservice.py464 class SecretService(dbus.service.Object): class