KEYCLOAK-2269

add-user script adds identityFederationEnabled field to keycloak-add-user.json
This commit is contained in:
Stian Thorgersen 2016-01-07 13:16:40 +01:00
parent 77962ec896
commit 8695e16971

View file

@ -642,11 +642,6 @@ public class RealmRepresentation {
identityProviders.add(identityProviderRepresentation);
}
@Deprecated
public boolean isIdentityFederationEnabled() {
return identityProviders != null && !identityProviders.isEmpty();
}
public List<ProtocolMapperRepresentation> getProtocolMappers() {
return protocolMappers;
}