Element returns an etree.Element representing the object in XML form.
()
| 1044 | |
| 1045 | // Element returns an etree.Element representing the object in XML form. |
| 1046 | func (a *OneTimeUse) Element() *etree.Element { |
| 1047 | return etree.NewElement("saml:OneTimeUse") |
| 1048 | } |
| 1049 | |
| 1050 | // ProxyRestriction represents the SAML element ProxyRestriction. |
| 1051 | // |
nothing calls this directly
no outgoing calls
no test coverage detected