Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

HS.IHE.XUA.SecurityElement

class HS.IHE.XUA.SecurityElement extends %SOAP.Security.Element

Property Inventory

Method Inventory

Properties

property Content as %String);
This property has no XML projection of its own, as it is used to contain all the intended output XML.
Property methods: ContentDisplayToLogical(), ContentGet(), ContentIsValid(), ContentLogicalToDisplay(), ContentLogicalToOdbc(), ContentNormalize(), ContentSet()

Methods

classmethod AssertionXML(pAssertion As %SAML.Assertion = "", pDocument As %XML.Document = "", Output pAssertionXML As %String, pCanonicalize As %Boolean = 1) as %Status
method XMLExport(top As %String, format As %String, namespaces As %XML.Namespaces, attrs, createId As %String, typeAttr As %String, ByRef oreflist, ByRef idlist, initialIndent As %String, local As %Boolean, mimeAttachments As %Net.MIMEPart) as %Status
The XMLExport method is overridden to allow the contents of AssertionContent to be used for output. In practice, the content is intended to be a SAML Assertion that Caché can't produce using the %SAML.Assertion class.
method XMLExportInternal() as %Status
Inherited description: XMLExportInternal is internal method used by XMLExport

Inherited Members

Inherited Methods

FeedbackOpens in a new tab