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

Method New

samlsp/session.go:45–45  ·  view source on GitHub ↗

New creates a Session from the SAML assertion.

(assertion *saml.Assertion)

Source from the content-addressed store, hash-verified

43type SessionCodec interface {
44 // New creates a Session from the SAML assertion.
45 New(assertion *saml.Assertion) (Session, error)
46
47 // Encode returns a serialized version of the Session.
48 //

Callers 15

duration_test.goFile · 0.65
WriteResponseMethod · 0.65
getIDPSigningCertsMethod · 0.65
PostMethod · 0.65
ParseXMLResponseMethod · 0.65
PostMethod · 0.65
PostMethod · 0.65
NewIdentifyProviderTestFunction · 0.65
CreateLinkFunction · 0.65
mainFunction · 0.65

Implementers 1

JWTSessionCodecsamlsp/session_jwt.go

Calls

no outgoing calls

Tested by 3

NewIdentifyProviderTestFunction · 0.52
TestCanEncryptOAEPFunction · 0.52
TestDataAES128Function · 0.52