RED-6265 - Bulk dossier stats endpoint does not return dossier stats of dossiers, for which the current dossier does not have access permissions
- fix pmd rules
This commit is contained in:
parent
caf0b63daa
commit
0e4112645d
@ -57,6 +57,9 @@ public class HeaderBasedKeycloakRealmResolver implements KeycloakConfigResolver
|
||||
}
|
||||
|
||||
|
||||
// PMD marks this as unused, although it is clearly used.
|
||||
// This seems to be a bug in PMD.
|
||||
@SuppressWarnings("PMD.UnusedPrivateMethod")
|
||||
@SneakyThrows
|
||||
private String getTenantFromBearerToken(HttpFacade.Request request) {
|
||||
|
||||
|
||||
@ -87,6 +87,7 @@ public class TenantManagementService {
|
||||
private final GeneralConfigurationService generalConfigurationService;
|
||||
private final KeyCloakRoleManagerService keyCloakRoleManagerService;
|
||||
private final KeyCloakAdminClientService keycloak;
|
||||
@SuppressWarnings("PMD.UnusedPrivateField")
|
||||
private final KeyCloakSettings keyCloakSettings;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user