Package org.keycloak.admin.ui.rest.model
Class UIRealmInfo
java.lang.Object
org.keycloak.admin.ui.rest.model.UIRealmInfo
Information about a realm, which is available for each admin of a realm, not only for admins allowed to view the realm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetUserProfileProvidersEnabled(boolean userProfileProvidersEnabled)
-
Constructor Details
-
UIRealmInfo
public UIRealmInfo()
-
-
Method Details
-
isUserProfileProvidersEnabled
public boolean isUserProfileProvidersEnabled() -
setUserProfileProvidersEnabled
public void setUserProfileProvidersEnabled(boolean userProfileProvidersEnabled)
-