Class RealmBean
- java.lang.Object
- 
- org.keycloak.forms.account.freemarker.model.RealmBean
 
- 
 public class RealmBean extends Object - Author:
- Michael Gerber
 
- 
- 
Constructor SummaryConstructors Constructor Description RealmBean(RealmModel realmModel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetDisplayNameHtml()StringgetName()Set<String>getSupportedLocales()booleanisEditUsernameAllowed()booleanisInternationalizationEnabled()booleanisRegistrationEmailAsUsername()booleanisUserManagedAccessAllowed()
 
- 
- 
- 
Constructor Detail- 
RealmBeanpublic RealmBean(RealmModel realmModel) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
getDisplayNamepublic String getDisplayName() 
 - 
getDisplayNameHtmlpublic String getDisplayNameHtml() 
 - 
isInternationalizationEnabledpublic boolean isInternationalizationEnabled() 
 - 
isEditUsernameAllowedpublic boolean isEditUsernameAllowed() 
 - 
isRegistrationEmailAsUsernamepublic boolean isRegistrationEmailAsUsername() 
 - 
isUserManagedAccessAllowedpublic boolean isUserManagedAccessAllowed() 
 
- 
 
-