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 int
getActionTokenGeneratedByUserLifespanMinutes()
Returns the lifespan for action tokens generated by users in minutes.String
getDisplayName()
String
getDisplayNameHtml()
int
getIdpVerifyAccountLinkActionTokenLifespanMinutes()
Returns the lifespan forIdpVerifyAccountLinkActionToken
in minutes.String
getName()
int
getResetCredentialsActionTokenLifespanMinutes()
Returns the lifespan forResetCredentialsActionToken
in minutes.int
getVerifyEmailActionTokenLifespanMinutes()
Returns the lifespan forVerifyEmailActionToken
in minutes.boolean
isDuplicateEmailsAllowed()
boolean
isEditUsernameAllowed()
boolean
isIdentityFederationEnabled()
boolean
isInternationalizationEnabled()
boolean
isLoginWithEmailAllowed()
boolean
isPassword()
boolean
isRegistrationAllowed()
boolean
isRegistrationEmailAsUsername()
boolean
isRememberMe()
boolean
isResetPasswordAllowed()
-
-
-
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 forVerifyEmailActionToken
in minutes.- Returns:
-
getResetCredentialsActionTokenLifespanMinutes
public int getResetCredentialsActionTokenLifespanMinutes()
Returns the lifespan forResetCredentialsActionToken
in minutes.- Returns:
-
getIdpVerifyAccountLinkActionTokenLifespanMinutes
public int getIdpVerifyAccountLinkActionTokenLifespanMinutes()
Returns the lifespan forIdpVerifyAccountLinkActionToken
in minutes.- Returns:
-
-