Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlAuthenticationChallenge.h
old mode 100755 (executable)
new mode 100644 (file)
index 36c165a..5e44b08
@@ -34,8 +34,8 @@ namespace Tizen { namespace Web { namespace Controls
 
 /**
  *
- * @class              AuthenticationChallenge
- * @brief              This class handles the HyperText Transfer Protocol (HTTP) authentication requests.
+ * @class      AuthenticationChallenge
+ * @brief      This class handles the HyperText Transfer Protocol (HTTP) authentication requests.
  *
  * @since              2.0
  *
@@ -58,15 +58,15 @@ public:
         * Sends the user ID and password to the host.
         *
         * @since               2.0
+        * @privlevel           public
+        * @privilege           %http://tizen.org/privilege/web.service
         *
-        * @privlevel   public
-        * @privilege   http://tizen.org/privilege/web.privacy
-        *
-        * @param[in]   userId                  The user ID for authentication
-        * @param[in]   password                The password for authentication
-        * @exception   E_SUCCESS                       The method is successful.
-        * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
-        * @remarks             The specific error code can be accessed using the GetLastResult() method.
+        * @param[in]           userId                                          The user ID for authentication
+        * @param[in]           password                                        The password for authentication
+        * @exception           E_SUCCESS                                       The method is successful.
+        * @exception           E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
+        * @exception           E_USER_NOT_CONSENTED            The user has blocked the application from calling this method. @b Since: @b 2.1
+        * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void Process(const UserId& userId, const Tizen::Base::String& password);
 
@@ -74,13 +74,13 @@ public:
         * Cancels the authentication request.
         *
         * @since               2.0
+        * @privlevel           public
+        * @privilege           %http://tizen.org/privilege/web.service
         *
-        * @privlevel   public
-        * @privilege   http://tizen.org/privilege/web.privacy
-        *
-        * @exception   E_SUCCESS                       The method is successful.
-        * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
-        * @remarks             The specific error code can be accessed using the GetLastResult() method.
+        * @exception           E_SUCCESS                                       The method is successful.
+        * @exception           E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
+        * @exception           E_USER_NOT_CONSENTED            The user has blocked the application from calling this method. @b Since: @b 2.1
+        * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void Cancel(void);