xdmp:role( $role as xs:string ) as xs:unsignedLong
Returns the role ID for the specified role name. Unlike the security
library module function
sec:uid-for-name
,
this function
can be evaluated against any database and does not need to be evaluated
directly against the security database. It returns the role ID from the
security database configured for the database in which the App Server
evaluates against.
Parameters | |
---|---|
role | A role name. |
xdmp:role("editor") => 2392349873545
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.