Class RealmBean
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.RealmBean
-
public class RealmBean extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description RealmBean(RealmModel realmModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActionTokenGeneratedByUserLifespanMinutes()Returns the lifespan for action tokens generated by users in minutes.StringgetDisplayName()StringgetDisplayNameHtml()intgetIdpVerifyAccountLinkActionTokenLifespanMinutes()Returns the lifespan forIdpVerifyAccountLinkActionTokenin minutes.StringgetName()intgetResetCredentialsActionTokenLifespanMinutes()Returns the lifespan forResetCredentialsActionTokenin minutes.intgetVerifyEmailActionTokenLifespanMinutes()Returns the lifespan forVerifyEmailActionTokenin minutes.booleanisDuplicateEmailsAllowed()booleanisEditUsernameAllowed()booleanisIdentityFederationEnabled()booleanisInternationalizationEnabled()booleanisLoginWithEmailAllowed()booleanisPassword()booleanisRegistrationAllowed()booleanisRegistrationEmailAsUsername()booleanisRememberMe()booleanisResetPasswordAllowed()
-
-
-
Constructor Detail
-
RealmBean
public RealmBean(RealmModel realmModel)
-
-
Method Detail
-
getName
public String getName()
-
getDisplayName
public String getDisplayName()
-
getDisplayNameHtml
public String getDisplayNameHtml()
-
isIdentityFederationEnabled
public boolean isIdentityFederationEnabled()
-
isRegistrationAllowed
public boolean isRegistrationAllowed()
-
isRegistrationEmailAsUsername
public boolean isRegistrationEmailAsUsername()
-
isLoginWithEmailAllowed
public boolean isLoginWithEmailAllowed()
-
isDuplicateEmailsAllowed
public boolean isDuplicateEmailsAllowed()
-
isResetPasswordAllowed
public boolean isResetPasswordAllowed()
-
isRememberMe
public boolean isRememberMe()
-
isInternationalizationEnabled
public boolean isInternationalizationEnabled()
-
isEditUsernameAllowed
public boolean isEditUsernameAllowed()
-
isPassword
public boolean isPassword()
-
getActionTokenGeneratedByUserLifespanMinutes
public int getActionTokenGeneratedByUserLifespanMinutes()
Returns the lifespan for action tokens generated by users in minutes.- Returns:
-
getVerifyEmailActionTokenLifespanMinutes
public int getVerifyEmailActionTokenLifespanMinutes()
Returns the lifespan forVerifyEmailActionTokenin minutes.- Returns:
-
getResetCredentialsActionTokenLifespanMinutes
public int getResetCredentialsActionTokenLifespanMinutes()
Returns the lifespan forResetCredentialsActionTokenin minutes.- Returns:
-
getIdpVerifyAccountLinkActionTokenLifespanMinutes
public int getIdpVerifyAccountLinkActionTokenLifespanMinutes()
Returns the lifespan forIdpVerifyAccountLinkActionTokenin minutes.- Returns:
-
-