mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Migrate i18n package to new testsuite
Closes #44520 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user