Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactResolveBody ¶
type ArtifactResolveBody struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"` ArtifactResolve *samlp.ArtifactResolveType }
type ArtifactResolveEnvelope ¶
type ArtifactResolveEnvelope struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"` Body ArtifactResolveBody }
type ArtifactResponseBody ¶
type ArtifactResponseBody struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"` ArtifactResponse *samlp.ArtifactResponseType }
type ArtifactResponseEnvelope ¶
type ArtifactResponseEnvelope struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"` Body ArtifactResponseBody }
type AttributeQueryBody ¶
type AttributeQueryBody struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"` AttributeQuery *samlp.AttributeQueryType }
type AttributeQueryEnvelope ¶
type AttributeQueryEnvelope struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"` Body AttributeQueryBody }
type ResponseBody ¶
type ResponseBody struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"` Response *samlp.ResponseType }
type ResponseEnvelope ¶
type ResponseEnvelope struct { XMLName xml.Name `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"` Body ResponseBody }
Click to show internal directories.
Click to hide internal directories.