xdmp:security-assert( $privileges as xs:string*, $kind as xs:string ) as empty-sequence()
Tests whether the current user has at least one of a given set of privileges. Raises an error if the user does not have any of the privileges.
Parameters | |
---|---|
privileges | The set of privilege URIs. These are the action URIs for the privileges, not the names of the privileges. |
kind | The kind of privileges (either "execute" or "uri"). |
xdmp:security-assert("http://my-function/function-foo", "execute")