The security model in Marklogic
Ans: Three main principles used in MarkLogic Server security:
- Authentication and Access Control
- Authorization
- 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
Post a Comment