SAML-Toolkits / java-saml

Java SAML toolkit
MIT License
634 stars 398 forks source link

Make LogoutRequest and LogoutResponse more extensible #341

Closed mauromol closed 3 years ago

mauromol commented 3 years ago

This increases the visibility of LogoutResponse.query() to protected and adds setValidationException to both LogoutResponse and LogoutRequest to ease the development of extension classes that need to customize the validation process.

Analogous to #318.