sec.privilegeExists( action as String, kind as String ) as Boolean
This function returns true if the specified privilege exists.
Parameters | |
---|---|
action | The URI of the privilege. |
kind | The kind of privilege: "execute" or uri". |
http://marklogic.com/xdmp/privileges/get-privilege
This function must be executed against the security database.
// execute this against the security database const sec = require('/MarkLogic/security.xqy'); sec.privilegeExists("http://marklogic.com/xdmp/privileges/getPrivilege", "execute")