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

Method Element

schema.go:1020–1024  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1018
1019// Element returns an etree.Element representing the object in XML form.
1020func (a *AudienceRestriction) Element() *etree.Element {
1021 el := etree.NewElement("saml:AudienceRestriction")
1022 el.AddChild(a.Audience.Element())
1023 return el
1024}
1025
1026// Audience represents the SAML element Audience.
1027//

Callers

nothing calls this directly

Calls 1

ElementMethod · 0.45

Tested by

no test coverage detected