sec.getCredentialIds

sec.getCredentialIds() as Sequence

Summary

This function returns a list of all of the credential IDs in the security database.

Required Privileges

http://marklogic.com/xdmp/privileges/get-credential-ids

Usage Notes

This function must be executed against the security database.

Example



const sec = require('/MarkLogic/security.xqy');
 
sec.getCredentialIds()

    
Powered by MarkLogic Server | Terms of Use | Privacy Policy