Class RealmBean
- java.lang.Object
-
- org.keycloak.forms.account.freemarker.model.RealmBean
-
public class RealmBean extends Object
- Author:
- Michael Gerber
-
-
Constructor Summary
Constructors Constructor Description RealmBean(RealmModel realmModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getDisplayNameHtml()
String
getName()
Set<String>
getSupportedLocales()
boolean
isEditUsernameAllowed()
boolean
isInternationalizationEnabled()
boolean
isRegistrationEmailAsUsername()
boolean
isUserManagedAccessAllowed()
-
-
-
Constructor Detail
-
RealmBean
public RealmBean(RealmModel realmModel)
-
-
Method Detail
-
getName
public String getName()
-
getDisplayName
public String getDisplayName()
-
getDisplayNameHtml
public String getDisplayNameHtml()
-
isInternationalizationEnabled
public boolean isInternationalizationEnabled()
-
isEditUsernameAllowed
public boolean isEditUsernameAllowed()
-
isRegistrationEmailAsUsername
public boolean isRegistrationEmailAsUsername()
-
isUserManagedAccessAllowed
public boolean isUserManagedAccessAllowed()
-
-