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

Method Element

schema.go:1046–1048  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1044
1045// Element returns an etree.Element representing the object in XML form.
1046func (a *OneTimeUse) Element() *etree.Element {
1047 return etree.NewElement("saml:OneTimeUse")
1048}
1049
1050// ProxyRestriction represents the SAML element ProxyRestriction.
1051//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected