mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Remove deprecated EnvironmentDependentProviderFactory.isSupported method
Closes #26280 Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
This commit is contained in:
committed by
Alexander Schwartz
parent
f6071f680a
commit
3e0a185070
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user