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 &) |
Constructor & Destructor Documentation
| KAuth::FakeBackend::FakeBackend | ( | ) |
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:
KDE 4.7 API Reference