Remove deprecated EnvironmentDependentProviderFactory.isSupported method

Closes #26280

Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
This commit is contained in:
Pedro Ruivo
2024-04-16 14:30:03 +01:00
committed by Alexander Schwartz
parent f6071f680a
commit 3e0a185070
51 changed files with 78 additions and 88 deletions
@@ -126,7 +126,7 @@ public class Argon2PasswordHashProviderFactory implements PasswordHashProviderFa
}
@Override
public boolean isSupported() {
public boolean isSupported(Config.Scope config) {
return !Profile.isFeatureEnabled(Profile.Feature.FIPS);
}