Fix: implemented function name for supported resource types

Signed-off-by: Aggelos Sachtouris <aggelos_sachtouris@hotmail.com>
This commit is contained in:
Aggelos Sachtouris 2026-02-03 11:57:59 +02:00 committed by Pedro Igor
parent 28bb0b2cd9
commit 7b360adb19

View file

@ -39,7 +39,7 @@ public class UnlinkUserStepProviderFactory implements WorkflowStepProviderFactor
}
@Override
public Set<ResourceType> getTypes() {
public Set<ResourceType> getSupportedResourceTypes() {
return Set.of(ResourceType.USERS);
}