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

Method Element

schema.go:1178–1182  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1176
1177// Element returns an etree.Element representing the object in XML form.
1178func (a *AuthnContextClassRef) Element() *etree.Element {
1179 el := etree.NewElement("saml:AuthnContextClassRef")
1180 el.SetText(a.Value)
1181 return el
1182}
1183
1184// AttributeStatement represents the SAML element AttributeStatement.
1185//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected