NetworkManagerQt
secretagentadaptor.cpp
30void SecretAgentAdaptor::CancelGetSecrets(const QDBusObjectPath &connection_path, const QString &setting_name)
36void SecretAgentAdaptor::DeleteSecrets(NMVariantMapMap connection, const QDBusObjectPath &connection_path)
52void SecretAgentAdaptor::SaveSecrets(NMVariantMapMap connection, const QDBusObjectPath &connection_path)
Implementation of a private D-Bus interface used by secret agents that store and provide secrets to N...
Definition secretagent.h:30
virtual void CancelGetSecrets(const QDBusObjectPath &connection_path, const QString &setting_name)=0
Called when the subclass should cancel an outstanding request to get secrets for a given connection.
virtual NMVariantMapMap GetSecrets(const NMVariantMapMap &connection, const QDBusObjectPath &connection_path, const QString &setting_name, const QStringList &hints, uint flags)=0
Called when the subclass should retrieve and return secrets.
virtual void DeleteSecrets(const NMVariantMapMap &connection, const QDBusObjectPath &connection_path)=0
Called when the subclass should delete the secrets contained in the connection from backing storage.
virtual void SaveSecrets(const NMVariantMapMap &connection, const QDBusObjectPath &connection_path)=0
Called when the subclass should save the secrets contained in the connection to backing storage.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:46:15 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:46:15 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.