
sec:uri-credential-target( $uri-pattern as xs:string, $authentication as xs:string ) as element(sec:credential-target)
This function generates a sec:credential-target element, for use with sec:create-credential.
| Parameters | |
|---|---|
| uri-pattern | The URI pattern to match. |
| authentication | The authentication type (for example, "digest"). |
This function must be executed against the security database.
xquery version "1.0-ml";
import module namespace sec = "http://marklogic.com/xdmp/security"
at "/MarkLogic/security.xqy";
sec:uri-credential-target("my-pattern", "digest")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.