[KeyManager] All privileges have been removed.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Wed, 2 Mar 2016 11:57:48 +0000 (12:57 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Tue, 8 Mar 2016 06:24:02 +0000 (07:24 +0100)
Change-Id: I68e8ddad9ff05a2854d53707edda3aa4afb010ce
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/keymanager.html

index b3e9676..b8931f0 100644 (file)
 <h2>Table of Contents</h2>
 <ul class="toc">
 <li>1. <a href="#typedefs-section">Type Definitions</a><ul class="toc">
-<li>1.1. <a href="#RawData">RawData</a>
+<li>
+                    1.1. <a href="#RawData">RawData</a>
 </li>
-<li>1.2. <a href="#PermissionType">PermissionType</a>
+<li>
+                    1.2. <a href="#PermissionType">PermissionType</a>
 </li>
 </ul>
 </li>
 </tr>
 <tr>
 <td><a href="#KeyManager">KeyManager</a></td>
-<td>void <a href="#KeyManager::saveData">saveData</a> (DOMString name, <a href="#RawData">RawData</a> rawData, optional DOMString? password, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback)<br>
-    void <a href="#KeyManager::removeData">removeData</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias)<br>
-    <a href="#RawData">RawData</a> <a href="#KeyManager::getData">getData</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias, optional DOMString? password)<br>
-    <a href="#KeyManagerAlias">KeyManagerAlias</a>[] <a href="#KeyManager::getDataAliasList">getDataAliasList</a> ()<br>
-    void <a href="#KeyManager::setPermission">setPermission</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias, <a href="package.html#PackageId">PackageId</a> packageId, <a href="#PermissionType">PermissionType</a> permissionType, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback)</td>
+<td>
+<div>void <a href="#KeyManager::saveData">saveData</a> (DOMString name, <a href="#RawData">RawData</a> rawData, optional DOMString? password, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback)</div>
+<div>void <a href="#KeyManager::removeData">removeData</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias)</div>
+<div>
+<a href="#RawData">RawData</a> <a href="#KeyManager::getData">getData</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias, optional DOMString? password)</div>
+<div>
+<a href="#KeyManagerAlias">KeyManagerAlias</a>[] <a href="#KeyManager::getDataAliasList">getDataAliasList</a> ()</div>
+<div>void <a href="#KeyManager::setPermission">setPermission</a> (<a href="#KeyManagerAlias">KeyManagerAlias</a> dataAlias, <a href="package.html#PackageId">PackageId</a> packageId, <a href="#PermissionType">PermissionType</a> permissionType, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback)</div>
+</td>
 </tr>
 <tr>
 <td><a href="#KeyManagerAlias">KeyManagerAlias</a></td>
@@ -175,14 +181,6 @@ The <em>ErrorCallback</em> is launched with these error types:
 UnknownError - If the method cannot be completed because of an unknown error.              </li>
             </ul>
            </div>
-<p><span class="privilegelevel">
-            Privilege level: </span>
- public
-            </p>
-<p><span class="privilege">
-            Privilege: </span>
-      http://tizen.org/privilege/keymanager
-            </p>
 <div class="parameters">
 <p><span class="param">Parameters:</span></p>
 <ul>
@@ -210,14 +208,9 @@ UnknownError - If the method cannot be completed because of an unknown error.
 </div>
 <div class="exceptionlist">
 <p><span class="except">Exceptions:</span></p>
-          <ul class="exception"><li>WebAPIException<ul>
-<li class="list"><p>
+          <ul class="exception"><li>WebAPIException<ul><li class="list"><p>
  with error type TypeMismatchError, if any input parameter is not compatible with the expected type for that parameter.
-                </p></li>
-<li class="list"><p>
- with error type SecurityError, if the application does not have the privilege to call this method.
-                </p></li>
-</ul>
+                </p></li></ul>
 </li></ul>
         </div>
 <div class="example">
@@ -252,14 +245,6 @@ To remove data, an application must have permission to remove that data. By defa
 If an application calls this method to remove data which it saved into the KeyManager, the <em>dataAlias</em> parameter does not require the <em>packageId</em> attribute.
             </p>
            </div>
-<p><span class="privilegelevel">
-            Privilege level: </span>
- public
-            </p>
-<p><span class="privilege">
-            Privilege: </span>
-      http://tizen.org/privilege/keymanager
-            </p>
 <div class="parameters">
 <p><span class="param">Parameters:</span></p>
 <ul>
@@ -279,9 +264,6 @@ If an application calls this method to remove data which it saved into the KeyMa
  with error type TypeMismatchError, if any input parameter is not compatible with the expected type for that parameter.
                 </p></li>
 <li class="list"><p>
- with error type SecurityError, if the application does not have the privilege to call this method.
-                </p></li>
-<li class="list"><p>
  with error type UnknownError, if the method cannot be completed because of an unknown error
                 </p></li>
 </ul>
@@ -336,14 +318,6 @@ To get raw data, an application must have permission to get that raw data. By de
 If an application calls this method to retrieve raw data which it saved into the KeyManager, the <em>dataAlias</em> parameter does not require the <em>packageId</em> attribute.
             </p>
            </div>
-<p><span class="privilegelevel">
-            Privilege level: </span>
- public
-            </p>
-<p><span class="privilege">
-            Privilege: </span>
-      http://tizen.org/privilege/keymanager
-            </p>
 <div class="parameters">
 <p><span class="param">Parameters:</span></p>
 <ul>
@@ -371,9 +345,6 @@ If an application calls this method to retrieve raw data which it saved into the
  with error type TypeMismatchError, if any input parameter is not compatible with the expected type for that parameter.
                 </p></li>
 <li class="list"><p>
- with error type SecurityError, if the application does not have the privilege to call this method.
-                </p></li>
-<li class="list"><p>
  with error type VerificationError, if the method cannot be completed because an incorrect password is used.
                 </p></li>
 <li class="list"><p>
@@ -422,28 +393,15 @@ If an application calls this method to retrieve raw data which it saved into the
             Since: </span>
  3.0
             </p>
-<p><span class="privilegelevel">
-            Privilege level: </span>
- public
-            </p>
-<p><span class="privilege">
-            Privilege: </span>
-      http://tizen.org/privilege/keymanager
-            </p>
 <div class="returntype">
 <p><span class="return">Return value:</span></p>
  KeyManagerAlias[] Array of aliases.
               </div>
 <div class="exceptionlist">
 <p><span class="except">Exceptions:</span></p>
-          <ul class="exception"><li>WebAPIException<ul>
-<li class="list"><p>
- with error type SecurityError, if the application does not have the privilege to call this method.
-                </p></li>
-<li class="list"><p>
+          <ul class="exception"><li>WebAPIException<ul><li class="list"><p>
  with error type UnknownError, if the method cannot be completed because of an unknown error.
-                </p></li>
-</ul>
+                </p></li></ul>
 </li></ul>
         </div>
 <div class="example">
@@ -484,14 +442,6 @@ NotFoundError - If the dataAlias cannot be found.              </li>
 UnknownError - If the method cannot be completed because of an unknown error.              </li>
             </ul>
            </div>
-<p><span class="privilegelevel">
-            Privilege level: </span>
- public
-            </p>
-<p><span class="privilege">
-            Privilege: </span>
-      http://tizen.org/privilege/keymanager
-            </p>
 <div class="parameters">
 <p><span class="param">Parameters:</span></p>
 <ul>
@@ -519,14 +469,9 @@ UnknownError - If the method cannot be completed because of an unknown error.
 </div>
 <div class="exceptionlist">
 <p><span class="except">Exceptions:</span></p>
-          <ul class="exception"><li>WebAPIException<ul>
-<li class="list"><p>
+          <ul class="exception"><li>WebAPIException<ul><li class="list"><p>
  with error type TypeMismatchError, if any input parameter is not compatible with the expected type for that parameter.
-                </p></li>
-<li class="list"><p>
- with error type SecurityError, if the application does not have the privilege to call this method.
-                </p></li>
-</ul>
+                </p></li></ul>
 </li></ul>
         </div>
 <div class="example">