Initial code for SCIM core and testsuite (#45978)

Closes #45712

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
Pedro Igor
2026-02-23 14:22:25 -03:00
committed by GitHub
parent 27da1c6d0f
commit 3e3a7befd1
118 changed files with 5764 additions and 15 deletions
@@ -386,6 +386,11 @@ public class RealmConfigBuilder {
return this;
}
public RealmConfigBuilder scimEnabled(boolean enabled) {
rep.setScimEnabled(enabled);
return this;
}
/**
* Best practice is to use other convenience methods when configuring a realm, but while the framework is under
* active development there may not be a way to perform all updates required. In these cases this method allows