Warning, /plasma/plasma-workspace/doc/PolicyKit-kde/introduction.docbook is written in an unsupported language. File is not indexed.

0001 <chapter id="introduction">
0002 <title>Overview</title>
0003 
0004 <para>&policykit-kde; is a implementation of PolicyKit tool to the look and feel
0005 of KDE.</para>
0006 
0007 <para>PolicyKit allows easy and secure password management, it can be used by
0008 applications to ask their users for a password. Each application defines a set
0009 of actions that can be executed by their program.
0010 The application will call PolicyKit to see if the user can perform a given
0011 action, if not, the application can issue the auth dialog where the user
0012 can enter his/her password, root password, the password of a given group
0013 of users or even swipe the finger.</para>
0014 
0015 <para>&policykit-kde; consists of two applications:
0016 The Authorization agent that receives requests for authentication, and shows
0017 a dialog asking for a password.
0018 The Authorization manager that is used to manage the authorizations, it is
0019 mainly used by system administrators that may want to change the default behavior
0020 of a program policies.</para>
0021 
0022 <para>For Qt/KDE developers there is Qt library to allow easy integration with
0023 you application and PolicyKit.</para>
0024 
0025 <para>For more information of how PolicyKit works, it's design and API visit
0026 <ulink url="http://hal.freedesktop.org/docs/PolicyKit/">PolicyKit Library Reference Manual</ulink></para>
0027 
0028 </chapter>