sec:get-saml-entity

sec:get-saml-entity(
   $saml-entity-id as xs:string
) as element(sec:saml-entity)?

Summary

This function returns the named SAML entity.

Parameters
saml-entity-id The id of the SAML entity to be returned.

Example



xquery version "1.0-ml"; 
 
import module namespace sec = "http://marklogic.com/xdmp/security" 
      at "/MarkLogic/security.xqy";

sec:get-saml-entity("http://id.example.com/example") 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy