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
| builddir build BUILD kdelibs kdecore auth backends fake FakeBackend cpp KAuth::FakeBackend::FakeBackend | ( | ) |
Definition at line 26 of file FakeBackend.cpp.
Member Function Documentation
| Action::AuthStatus KAuth::FakeBackend::actionStatus | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 43 of file FakeBackend.cpp.
| Action::AuthStatus KAuth::FakeBackend::authorizeAction | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 32 of file FakeBackend.cpp.
| QByteArray KAuth::FakeBackend::callerID | ( | ) | const [virtual] |
Implements KAuth::AuthBackend.
Definition at line 49 of file FakeBackend.cpp.
| bool KAuth::FakeBackend::isCallerAuthorized | ( | const QString & | action, |
| QByteArray | callerID | ||
| ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 54 of file FakeBackend.cpp.
| void KAuth::FakeBackend::setupAction | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 38 of file FakeBackend.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference