public class RealmBean extends Object
Constructor and Description |
---|
RealmBean(RealmModel realmModel) |
Modifier and Type | Method and Description |
---|---|
int |
getActionTokenGeneratedByUserLifespanMinutes()
Returns the lifespan for action tokens generated by users in minutes.
|
String |
getDisplayName() |
String |
getDisplayNameHtml() |
int |
getIdpVerifyAccountLinkActionTokenLifespanMinutes()
Returns the lifespan for
IdpVerifyAccountLinkActionToken in minutes. |
String |
getName() |
int |
getResetCredentialsActionTokenLifespanMinutes()
Returns the lifespan for
ResetCredentialsActionToken in minutes. |
int |
getVerifyEmailActionTokenLifespanMinutes()
Returns the lifespan for
VerifyEmailActionToken in minutes. |
boolean |
isEditUsernameAllowed() |
boolean |
isIdentityFederationEnabled() |
boolean |
isInternationalizationEnabled() |
boolean |
isLoginWithEmailAllowed() |
boolean |
isPassword() |
boolean |
isRegistrationAllowed() |
boolean |
isRegistrationEmailAsUsername() |
boolean |
isRememberMe() |
boolean |
isResetPasswordAllowed() |
public RealmBean(RealmModel realmModel)
public String getName()
public String getDisplayName()
public String getDisplayNameHtml()
public boolean isIdentityFederationEnabled()
public boolean isRegistrationAllowed()
public boolean isRegistrationEmailAsUsername()
public boolean isLoginWithEmailAllowed()
public boolean isResetPasswordAllowed()
public boolean isRememberMe()
public boolean isInternationalizationEnabled()
public boolean isEditUsernameAllowed()
public boolean isPassword()
public int getActionTokenGeneratedByUserLifespanMinutes()
public int getVerifyEmailActionTokenLifespanMinutes()
VerifyEmailActionToken
in minutes.public int getResetCredentialsActionTokenLifespanMinutes()
ResetCredentialsActionToken
in minutes.public int getIdpVerifyAccountLinkActionTokenLifespanMinutes()
IdpVerifyAccountLinkActionToken
in minutes.Copyright © 2021 JBoss by Red Hat. All rights reserved.