Migrate i18n package to new testsuite

Closes #44520

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
stianst
2025-11-27 11:06:06 +01:00
committed by Pedro Igor
parent efa881d016
commit f6676ccd76
29 changed files with 1117 additions and 631 deletions

View File

@@ -240,6 +240,11 @@ public class RealmConfigBuilder {
return this;
}
public RealmConfigBuilder resetPasswordAllowed(boolean allowed) {
rep.setResetPasswordAllowed(allowed);
return this;
}
public RealmConfigBuilder clientPolicy(ClientPolicyRepresentation clienPolicyRep) {
ClientPoliciesRepresentation clientPolicies = rep.getParsedClientPolicies();
if (clientPolicies == null) {