1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove deprecated OAuth2IntrospectionClaimAccessor

Closes gh-11499
This commit is contained in:
Joe Grandja
2022-07-13 15:08:55 -04:00
parent 7b18336c6a
commit f87df42500
4 changed files with 3 additions and 125 deletions
@@ -15,9 +15,6 @@
<suppress files="BCrypt\.java|BCryptTests\.java" checks=".*"/>
<suppress files="org[\\/]springframework[\\/]security[\\/]core[\\/]ComparableVersion\.java" checks=".*"/>
<!-- InterfaceIsType rules we can't fix until a major revision due to back compatibility -->
<suppress files="OAuth2IntrospectionClaimNames\.java" checks="InterfaceIsType"/>
<!-- Method Visibility that we can't reduce -->
<suppress files="AbstractAclVoterTests\.java" checks="SpringMethodVisibility"/>
<suppress files="AbstractSecurityWebSocketMessageBrokerConfigurerTests\.java" checks="SpringMethodVisibility"/>