KDECore
KAuth::FakeBackend Class Reference
#include <FakeBackend.h>
Inheritance diagram for KAuth::FakeBackend:

Public Member Functions | |
| FakeBackend () | |
| virtual Action::AuthStatus | actionStatus (const QString &) |
| virtual Action::AuthStatus | authorizeAction (const QString &) |
| virtual QByteArray | callerID () const |
| virtual bool | isCallerAuthorized (const QString &action, QByteArray callerID) |
| virtual void | setupAction (const QString &) |
Detailed Description
Definition at line 31 of file FakeBackend.h.
Constructor & Destructor Documentation
Definition at line 25 of file FakeBackend.cpp.
Member Function Documentation
| Action::AuthStatus KAuth::FakeBackend::actionStatus | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 42 of file FakeBackend.cpp.
| Action::AuthStatus KAuth::FakeBackend::authorizeAction | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 31 of file FakeBackend.cpp.
| QByteArray KAuth::FakeBackend::callerID | ( | ) | const [virtual] |
Implements KAuth::AuthBackend.
Definition at line 48 of file FakeBackend.cpp.
| bool KAuth::FakeBackend::isCallerAuthorized | ( | const QString & | action, |
| QByteArray | callerID | ||
| ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 53 of file FakeBackend.cpp.
| void KAuth::FakeBackend::setupAction | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 37 of file FakeBackend.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:06:48 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:06:48 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.