|
|
@ -33,33 +33,33 @@
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>get certificate in the database</name>
|
|
|
|
<name>get certificate in the database</name>
|
|
|
|
<path>/device-mgt/emm-admin/certificate/GetSignCSR</path>
|
|
|
|
<path>/device-mgt/emm-admin/certificate/GetSignCSR</path>
|
|
|
|
<url>/certificates/signcsr</url>
|
|
|
|
<url>/certificates/sign-csr</url>
|
|
|
|
<method>POST</method>
|
|
|
|
<method>POST</method>
|
|
|
|
<scope>emm_admin</scope>
|
|
|
|
<scope>emm_admin</scope>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CertificateManagementAdminService related APIs -->
|
|
|
|
<!-- CertificateManagementAdminService related APIs -->
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>Save certificate in the database</name>
|
|
|
|
<name>Save certificate</name>
|
|
|
|
<path>/device-mgt/admin/certificate/save</path>
|
|
|
|
<path>/device-mgt/admin/certificate/Save</path>
|
|
|
|
<url>/certificates</url>
|
|
|
|
<url>/certificates</url>
|
|
|
|
<method>POST</method>
|
|
|
|
<method>POST</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>get certificate in the database</name>
|
|
|
|
<name>Get certificate</name>
|
|
|
|
<path>/device-mgt/admin/certificate/Get</path>
|
|
|
|
<path>/device-mgt/admin/certificate/Get</path>
|
|
|
|
<url>/certificates/*</url>
|
|
|
|
<url>/certificates/*</url>
|
|
|
|
<method>GET</method>
|
|
|
|
<method>GET</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>get certificate in the database</name>
|
|
|
|
<name>Get all certificates</name>
|
|
|
|
<path>/device-mgt/admin/certificate/GetAll</path>
|
|
|
|
<path>/device-mgt/admin/certificate/GetAll</path>
|
|
|
|
<url>/certificates</url>
|
|
|
|
<url>/certificates</url>
|
|
|
|
<method>GET</method>
|
|
|
|
<method>GET</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|
<Permission>
|
|
|
|
<Permission>
|
|
|
|
<name>get certificate in the database</name>
|
|
|
|
<name>Remove certificate</name>
|
|
|
|
<path>/device-mgt/admin/certificate/Get</path>
|
|
|
|
<path>/device-mgt/admin/certificate/Remove</path>
|
|
|
|
<url>/certificates/*</url>
|
|
|
|
<url>/certificates/*</url>
|
|
|
|
<method>DELETE</method>
|
|
|
|
<method>DELETE</method>
|
|
|
|
</Permission>
|
|
|
|
</Permission>
|
|
|
|