Method |
Description |
|
Self ( ) : AuthorizationManager |
Singleton pattern accessor. |
|
SetAuthorizationInterface ( Plasma arg1 ) : void |
Register an implementation of AuthorizationInterface. Use this to make your shell handle authorization requests. This can only be set once to avoid that malicious plugins can change this. |
|
SetAuthorizationPolicy ( Plasma policy ) : void |
Set a policy used for authorizing incoming connections. You can either use one of the included policies, Default is to deny all incoming connections. This can only be set once to avoid that malicious plugins can change this. This means that you should ALWAYS call this function in any plasma shell, even if you like to use the default DenyAll policy. |
|