Plasma
Plasma::DenyAllAuthorization Class Reference
Implementation of AuthorizationInterface that you can use if you don't want to allow any remote access in your shell. More...
#include <denyallauthorization_p.h>
Inheritance diagram for Plasma::DenyAllAuthorization:

Public Member Functions | |
| virtual void | authorizationRequest (AuthorizationRule &rule) |
| virtual void | clientPinRequest (ClientPinRequest &request) |
| DenyAllAuthorization () | |
| ~DenyAllAuthorization () | |
Detailed Description
Implementation of AuthorizationInterface that you can use if you don't want to allow any remote access in your shell.
- Since:
- 4.4?
Definition at line 39 of file denyallauthorization_p.h.
Constructor & Destructor Documentation
| Plasma::DenyAllAuthorization::DenyAllAuthorization | ( | ) |
Definition at line 31 of file denyallauthorization.cpp.
| Plasma::DenyAllAuthorization::~DenyAllAuthorization | ( | ) |
Definition at line 35 of file denyallauthorization.cpp.
Member Function Documentation
| void Plasma::DenyAllAuthorization::authorizationRequest | ( | AuthorizationRule & | rule | ) | [virtual] |
implement this function to respond to an incoming request that doesn't match any rule.
- Parameters:
-
rule a new AuthorizationRule matching an incoming operation. Call setRules on this rule to allow/deny the operation.
Implements Plasma::AuthorizationInterface.
Definition at line 45 of file denyallauthorization.cpp.
| void Plasma::DenyAllAuthorization::clientPinRequest | ( | ClientPinRequest & | request | ) | [virtual] |
Implement this function to respond to an outgoing connection that needs a password to connect successfully.
As a response to this you'll probably want to show a dialog.
- Parameters:
-
request a ClientPinRequest where you can call setPin on to set the pin for the outgoing connection.
Implements Plasma::AuthorizationInterface.
Definition at line 39 of file denyallauthorization.cpp.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference