Class: Saml::ArtifactResponse

Inherits:
Object
  • Object
show all
Includes:
ComplexTypes::StatusResponseType
Defined in:
lib/saml/artifact_response.rb

Instance Method Summary collapse

Methods included from ComplexTypes::StatusResponseType

#initialize, #success?

Methods included from ComplexTypes::RequestAbstractType

#initialize, #provider

Methods included from XMLHelpers

#add_signature, #to_soap, #to_xml

Instance Method Details

#messageObject



10
11
12
# File 'lib/saml/artifact_response.rb', line 10

def message
  authn_request || response
end