Skip to main content

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 XMLExportInternal() as %Status
The XMLExportInternal 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.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab