Class: Saml::LogoutResponse

Inherits:
Object
  • Object
show all
Includes:
ComplexTypes::StatusResponseType
Defined in:
lib/saml/logout_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

#partial_logout?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/saml/logout_response.rb', line 7

def partial_logout?
  !success? && status.status_code.partial_logout?
end