xdmp.hasPrivilege( privileges as String[], kind as String ) as Boolean
Tests whether the current user has at least one of a given set of privileges. Returns true if they do, false otherwise.
Parameters | |
---|---|
privileges | The set of privilege URIs. These are the URIs for the privileges, not the names of the privileges. |
kind | The kind of privileges (either "execute" or "uri"). |
xdmp.hasPrivilege("http://myprivs/function-foo", "execute"); => true if the current user has the execute privilege on a privilege with the URI "http://myprivs/function-foo"