sec.securityNamespace

sec.securityNamespace() as String

Summary

Returns a string corresponding to the uri of the security namespace.

Usage Notes

This function must be executed against the security database.

Example


// Execute this against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');

sec.securityNamespace();

// ==> http://marklogic.com/xdmp/security
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy