@Entity public class RealmEntity extends Object
Constructor and Description |
---|
RealmEntity() |
protected String id
protected String name
protected boolean enabled
protected String sslRequired
protected boolean registrationAllowed
protected boolean registrationEmailAsUsername
protected boolean verifyEmail
protected boolean resetPasswordAllowed
protected boolean loginWithEmailAllowed
protected boolean duplicateEmailsAllowed
protected boolean rememberMe
protected String passwordPolicy
protected String otpPolicyType
protected String otpPolicyAlgorithm
protected int otpPolicyInitialCounter
protected int otpPolicyDigits
protected int otpPolicyLookAheadWindow
protected int otpPolicyPeriod
protected boolean editUsernameAllowed
protected int accessTokenLifespan
protected int accessTokenLifespanForImplicitFlow
protected int accessCodeLifespan
protected int accessCodeLifespanUserAction
protected int accessCodeLifespanLogin
protected int notBefore
protected String loginTheme
protected String accountTheme
protected String adminTheme
protected String emailTheme
protected Collection<RoleEntity> defaultRoles
protected Collection<GroupEntity> defaultGroups
protected Collection<GroupEntity> groups
protected boolean eventsEnabled
protected long eventsExpiration
protected boolean adminEventsEnabled
protected boolean adminEventsDetailsEnabled
protected String masterAdminClient
protected List<IdentityProviderEntity> identityProviders
protected String browserFlow
protected String registrationFlow
protected String directGrantFlow
protected String resetCredentialsFlow
protected String clientAuthenticationFlow
protected String dockerAuthenticationFlow
protected boolean internationalizationEnabled
protected String defaultLocale
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getSslRequired()
public void setSslRequired(String sslRequired)
public boolean isRegistrationAllowed()
public void setRegistrationAllowed(boolean registrationAllowed)
public boolean isRegistrationEmailAsUsername()
public void setRegistrationEmailAsUsername(boolean registrationEmailAsUsername)
public boolean isRememberMe()
public void setRememberMe(boolean rememberMe)
public boolean isVerifyEmail()
public void setVerifyEmail(boolean verifyEmail)
public boolean isLoginWithEmailAllowed()
public void setLoginWithEmailAllowed(boolean loginWithEmailAllowed)
public boolean isDuplicateEmailsAllowed()
public void setDuplicateEmailsAllowed(boolean duplicateEmailsAllowed)
public boolean isResetPasswordAllowed()
public void setResetPasswordAllowed(boolean resetPasswordAllowed)
public boolean isEditUsernameAllowed()
public void setEditUsernameAllowed(boolean editUsernameAllowed)
public boolean isRevokeRefreshToken()
public void setRevokeRefreshToken(boolean revokeRefreshToken)
public int getRefreshTokenMaxReuse()
public void setRefreshTokenMaxReuse(int revokeRefreshTokenCount)
public int getSsoSessionIdleTimeout()
public void setSsoSessionIdleTimeout(int ssoSessionIdleTimeout)
public int getSsoSessionMaxLifespan()
public void setSsoSessionMaxLifespan(int ssoSessionMaxLifespan)
public int getSsoSessionIdleTimeoutRememberMe()
public void setSsoSessionIdleTimeoutRememberMe(int ssoSessionIdleTimeoutRememberMe)
public int getSsoSessionMaxLifespanRememberMe()
public void setSsoSessionMaxLifespanRememberMe(int ssoSessionMaxLifespanRememberMe)
public int getOfflineSessionIdleTimeout()
public void setOfflineSessionIdleTimeout(int offlineSessionIdleTimeout)
public int getAccessTokenLifespan()
public void setAccessTokenLifespan(int accessTokenLifespan)
public int getAccessTokenLifespanForImplicitFlow()
public void setAccessTokenLifespanForImplicitFlow(int accessTokenLifespanForImplicitFlow)
public int getAccessCodeLifespan()
public void setAccessCodeLifespan(int accessCodeLifespan)
public int getAccessCodeLifespanUserAction()
public void setAccessCodeLifespanUserAction(int accessCodeLifespanUserAction)
public int getAccessCodeLifespanLogin()
public void setAccessCodeLifespanLogin(int accessCodeLifespanLogin)
public Collection<RequiredCredentialEntity> getRequiredCredentials()
public void setRequiredCredentials(Collection<RequiredCredentialEntity> requiredCredentials)
public Collection<RoleEntity> getDefaultRoles()
public void setDefaultRoles(Collection<RoleEntity> defaultRoles)
public Collection<GroupEntity> getDefaultGroups()
public void setDefaultGroups(Collection<GroupEntity> defaultGroups)
public Collection<GroupEntity> getGroups()
public void setGroups(Collection<GroupEntity> groups)
public String getPasswordPolicy()
public void setPasswordPolicy(String passwordPolicy)
public String getLoginTheme()
public void setLoginTheme(String theme)
public String getAccountTheme()
public void setAccountTheme(String theme)
public String getAdminTheme()
public void setAdminTheme(String adminTheme)
public String getEmailTheme()
public void setEmailTheme(String emailTheme)
public int getNotBefore()
public void setNotBefore(int notBefore)
public boolean isEventsEnabled()
public void setEventsEnabled(boolean eventsEnabled)
public long getEventsExpiration()
public void setEventsExpiration(long eventsExpiration)
public boolean isAdminEventsEnabled()
public void setAdminEventsEnabled(boolean adminEventsEnabled)
public boolean isAdminEventsDetailsEnabled()
public void setAdminEventsDetailsEnabled(boolean adminEventsDetailsEnabled)
public String getMasterAdminClient()
public void setMasterAdminClient(String masterAdminClient)
public List<UserFederationProviderEntity> getUserFederationProviders()
public void setUserFederationProviders(List<UserFederationProviderEntity> userFederationProviders)
public Collection<UserFederationMapperEntity> getUserFederationMappers()
public void setUserFederationMappers(Collection<UserFederationMapperEntity> userFederationMappers)
public Collection<RealmAttributeEntity> getAttributes()
public void setAttributes(Collection<RealmAttributeEntity> attributes)
public List<IdentityProviderEntity> getIdentityProviders()
public void setIdentityProviders(List<IdentityProviderEntity> identityProviders)
public void addIdentityProvider(IdentityProviderEntity entity)
public boolean isInternationalizationEnabled()
public void setInternationalizationEnabled(boolean internationalizationEnabled)
public String getDefaultLocale()
public void setDefaultLocale(String defaultLocale)
public Collection<IdentityProviderMapperEntity> getIdentityProviderMappers()
public void setIdentityProviderMappers(Collection<IdentityProviderMapperEntity> identityProviderMappers)
public Collection<AuthenticatorConfigEntity> getAuthenticatorConfigs()
public void setAuthenticatorConfigs(Collection<AuthenticatorConfigEntity> authenticators)
public Collection<RequiredActionProviderEntity> getRequiredActionProviders()
public void setRequiredActionProviders(Collection<RequiredActionProviderEntity> requiredActionProviders)
public Collection<AuthenticationFlowEntity> getAuthenticationFlows()
public void setAuthenticationFlows(Collection<AuthenticationFlowEntity> authenticationFlows)
public Set<ComponentEntity> getComponents()
public void setComponents(Set<ComponentEntity> components)
public String getOtpPolicyType()
public void setOtpPolicyType(String otpPolicyType)
public String getOtpPolicyAlgorithm()
public void setOtpPolicyAlgorithm(String otpPolicyAlgorithm)
public int getOtpPolicyInitialCounter()
public void setOtpPolicyInitialCounter(int otpPolicyInitialCounter)
public int getOtpPolicyDigits()
public void setOtpPolicyDigits(int otpPolicyDigits)
public int getOtpPolicyLookAheadWindow()
public void setOtpPolicyLookAheadWindow(int otpPolicyLookAheadWindow)
public int getOtpPolicyPeriod()
public void setOtpPolicyPeriod(int otpPolicyPeriod)
public String getBrowserFlow()
public void setBrowserFlow(String browserFlow)
public String getRegistrationFlow()
public void setRegistrationFlow(String registrationFlow)
public String getDirectGrantFlow()
public void setDirectGrantFlow(String directGrantFlow)
public String getResetCredentialsFlow()
public void setResetCredentialsFlow(String resetCredentialsFlow)
public String getClientAuthenticationFlow()
public void setClientAuthenticationFlow(String clientAuthenticationFlow)
public String getDockerAuthenticationFlow()
public RealmEntity setDockerAuthenticationFlow(String dockerAuthenticationFlow)
public Collection<ClientScopeEntity> getClientScopes()
public void setClientScopes(Collection<ClientScopeEntity> clientScopes)
public void setAllowUserManagedAccess(boolean allowUserManagedAccess)
public boolean isAllowUserManagedAccess()
Copyright © 2020 JBoss by Red Hat. All rights reserved.