The security model in Marklogic

 Ans: Three main principles used in MarkLogic Server security:


  1. Authentication and Access Control
  2. Authorization
  3. Administration
Authentication and Access Control:
Authentication is the process of verifying user credentials for a named user.

Authorization:
Authorization provides the mechanism to control document access, XQuery and JavaScript code execution, and document creation. 

Administration:
The administration is the process of defining, configuring, and managing the security objects, such as users, roles, privileges, and permissions that implement your security policies. 

Role-Based Security Model (Authorization)
Roles are the central point of authorization in the MarkLogic Server security model. Privileges, users, other roles, and document permissions all relate directly to roles. 

Comments

Popular posts from this blog

What is universal index and range index?

How to measure query Xquery performance in Marklogic?