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

Public Member Functions | |
| AuthServicesBackend () | |
| virtual bool | actionExists (const QString &action) |
| 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 28 of file AuthServicesBackend.h.
Constructor & Destructor Documentation
| KAuth::AuthServicesBackend::AuthServicesBackend | ( | ) |
Definition at line 42 of file AuthServicesBackend.cpp.
Member Function Documentation
Reimplemented from KAuth::AuthBackend.
Definition at line 129 of file AuthServicesBackend.cpp.
| Action::AuthStatus KAuth::AuthServicesBackend::actionStatus | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 60 of file AuthServicesBackend.cpp.
| Action::AuthStatus KAuth::AuthServicesBackend::authorizeAction | ( | const QString & | action | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 55 of file AuthServicesBackend.cpp.
| QByteArray KAuth::AuthServicesBackend::callerID | ( | ) | const [virtual] |
Implements KAuth::AuthBackend.
Definition at line 88 of file AuthServicesBackend.cpp.
| bool KAuth::AuthServicesBackend::isCallerAuthorized | ( | const QString & | action, |
| QByteArray | callerID | ||
| ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 98 of file AuthServicesBackend.cpp.
| void KAuth::AuthServicesBackend::setupAction | ( | const QString & | ) | [virtual] |
Implements KAuth::AuthBackend.
Definition at line 48 of file AuthServicesBackend.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference