Namespace KAuthorized |
|
|
Extracted from kapplication (3.x). Kiosk authorization framework |
|
Allow a certain URL action. This can be useful if your application needs to ensure access to an application specific directory that may otherwise be subject to KIOSK restrictions. action - The name of the action. baseUrl - The url where the action originates from _destUrl - The object of the action |
|
Returns whether a certain action is authorized genericAction - The name of a generic action Returns true if the action is authorized To do: what are the generic actions? |
|
Returns whether access to a certain control module is authorized.
menuId - identifying the control module, e.g. kde-mouse.desktop Returns true if access to the module is authorized, false otherwise. |
|
Returns which control modules from a given list are authorized for access.
menuIds - list of menu-ids of control modules; an example of a menu-id is kde-mouse.desktop. Returns Those control modules for which access has been authorized. |
|
Returns whether a certain KAction is authorized.
action - The name of a KAction action. The name is prepended with "action/" before being passed to authorize() Returns true if the KAction is authorized |
|
Returns whether a certain URL related action is authorized.
action - The name of the action. Known actions are - list (may be listed (e.g. in file selection dialog)), - link (may be linked to), - open (may open) and - redirect (may be redirected to) baseUrl - The url where the action originates from destUrl - The object of the action Returns true when the action is authorized, false otherwise. |