Class: SAML::Responses::Logout
- Inherits:
-
OneLogin::RubySaml::Logoutresponse
- Object
- OneLogin::RubySaml::Logoutresponse
- SAML::Responses::Logout
- Includes:
- Base
- Defined in:
- lib/saml/responses/logout.rb
Constant Summary
Constants included from Base
Base::AUTH_TOO_EARLY_ERROR_CODE, Base::AUTH_TOO_LATE_ERROR_CODE, Base::CLICKED_DENY_ERROR_CODE, Base::ERRORS, Base::UNKNOWN_OR_BLANK_ERROR_CODE
Instance Method Summary collapse
Methods included from Base
#authn_context, #authn_context_text, #error_code, #error_instrumentation_code, #errors_context, #errors_hash, #issuer_text, #map_message_to_error, #normalized_errors, #valid?
Instance Method Details
#errors_message ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'lib/saml/responses/logout.rb', line 10 def @errors_message ||= if errors.any? = 'Logout Failed! ' += errors_hash[:short_message] += ' Multiple SAML Errors' if normalized_errors.count > 1 end end |