|
|
@ -32,22 +32,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CertificateManagementAdminService related APIs -->
|
|
|
|
<!-- CertificateManagementAdminService related APIs -->
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>Save certificate</name>
|
|
|
|
<name>View all certificates</name>
|
|
|
|
<path>/device-mgt/admin/certificate/Save</path>
|
|
|
|
<path>/device-mgt/admin/certificate/GetAll</path>
|
|
|
|
<url>/admin/certificates</url>
|
|
|
|
<url>/admin/certificates</url>
|
|
|
|
<method>POST</method>
|
|
|
|
|
|
|
|
</Permission>
|
|
|
|
|
|
|
|
<Permission>
|
|
|
|
|
|
|
|
<name>Get certificate</name>
|
|
|
|
|
|
|
|
<path>/device-mgt/admin/certificate/Get</path>
|
|
|
|
|
|
|
|
<url>/admin/certificates/*</url>
|
|
|
|
|
|
|
|
<method>GET</method>
|
|
|
|
<method>GET</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>Get all certificates</name>
|
|
|
|
<name>Add certificate</name>
|
|
|
|
<path>/device-mgt/admin/certificate/GetAll</path>
|
|
|
|
<path>/device-mgt/admin/certificate/Add</path>
|
|
|
|
<url>/admin/certificates</url>
|
|
|
|
<url>/admin/certificates</url>
|
|
|
|
<method>GET</method>
|
|
|
|
<method>POST</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>Remove certificate</name>
|
|
|
|
<name>Remove certificate</name>
|
|
|
@ -55,5 +49,11 @@
|
|
|
|
<url>/admin/certificates/*</url>
|
|
|
|
<url>/admin/certificates/*</url>
|
|
|
|
<method>DELETE</method>
|
|
|
|
<method>DELETE</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
|
|
|
|
<Permission>
|
|
|
|
|
|
|
|
<name>View certificate</name>
|
|
|
|
|
|
|
|
<path>/device-mgt/admin/certificate/View</path>
|
|
|
|
|
|
|
|
<url>/admin/certificates/*</url>
|
|
|
|
|
|
|
|
<method>GET</method>
|
|
|
|
|
|
|
|
</Permission>
|
|
|
|
<!-- End of CertificateManagementAdminService related APIs -->
|
|
|
|
<!-- End of CertificateManagementAdminService related APIs -->
|
|
|
|
</PermissionConfiguration>
|
|
|
|
</PermissionConfiguration>
|
|
|
|