#include <KeyChain.h>
Inheritance diagram for mx::KeyChain:
Public Slots | |
void | slotAcceptAuthenticationRequest (const QString &msg, bool first_try) |
Slot implementation. | |
void | processAuthentication (const QString &user, const QString &password) |
Actual slot implementation. | |
void | processAuthenticationCancellation () |
Actual slot implementation. | |
Signals | |
void | signalAuthenticationCommitted (const QString &username, const QString &password) |
Actual signal. | |
void | signalAuthenticationCancelled () |
Actual signal. | |
void | signalAuthenticationRequest (const QString &msg, bool first_try) |
(Re)implemented. | |
Public Member Functions | |
mxm::smart< mxmStringList > | enumerateInterfaces () |
(Re)implemented. | |
mxm::smart< mxmStringList > | enumerateCapabilities (const mxmString &interface) |
(Re)implemented. | |
mxmPerlStyleHash & | chainKeys () |
(Re)implemented. | |
void | enableKeyForwarding (bool enabled) |
(Re)implemented. | |
mxmQtSlot | acceptAuthenticationRequestSlot () const |
(Re)implemented. | |
mxmQtSignal | authenticationCommittedSignal () const |
(Re)implemented. | |
mxmQtSignal | authenticationCancelledSignal () const |
(Re)implemented. | |
mxmQtSignal | authenticationRequestSignal () const |
(Re)implemented. | |
mxmQtSlot | processAuthenticationSlot () const |
(Re)implemented. | |
mxmQtSlot | processAuthenticationCancellationSlot () const |
(Re)implemented. | |
bool | awaitingAuthentication () |
(Re)implemented. | |
bool | wasAwaitingAuthentication () |
(Re)implemented. | |
Static Public Member Functions | |
static IComponentInvoker * | newInvoker () |
Generates an invoker singleton for the StreamFile component. | |
Static Private Member Functions | |
static mxm::smart< mxmStringList > | _enumerateInterfaces () |
These static methods provide interface and capability ids for registration with the framework (for both the component and its invoker). | |
static mxm::smart< mxmStringList > | _enumerateCapabilities (const mxmString &interface) |
Private Attributes | |
mxmPerlStyleHash | ChainKeys |
int | CurrentKey |
bool | ForwardingEnabled |
bool | Forwarding |
bool | AwaitingAuthentication |
bool | WasAwaitingAuthentication |
Classes | |
class | Invoker |
[khe]
Kai Hergenroether