public class MapRealmEntity<K> extends Object implements AbstractEntity<K>
Modifier and Type | Field and Description |
---|---|
protected boolean |
updated
Flag signalizing that any of the setters has been meaningfully used.
|
Modifier | Constructor and Description |
---|---|
protected |
MapRealmEntity() |
|
MapRealmEntity(K id) |
protected boolean updated
protected MapRealmEntity()
public MapRealmEntity(K id)
public K getId()
getId
in interface AbstractEntity<K>
public boolean isUpdated()
UpdatableEntity
isUpdated
in interface UpdatableEntity
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDisplayNameHtml()
public void setDisplayNameHtml(String displayNameHtml)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public Boolean isRegistrationAllowed()
public void setRegistrationAllowed(Boolean registrationAllowed)
public Boolean isRegistrationEmailAsUsername()
public void setRegistrationEmailAsUsername(Boolean registrationEmailAsUsername)
public Boolean isVerifyEmail()
public void setVerifyEmail(Boolean verifyEmail)
public Boolean isResetPasswordAllowed()
public void setResetPasswordAllowed(Boolean resetPasswordAllowed)
public Boolean isLoginWithEmailAllowed()
public void setLoginWithEmailAllowed(Boolean loginWithEmailAllowed)
public Boolean isDuplicateEmailsAllowed()
public void setDuplicateEmailsAllowed(Boolean duplicateEmailsAllowed)
public Boolean isRememberMe()
public void setRememberMe(Boolean rememberMe)
public Boolean isEditUsernameAllowed()
public void setEditUsernameAllowed(Boolean editUsernameAllowed)
public Boolean isRevokeRefreshToken()
public void setRevokeRefreshToken(Boolean revokeRefreshToken)
public Boolean isAdminEventsEnabled()
public void setAdminEventsEnabled(Boolean adminEventsEnabled)
public Boolean isAdminEventsDetailsEnabled()
public void setAdminEventsDetailsEnabled(Boolean adminEventsDetailsEnabled)
public Boolean isInternationalizationEnabled()
public void setInternationalizationEnabled(Boolean internationalizationEnabled)
public Boolean isAllowUserManagedAccess()
public void setAllowUserManagedAccess(Boolean allowUserManagedAccess)
public Boolean isOfflineSessionMaxLifespanEnabled()
public void setOfflineSessionMaxLifespanEnabled(Boolean offlineSessionMaxLifespanEnabled)
public Boolean isEventsEnabled()
public void setEventsEnabled(Boolean eventsEnabled)
public Integer getRefreshTokenMaxReuse()
public void setRefreshTokenMaxReuse(Integer refreshTokenMaxReuse)
public Integer getSsoSessionIdleTimeout()
public void setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout)
public Integer getSsoSessionMaxLifespan()
public void setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan)
public Integer getSsoSessionIdleTimeoutRememberMe()
public void setSsoSessionIdleTimeoutRememberMe(Integer ssoSessionIdleTimeoutRememberMe)
public Integer getSsoSessionMaxLifespanRememberMe()
public void setSsoSessionMaxLifespanRememberMe(Integer ssoSessionMaxLifespanRememberMe)
public Integer getOfflineSessionIdleTimeout()
public void setOfflineSessionIdleTimeout(Integer offlineSessionIdleTimeout)
public Integer getAccessTokenLifespan()
public void setAccessTokenLifespan(Integer accessTokenLifespan)
public Integer getAccessTokenLifespanForImplicitFlow()
public void setAccessTokenLifespanForImplicitFlow(Integer accessTokenLifespanForImplicitFlow)
public Integer getAccessCodeLifespan()
public void setAccessCodeLifespan(Integer accessCodeLifespan)
public Integer getAccessCodeLifespanUserAction()
public void setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction)
public Integer getAccessCodeLifespanLogin()
public void setAccessCodeLifespanLogin(Integer accessCodeLifespanLogin)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Integer getClientSessionIdleTimeout()
public void setClientSessionIdleTimeout(Integer clientSessionIdleTimeout)
public Integer getClientSessionMaxLifespan()
public void setClientSessionMaxLifespan(Integer clientSessionMaxLifespan)
public Integer getClientOfflineSessionIdleTimeout()
public void setClientOfflineSessionIdleTimeout(Integer clientOfflineSessionIdleTimeout)
public Integer getClientOfflineSessionMaxLifespan()
public void setClientOfflineSessionMaxLifespan(Integer clientOfflineSessionMaxLifespan)
public Integer getActionTokenGeneratedByAdminLifespan()
public void setActionTokenGeneratedByAdminLifespan(Integer actionTokenGeneratedByAdminLifespan)
public Integer getOfflineSessionMaxLifespan()
public void setOfflineSessionMaxLifespan(Integer offlineSessionMaxLifespan)
public Long getEventsExpiration()
public void setEventsExpiration(Long eventsExpiration)
public String getPasswordPolicy()
public void setPasswordPolicy(String passwordPolicy)
public String getSslRequired()
public void setSslRequired(String sslRequired)
public String getLoginTheme()
public void setLoginTheme(String loginTheme)
public String getAccountTheme()
public void setAccountTheme(String accountTheme)
public String getAdminTheme()
public void setAdminTheme(String adminTheme)
public String getEmailTheme()
public void setEmailTheme(String emailTheme)
public String getMasterAdminClient()
public void setMasterAdminClient(String masterAdminClient)
public String getDefaultRoleId()
public void setDefaultRoleId(String defaultRoleId)
public String getDefaultLocale()
public void setDefaultLocale(String defaultLocale)
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 void setDockerAuthenticationFlow(String dockerAuthenticationFlow)
public MapOTPPolicyEntity getOTPPolicy()
public void setOTPPolicy(MapOTPPolicyEntity otpPolicy)
public MapWebAuthnPolicyEntity getWebAuthnPolicy()
public void setWebAuthnPolicy(MapWebAuthnPolicyEntity webAuthnPolicy)
public MapWebAuthnPolicyEntity getWebAuthnPolicyPasswordless()
public void setWebAuthnPolicyPasswordless(MapWebAuthnPolicyEntity webAuthnPolicyPasswordless)
public void removeAttribute(String name)
public void addDefaultClientScope(String scopeId)
public void addOptionalClientScope(String scopeId)
public void removeDefaultOrOptionalClientScope(String scopeId)
public void addDefaultGroup(String groupId)
public void removeDefaultGroup(String groupId)
public void updateLocalizationTexts(String locale, Map<String,String> texts)
public boolean removeLocalizationTexts(String locale)
public Stream<MapRequiredCredentialEntity> getRequiredCredentials()
public void addRequiredCredential(MapRequiredCredentialEntity requiredCredential)
public void updateRequiredCredential(MapRequiredCredentialEntity requiredCredential)
public Stream<MapComponentEntity> getComponents()
public MapComponentEntity getComponent(String id)
public void addComponent(MapComponentEntity component)
public void updateComponent(MapComponentEntity component)
public boolean removeComponent(String id)
public Stream<MapAuthenticationFlowEntity> getAuthenticationFlows()
public MapAuthenticationFlowEntity getAuthenticationFlow(String flowId)
public void addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
public boolean removeAuthenticationFlow(String flowId)
public void updateAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
public void addAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution)
public void updateAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution)
public boolean removeAuthenticatonExecution(String id)
public MapAuthenticationExecutionEntity getAuthenticationExecution(String id)
public Stream<MapAuthenticationExecutionEntity> getAuthenticationExecutions()
public Stream<MapAuthenticatorConfigEntity> getAuthenticatorConfigs()
public void addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
public void updateAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
public boolean removeAuthenticatorConfig(String id)
public MapAuthenticatorConfigEntity getAuthenticatorConfig(String id)
public Stream<MapRequiredActionProviderEntity> getRequiredActionProviders()
public void addRequiredActionProvider(MapRequiredActionProviderEntity requiredActionProvider)
public void updateRequiredActionProvider(MapRequiredActionProviderEntity requiredActionProvider)
public boolean removeRequiredActionProvider(String id)
public MapRequiredActionProviderEntity getRequiredActionProvider(String id)
public Stream<MapIdentityProviderEntity> getIdentityProviders()
public void addIdentityProvider(MapIdentityProviderEntity identityProvider)
public boolean removeIdentityProvider(String id)
public void updateIdentityProvider(MapIdentityProviderEntity identityProvider)
public Stream<MapIdentityProviderMapperEntity> getIdentityProviderMappers()
public void addIdentityProviderMapper(MapIdentityProviderMapperEntity identityProviderMapper)
public boolean removeIdentityProviderMapper(String id)
public void updateIdentityProviderMapper(MapIdentityProviderMapperEntity identityProviderMapper)
public MapIdentityProviderMapperEntity getIdentityProviderMapper(String id)
public boolean hasClientInitialAccess()
public void removeExpiredClientInitialAccesses()
public void addClientInitialAccess(MapClientInitialAccessEntity clientInitialAccess)
public void updateClientInitialAccess(MapClientInitialAccessEntity clientInitialAccess)
public MapClientInitialAccessEntity getClientInitialAccess(String id)
public boolean removeClientInitialAccess(String id)
public Stream<MapClientInitialAccessEntity> getClientInitialAccesses()
Copyright © 2021 JBoss by Red Hat. All rights reserved.