xdmp.privilege

xdmp.privilege(
   action as String,
   kind as String
) as (Number|String)

Summary

Returns the privilege ID for the specified privilege name. Unlike the security library module function sec.uidForName, this function can be evaluated against any database and does not need to be evaluated directly against the security database. It returns the privilege ID from the security database configured for the database in which the App Server evaluates against.

Parameters
action A privilege action.
kind A privilege kind: "execute" or "URI".

Example

xdmp.privilege("http://my-app/test","execute");
=> 2392349873545
Powered by MarkLogic Server | Terms of Use | Privacy Policy