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

Method Element

schema.go:1034–1038  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1032
1033// Element returns an etree.Element representing the object in XML form.
1034func (a *Audience) Element() *etree.Element {
1035 el := etree.NewElement("saml:Audience")
1036 el.SetText(a.Value)
1037 return el
1038}
1039
1040// OneTimeUse represents the SAML element OneTimeUse.
1041//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected