X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebCtrlAuthenticationChallenge.h;h=5e44b088930df0df7e11e527e3e1672798faac48;hb=42a27b62eb0eab690d8a7c3bd10bb18bb5cfde06;hp=36c165a95b7e245421c7842ad8bd77369f39bada;hpb=532390cf38309eb554d601491a0bb1abea3af395;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebCtrlAuthenticationChallenge.h b/inc/FWebCtrlAuthenticationChallenge.h old mode 100755 new mode 100644 index 36c165a..5e44b08 --- a/inc/FWebCtrlAuthenticationChallenge.h +++ b/inc/FWebCtrlAuthenticationChallenge.h @@ -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);