X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSecAccessController.h;h=d07843b087c90c0d6ae58ea21af043f214f585e9;hb=07a771d39ebf4c7f26a04aeb3e06f9d7eb1c6dc2;hp=3d66c656a61e09b62d8f0185c3a5aa899c31f628;hpb=7a80ceb0618cbe07a93f985c3561ddccf4a4929b;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecAccessController.h b/inc/FSecAccessController.h index 3d66c65..d07843b 100644 --- a/inc/FSecAccessController.h +++ b/inc/FSecAccessController.h @@ -34,10 +34,10 @@ class _PrivilegeManager; /** * @class AccessController - * @brief This class provides a way to check the privilege of privileged API. + * @brief This class provides methods to check the privilege of privileged API. * @since 2.0 * - * The %AccessController class provides a way to check the privilege of privileged API. + * The %AccessController class provides methods to check the privilege of privileged API. */ class _OSP_EXPORT_ AccessController { @@ -54,7 +54,7 @@ public: * @exception E_DATA_NOT_FOUND The privilege information does not exist. * @exception E_OUT_OF_MEMORY The memory is insufficient. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @exception E_USER_NOT_CONSENTED The user blocks an application from calling this method. + * @exception E_USER_NOT_CONSENTED The user has blocked the application from calling this method. * @exception E_SYSTEM An unexpected system error has occurred. */ static result CheckPrivilege(int privilege); @@ -69,27 +69,27 @@ public: * @exception E_INVALID_ARG The specified @c privilege is an invalid privilege string. * @exception E_DATA_NOT_FOUND The privilege information does not exist. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @exception E_USER_NOT_CONSENTED The user blocks an application from calling this method. + * @exception E_USER_NOT_CONSENTED The user has blocked the application from calling this method. * @exception E_SYSTEM The method cannot proceed due to a severe system error. */ static result CheckPrivilege(const Tizen::Base::String& privilege); /** - * Checks whether the client application which has @c packageId has a privilege to invoke the privileged API. + * Checks whether the client application with the specified @c packageId has a privilege to invoke the privileged API. * * @since 2.1 * @privlevel partner * @privilege %http://tizen.org/privilege/privilegemanager.read * * @return An error code - * @param[in] packageId The package ID + * @param[in] packageId The package ID * @param[in] privilege A string of the specified privilege * @exception E_SUCCESS The method is successful and the request is granted. * @exception E_INVALID_ARG The specified @c privilege is an invalid privilege string. * @exception E_DATA_NOT_FOUND The privilege information does not exist. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @exception E_USER_NOT_CONSENTED The user blocks an application from calling this method. + * @exception E_USER_NOT_CONSENTED The user has blocked the application from calling this method. * @exception E_SYSTEM The method cannot proceed due to a severe system error. */ static result CheckPrivilege(const Tizen::App::PackageId& packageId, const Tizen::Base::String& privilege);