1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add Saml2ParameterNames

Closes gh-10270
This commit is contained in:
Josh Cummings
2021-09-14 17:40:12 -06:00
parent 8cba9fbf9d
commit 194993ad1a
34 changed files with 249 additions and 142 deletions
@@ -29,6 +29,7 @@
<suppress files="OAuth2IntrospectionClaimNames\.java" checks="InterfaceIsType"/>
<suppress files="OAuth2TokenIntrospectionClaimNames\.java" checks="InterfaceIsType"/>
<suppress files="Saml2ErrorCodes\.java" checks="InterfaceIsType"/>
<suppress files="Saml2ParameterNames\.java" checks="InterfaceIsType"/>
<!-- Method Visibility that we can't reduce -->
<suppress files="AbstractAclVoterTests\.java" checks="SpringMethodVisibility"/>