We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a11d5 + f4059bf commit 8a9d744Copy full SHA for 8a9d744
core/src/main/java/com/onelogin/saml2/logout/LogoutRequest.java
@@ -358,14 +358,12 @@ private static StringBuilder getLogoutRequestTemplate() {
358
return template;
359
}
360
361
- /**
362
- * Determines if the SAML LogoutRequest is valid or not
363
- *
364
- * @return true if the SAML LogoutRequest is valid
365
366
- * @throws Exception
367
- */
368
- public Boolean isValid() throws Exception {
+ /**
+ * Determines if the SAML LogoutRequest is valid or not
+ *
+ * @return true if the SAML LogoutRequest is valid
+ */
+ public Boolean isValid() {
369
validationException = null;
370
371
try {
0 commit comments