MCPcopy Create free account
hub / github.com/crewjam/saml / Element

Method Element

schema.go:703–707  ·  view source on GitHub ↗

Element returns an etree.Element representing the object in XML form.

()

Source from the content-addressed store, hash-verified

701
702// Element returns an etree.Element representing the object in XML form.
703func (sm StatusMessage) Element() *etree.Element {
704 el := etree.NewElement("samlp:StatusMessage")
705 el.SetText(sm.Value)
706 return el
707}
708
709// StatusDetail represents the SAML element StatusDetail.
710//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected