Class JpaRealmEntity
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.MapRealmEntity.AbstractRealmEntity
-
- org.keycloak.models.map.storage.jpa.realm.entity.JpaRealmEntity
-
- All Implemented Interfaces:
Serializable
,AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,MapRealmEntity
,JpaRootEntity
,JpaRootVersionedEntity
@Entity public class JpaRealmEntity extends MapRealmEntity.AbstractRealmEntity implements JpaRootVersionedEntity
JPAMapRealmEntity
implementation. Some fields are annotated with@Column(insertable = false, updatable = false)
to indicate that they are automatically generated from json fields. As such, these fields are non-insertable and non-updatable.- Author:
- Stefan Guilhen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.realm.MapRealmEntity
MapRealmEntity.AbstractRealmEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description JpaRealmEntity()
No-argument constructor, used by hibernate to instantiate entities.JpaRealmEntity(UUID id, int version, Integer entityVersion, String name, String displayName, String displayNameHtml, Boolean enabled)
Used by hibernate when calling cb.construct from read(QueryParameters) method.JpaRealmEntity(DeepCloner cloner)
-
Method Summary
-
Methods inherited from class org.keycloak.models.map.realm.MapRealmEntity.AbstractRealmEntity
clearUpdatedFlag, hasClientInitialAccess, isUpdated, removeExpiredClientInitialAccesses
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.storage.jpa.JpaRootEntity
updateEntityVersion
-
-
-
-
Constructor Detail
-
JpaRealmEntity
public JpaRealmEntity()
No-argument constructor, used by hibernate to instantiate entities.
-
JpaRealmEntity
public JpaRealmEntity(DeepCloner cloner)
-
-
Method Detail
-
isMetadataInitialized
public boolean isMetadataInitialized()
-
getEntityVersion
public Integer getEntityVersion()
- Specified by:
getEntityVersion
in interfaceJpaRootEntity
- Returns:
- current supported version of the JPA entity used for schema versioning.
-
setEntityVersion
public void setEntityVersion(Integer entityVersion)
- Specified by:
setEntityVersion
in interfaceJpaRootEntity
- Parameters:
entityVersion
- sets current supported version to JPA entity.
-
getCurrentSchemaVersion
public Integer getCurrentSchemaVersion()
- Specified by:
getCurrentSchemaVersion
in interfaceJpaRootEntity
-
getVersion
public int getVersion()
Description copied from interface:JpaRootVersionedEntity
Version of the JPA entity used for optimistic locking- Specified by:
getVersion
in interfaceJpaRootVersionedEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapRealmEntity.AbstractRealmEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapRealmEntity.AbstractRealmEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapRealmEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapRealmEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapRealmEntity
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interfaceMapRealmEntity
-
getDisplayNameHtml
public String getDisplayNameHtml()
- Specified by:
getDisplayNameHtml
in interfaceMapRealmEntity
-
setDisplayNameHtml
public void setDisplayNameHtml(String displayNameHtml)
- Specified by:
setDisplayNameHtml
in interfaceMapRealmEntity
-
isEnabled
public Boolean isEnabled()
- Specified by:
isEnabled
in interfaceMapRealmEntity
-
setEnabled
public void setEnabled(Boolean enabled)
- Specified by:
setEnabled
in interfaceMapRealmEntity
-
isRegistrationAllowed
public Boolean isRegistrationAllowed()
- Specified by:
isRegistrationAllowed
in interfaceMapRealmEntity
-
setRegistrationAllowed
public void setRegistrationAllowed(Boolean registrationAllowed)
- Specified by:
setRegistrationAllowed
in interfaceMapRealmEntity
-
isRegistrationEmailAsUsername
public Boolean isRegistrationEmailAsUsername()
- Specified by:
isRegistrationEmailAsUsername
in interfaceMapRealmEntity
-
setRegistrationEmailAsUsername
public void setRegistrationEmailAsUsername(Boolean registrationEmailAsUsername)
- Specified by:
setRegistrationEmailAsUsername
in interfaceMapRealmEntity
-
isVerifyEmail
public Boolean isVerifyEmail()
- Specified by:
isVerifyEmail
in interfaceMapRealmEntity
-
setVerifyEmail
public void setVerifyEmail(Boolean verifyEmail)
- Specified by:
setVerifyEmail
in interfaceMapRealmEntity
-
isResetPasswordAllowed
public Boolean isResetPasswordAllowed()
- Specified by:
isResetPasswordAllowed
in interfaceMapRealmEntity
-
setResetPasswordAllowed
public void setResetPasswordAllowed(Boolean resetPasswordAllowed)
- Specified by:
setResetPasswordAllowed
in interfaceMapRealmEntity
-
isLoginWithEmailAllowed
public Boolean isLoginWithEmailAllowed()
- Specified by:
isLoginWithEmailAllowed
in interfaceMapRealmEntity
-
setLoginWithEmailAllowed
public void setLoginWithEmailAllowed(Boolean loginWithEmailAllowed)
- Specified by:
setLoginWithEmailAllowed
in interfaceMapRealmEntity
-
isDuplicateEmailsAllowed
public Boolean isDuplicateEmailsAllowed()
- Specified by:
isDuplicateEmailsAllowed
in interfaceMapRealmEntity
-
setDuplicateEmailsAllowed
public void setDuplicateEmailsAllowed(Boolean duplicateEmailsAllowed)
- Specified by:
setDuplicateEmailsAllowed
in interfaceMapRealmEntity
-
isRememberMe
public Boolean isRememberMe()
- Specified by:
isRememberMe
in interfaceMapRealmEntity
-
setRememberMe
public void setRememberMe(Boolean rememberMe)
- Specified by:
setRememberMe
in interfaceMapRealmEntity
-
isEditUsernameAllowed
public Boolean isEditUsernameAllowed()
- Specified by:
isEditUsernameAllowed
in interfaceMapRealmEntity
-
setEditUsernameAllowed
public void setEditUsernameAllowed(Boolean editUsernameAllowed)
- Specified by:
setEditUsernameAllowed
in interfaceMapRealmEntity
-
isRevokeRefreshToken
public Boolean isRevokeRefreshToken()
- Specified by:
isRevokeRefreshToken
in interfaceMapRealmEntity
-
setRevokeRefreshToken
public void setRevokeRefreshToken(Boolean revokeRefreshToken)
- Specified by:
setRevokeRefreshToken
in interfaceMapRealmEntity
-
isAdminEventsEnabled
public Boolean isAdminEventsEnabled()
- Specified by:
isAdminEventsEnabled
in interfaceMapRealmEntity
-
setAdminEventsEnabled
public void setAdminEventsEnabled(Boolean adminEventsEnabled)
- Specified by:
setAdminEventsEnabled
in interfaceMapRealmEntity
-
isAdminEventsDetailsEnabled
public Boolean isAdminEventsDetailsEnabled()
- Specified by:
isAdminEventsDetailsEnabled
in interfaceMapRealmEntity
-
setAdminEventsDetailsEnabled
public void setAdminEventsDetailsEnabled(Boolean adminEventsDetailsEnabled)
- Specified by:
setAdminEventsDetailsEnabled
in interfaceMapRealmEntity
-
isInternationalizationEnabled
public Boolean isInternationalizationEnabled()
- Specified by:
isInternationalizationEnabled
in interfaceMapRealmEntity
-
setInternationalizationEnabled
public void setInternationalizationEnabled(Boolean internationalizationEnabled)
- Specified by:
setInternationalizationEnabled
in interfaceMapRealmEntity
-
isAllowUserManagedAccess
public Boolean isAllowUserManagedAccess()
- Specified by:
isAllowUserManagedAccess
in interfaceMapRealmEntity
-
setAllowUserManagedAccess
public void setAllowUserManagedAccess(Boolean allowUserManagedAccess)
- Specified by:
setAllowUserManagedAccess
in interfaceMapRealmEntity
-
isOfflineSessionMaxLifespanEnabled
public Boolean isOfflineSessionMaxLifespanEnabled()
- Specified by:
isOfflineSessionMaxLifespanEnabled
in interfaceMapRealmEntity
-
setOfflineSessionMaxLifespanEnabled
public void setOfflineSessionMaxLifespanEnabled(Boolean offlineSessionMaxLifespanEnabled)
- Specified by:
setOfflineSessionMaxLifespanEnabled
in interfaceMapRealmEntity
-
isEventsEnabled
public Boolean isEventsEnabled()
- Specified by:
isEventsEnabled
in interfaceMapRealmEntity
-
setEventsEnabled
public void setEventsEnabled(Boolean eventsEnabled)
- Specified by:
setEventsEnabled
in interfaceMapRealmEntity
-
getRefreshTokenMaxReuse
public Integer getRefreshTokenMaxReuse()
- Specified by:
getRefreshTokenMaxReuse
in interfaceMapRealmEntity
-
setRefreshTokenMaxReuse
public void setRefreshTokenMaxReuse(Integer refreshTokenMaxReuse)
- Specified by:
setRefreshTokenMaxReuse
in interfaceMapRealmEntity
-
getSsoSessionIdleTimeout
public Integer getSsoSessionIdleTimeout()
- Specified by:
getSsoSessionIdleTimeout
in interfaceMapRealmEntity
-
setSsoSessionIdleTimeout
public void setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout)
- Specified by:
setSsoSessionIdleTimeout
in interfaceMapRealmEntity
-
getSsoSessionMaxLifespan
public Integer getSsoSessionMaxLifespan()
- Specified by:
getSsoSessionMaxLifespan
in interfaceMapRealmEntity
-
setSsoSessionMaxLifespan
public void setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan)
- Specified by:
setSsoSessionMaxLifespan
in interfaceMapRealmEntity
-
getSsoSessionIdleTimeoutRememberMe
public Integer getSsoSessionIdleTimeoutRememberMe()
- Specified by:
getSsoSessionIdleTimeoutRememberMe
in interfaceMapRealmEntity
-
setSsoSessionIdleTimeoutRememberMe
public void setSsoSessionIdleTimeoutRememberMe(Integer ssoSessionIdleTimeoutRememberMe)
- Specified by:
setSsoSessionIdleTimeoutRememberMe
in interfaceMapRealmEntity
-
getSsoSessionMaxLifespanRememberMe
public Integer getSsoSessionMaxLifespanRememberMe()
- Specified by:
getSsoSessionMaxLifespanRememberMe
in interfaceMapRealmEntity
-
setSsoSessionMaxLifespanRememberMe
public void setSsoSessionMaxLifespanRememberMe(Integer ssoSessionMaxLifespanRememberMe)
- Specified by:
setSsoSessionMaxLifespanRememberMe
in interfaceMapRealmEntity
-
getOfflineSessionIdleTimeout
public Integer getOfflineSessionIdleTimeout()
- Specified by:
getOfflineSessionIdleTimeout
in interfaceMapRealmEntity
-
setOfflineSessionIdleTimeout
public void setOfflineSessionIdleTimeout(Integer offlineSessionIdleTimeout)
- Specified by:
setOfflineSessionIdleTimeout
in interfaceMapRealmEntity
-
getAccessTokenLifespan
public Integer getAccessTokenLifespan()
- Specified by:
getAccessTokenLifespan
in interfaceMapRealmEntity
-
setAccessTokenLifespan
public void setAccessTokenLifespan(Integer accessTokenLifespan)
- Specified by:
setAccessTokenLifespan
in interfaceMapRealmEntity
-
getAccessTokenLifespanForImplicitFlow
public Integer getAccessTokenLifespanForImplicitFlow()
- Specified by:
getAccessTokenLifespanForImplicitFlow
in interfaceMapRealmEntity
-
setAccessTokenLifespanForImplicitFlow
public void setAccessTokenLifespanForImplicitFlow(Integer accessTokenLifespanForImplicitFlow)
- Specified by:
setAccessTokenLifespanForImplicitFlow
in interfaceMapRealmEntity
-
getAccessCodeLifespan
public Integer getAccessCodeLifespan()
- Specified by:
getAccessCodeLifespan
in interfaceMapRealmEntity
-
setAccessCodeLifespan
public void setAccessCodeLifespan(Integer accessCodeLifespan)
- Specified by:
setAccessCodeLifespan
in interfaceMapRealmEntity
-
getAccessCodeLifespanUserAction
public Integer getAccessCodeLifespanUserAction()
- Specified by:
getAccessCodeLifespanUserAction
in interfaceMapRealmEntity
-
setAccessCodeLifespanUserAction
public void setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction)
- Specified by:
setAccessCodeLifespanUserAction
in interfaceMapRealmEntity
-
getAccessCodeLifespanLogin
public Integer getAccessCodeLifespanLogin()
- Specified by:
getAccessCodeLifespanLogin
in interfaceMapRealmEntity
-
setAccessCodeLifespanLogin
public void setAccessCodeLifespanLogin(Integer accessCodeLifespanLogin)
- Specified by:
setAccessCodeLifespanLogin
in interfaceMapRealmEntity
-
getNotBefore
public Long getNotBefore()
- Specified by:
getNotBefore
in interfaceMapRealmEntity
-
setNotBefore
public void setNotBefore(Long notBefore)
- Specified by:
setNotBefore
in interfaceMapRealmEntity
-
getClientSessionIdleTimeout
public Integer getClientSessionIdleTimeout()
- Specified by:
getClientSessionIdleTimeout
in interfaceMapRealmEntity
-
setClientSessionIdleTimeout
public void setClientSessionIdleTimeout(Integer clientSessionIdleTimeout)
- Specified by:
setClientSessionIdleTimeout
in interfaceMapRealmEntity
-
getClientSessionMaxLifespan
public Integer getClientSessionMaxLifespan()
- Specified by:
getClientSessionMaxLifespan
in interfaceMapRealmEntity
-
setClientSessionMaxLifespan
public void setClientSessionMaxLifespan(Integer clientSessionMaxLifespan)
- Specified by:
setClientSessionMaxLifespan
in interfaceMapRealmEntity
-
getClientOfflineSessionIdleTimeout
public Integer getClientOfflineSessionIdleTimeout()
- Specified by:
getClientOfflineSessionIdleTimeout
in interfaceMapRealmEntity
-
setClientOfflineSessionIdleTimeout
public void setClientOfflineSessionIdleTimeout(Integer clientOfflineSessionIdleTimeout)
- Specified by:
setClientOfflineSessionIdleTimeout
in interfaceMapRealmEntity
-
getClientOfflineSessionMaxLifespan
public Integer getClientOfflineSessionMaxLifespan()
- Specified by:
getClientOfflineSessionMaxLifespan
in interfaceMapRealmEntity
-
setClientOfflineSessionMaxLifespan
public void setClientOfflineSessionMaxLifespan(Integer clientOfflineSessionMaxLifespan)
- Specified by:
setClientOfflineSessionMaxLifespan
in interfaceMapRealmEntity
-
getActionTokenGeneratedByAdminLifespan
public Integer getActionTokenGeneratedByAdminLifespan()
- Specified by:
getActionTokenGeneratedByAdminLifespan
in interfaceMapRealmEntity
-
setActionTokenGeneratedByAdminLifespan
public void setActionTokenGeneratedByAdminLifespan(Integer actionTokenGeneratedByAdminLifespan)
- Specified by:
setActionTokenGeneratedByAdminLifespan
in interfaceMapRealmEntity
-
getOfflineSessionMaxLifespan
public Integer getOfflineSessionMaxLifespan()
- Specified by:
getOfflineSessionMaxLifespan
in interfaceMapRealmEntity
-
setOfflineSessionMaxLifespan
public void setOfflineSessionMaxLifespan(Integer offlineSessionMaxLifespan)
- Specified by:
setOfflineSessionMaxLifespan
in interfaceMapRealmEntity
-
getEventsExpiration
public Long getEventsExpiration()
- Specified by:
getEventsExpiration
in interfaceMapRealmEntity
-
setEventsExpiration
public void setEventsExpiration(Long eventsExpiration)
- Specified by:
setEventsExpiration
in interfaceMapRealmEntity
-
getPasswordPolicy
public String getPasswordPolicy()
- Specified by:
getPasswordPolicy
in interfaceMapRealmEntity
-
setPasswordPolicy
public void setPasswordPolicy(String passwordPolicy)
- Specified by:
setPasswordPolicy
in interfaceMapRealmEntity
-
getSslRequired
public String getSslRequired()
- Specified by:
getSslRequired
in interfaceMapRealmEntity
-
setSslRequired
public void setSslRequired(String sslRequired)
- Specified by:
setSslRequired
in interfaceMapRealmEntity
-
getLoginTheme
public String getLoginTheme()
- Specified by:
getLoginTheme
in interfaceMapRealmEntity
-
setLoginTheme
public void setLoginTheme(String loginTheme)
- Specified by:
setLoginTheme
in interfaceMapRealmEntity
-
getAccountTheme
public String getAccountTheme()
- Specified by:
getAccountTheme
in interfaceMapRealmEntity
-
setAccountTheme
public void setAccountTheme(String accountTheme)
- Specified by:
setAccountTheme
in interfaceMapRealmEntity
-
getAdminTheme
public String getAdminTheme()
- Specified by:
getAdminTheme
in interfaceMapRealmEntity
-
setAdminTheme
public void setAdminTheme(String adminTheme)
- Specified by:
setAdminTheme
in interfaceMapRealmEntity
-
getEmailTheme
public String getEmailTheme()
- Specified by:
getEmailTheme
in interfaceMapRealmEntity
-
setEmailTheme
public void setEmailTheme(String emailTheme)
- Specified by:
setEmailTheme
in interfaceMapRealmEntity
-
getMasterAdminClient
public String getMasterAdminClient()
- Specified by:
getMasterAdminClient
in interfaceMapRealmEntity
-
setMasterAdminClient
public void setMasterAdminClient(String masterAdminClient)
- Specified by:
setMasterAdminClient
in interfaceMapRealmEntity
-
getDefaultRoleId
public String getDefaultRoleId()
- Specified by:
getDefaultRoleId
in interfaceMapRealmEntity
-
setDefaultRoleId
public void setDefaultRoleId(String defaultRoleId)
- Specified by:
setDefaultRoleId
in interfaceMapRealmEntity
-
getDefaultLocale
public String getDefaultLocale()
- Specified by:
getDefaultLocale
in interfaceMapRealmEntity
-
setDefaultLocale
public void setDefaultLocale(String defaultLocale)
- Specified by:
setDefaultLocale
in interfaceMapRealmEntity
-
getBrowserFlow
public String getBrowserFlow()
- Specified by:
getBrowserFlow
in interfaceMapRealmEntity
-
setBrowserFlow
public void setBrowserFlow(String browserFlow)
- Specified by:
setBrowserFlow
in interfaceMapRealmEntity
-
getRegistrationFlow
public String getRegistrationFlow()
- Specified by:
getRegistrationFlow
in interfaceMapRealmEntity
-
setRegistrationFlow
public void setRegistrationFlow(String registrationFlow)
- Specified by:
setRegistrationFlow
in interfaceMapRealmEntity
-
getDirectGrantFlow
public String getDirectGrantFlow()
- Specified by:
getDirectGrantFlow
in interfaceMapRealmEntity
-
setDirectGrantFlow
public void setDirectGrantFlow(String directGrantFlow)
- Specified by:
setDirectGrantFlow
in interfaceMapRealmEntity
-
getResetCredentialsFlow
public String getResetCredentialsFlow()
- Specified by:
getResetCredentialsFlow
in interfaceMapRealmEntity
-
setResetCredentialsFlow
public void setResetCredentialsFlow(String resetCredentialsFlow)
- Specified by:
setResetCredentialsFlow
in interfaceMapRealmEntity
-
getClientAuthenticationFlow
public String getClientAuthenticationFlow()
- Specified by:
getClientAuthenticationFlow
in interfaceMapRealmEntity
-
setClientAuthenticationFlow
public void setClientAuthenticationFlow(String clientAuthenticationFlow)
- Specified by:
setClientAuthenticationFlow
in interfaceMapRealmEntity
-
getDockerAuthenticationFlow
public String getDockerAuthenticationFlow()
- Specified by:
getDockerAuthenticationFlow
in interfaceMapRealmEntity
-
setDockerAuthenticationFlow
public void setDockerAuthenticationFlow(String dockerAuthenticationFlow)
- Specified by:
setDockerAuthenticationFlow
in interfaceMapRealmEntity
-
getOTPPolicy
public MapOTPPolicyEntity getOTPPolicy()
- Specified by:
getOTPPolicy
in interfaceMapRealmEntity
-
setOTPPolicy
public void setOTPPolicy(MapOTPPolicyEntity otpPolicy)
- Specified by:
setOTPPolicy
in interfaceMapRealmEntity
-
getWebAuthnPolicy
public MapWebAuthnPolicyEntity getWebAuthnPolicy()
- Specified by:
getWebAuthnPolicy
in interfaceMapRealmEntity
-
setWebAuthnPolicy
public void setWebAuthnPolicy(MapWebAuthnPolicyEntity webAuthnPolicy)
- Specified by:
setWebAuthnPolicy
in interfaceMapRealmEntity
-
getWebAuthnPolicyPasswordless
public MapWebAuthnPolicyEntity getWebAuthnPolicyPasswordless()
- Specified by:
getWebAuthnPolicyPasswordless
in interfaceMapRealmEntity
-
setWebAuthnPolicyPasswordless
public void setWebAuthnPolicyPasswordless(MapWebAuthnPolicyEntity webAuthnPolicyPasswordless)
- Specified by:
setWebAuthnPolicyPasswordless
in interfaceMapRealmEntity
-
getDefaultClientScopeIds
public Set<String> getDefaultClientScopeIds()
- Specified by:
getDefaultClientScopeIds
in interfaceMapRealmEntity
-
addDefaultClientScopeId
public void addDefaultClientScopeId(String scopeId)
- Specified by:
addDefaultClientScopeId
in interfaceMapRealmEntity
-
removeDefaultClientScopeId
public Boolean removeDefaultClientScopeId(String scopeId)
- Specified by:
removeDefaultClientScopeId
in interfaceMapRealmEntity
-
getOptionalClientScopeIds
public Set<String> getOptionalClientScopeIds()
- Specified by:
getOptionalClientScopeIds
in interfaceMapRealmEntity
-
addOptionalClientScopeId
public void addOptionalClientScopeId(String scopeId)
- Specified by:
addOptionalClientScopeId
in interfaceMapRealmEntity
-
removeOptionalClientScopeId
public Boolean removeOptionalClientScopeId(String scopeId)
- Specified by:
removeOptionalClientScopeId
in interfaceMapRealmEntity
-
getDefaultGroupIds
public Set<String> getDefaultGroupIds()
- Specified by:
getDefaultGroupIds
in interfaceMapRealmEntity
-
addDefaultGroupId
public void addDefaultGroupId(String groupId)
- Specified by:
addDefaultGroupId
in interfaceMapRealmEntity
-
removeDefaultGroupId
public void removeDefaultGroupId(String groupId)
- Specified by:
removeDefaultGroupId
in interfaceMapRealmEntity
-
getEventsListeners
public Set<String> getEventsListeners()
- Specified by:
getEventsListeners
in interfaceMapRealmEntity
-
setEventsListeners
public void setEventsListeners(Set<String> eventsListeners)
- Specified by:
setEventsListeners
in interfaceMapRealmEntity
-
getEnabledEventTypes
public Set<String> getEnabledEventTypes()
- Specified by:
getEnabledEventTypes
in interfaceMapRealmEntity
-
setEnabledEventTypes
public void setEnabledEventTypes(Set<String> enabledEventTypes)
- Specified by:
setEnabledEventTypes
in interfaceMapRealmEntity
-
getSupportedLocales
public Set<String> getSupportedLocales()
- Specified by:
getSupportedLocales
in interfaceMapRealmEntity
-
setSupportedLocales
public void setSupportedLocales(Set<String> supportedLocales)
- Specified by:
setSupportedLocales
in interfaceMapRealmEntity
-
getLocalizationTexts
public Map<String,Map<String,String>> getLocalizationTexts()
- Specified by:
getLocalizationTexts
in interfaceMapRealmEntity
-
getLocalizationText
public Map<String,String> getLocalizationText(String locale)
- Specified by:
getLocalizationText
in interfaceMapRealmEntity
-
setLocalizationText
public void setLocalizationText(String locale, Map<String,String> texts)
- Specified by:
setLocalizationText
in interfaceMapRealmEntity
-
removeLocalizationText
public Boolean removeLocalizationText(String locale)
- Specified by:
removeLocalizationText
in interfaceMapRealmEntity
-
getBrowserSecurityHeaders
public Map<String,String> getBrowserSecurityHeaders()
- Specified by:
getBrowserSecurityHeaders
in interfaceMapRealmEntity
-
setBrowserSecurityHeaders
public void setBrowserSecurityHeaders(Map<String,String> headers)
- Specified by:
setBrowserSecurityHeaders
in interfaceMapRealmEntity
-
setBrowserSecurityHeader
public void setBrowserSecurityHeader(String name, String value)
- Specified by:
setBrowserSecurityHeader
in interfaceMapRealmEntity
-
getSmtpConfig
public Map<String,String> getSmtpConfig()
- Specified by:
getSmtpConfig
in interfaceMapRealmEntity
-
setSmtpConfig
public void setSmtpConfig(Map<String,String> smtpConfig)
- Specified by:
setSmtpConfig
in interfaceMapRealmEntity
-
getRequiredCredentials
public Set<MapRequiredCredentialEntity> getRequiredCredentials()
- Specified by:
getRequiredCredentials
in interfaceMapRealmEntity
-
addRequiredCredential
public void addRequiredCredential(MapRequiredCredentialEntity requiredCredential)
- Specified by:
addRequiredCredential
in interfaceMapRealmEntity
-
getComponents
public Set<MapComponentEntity> getComponents()
- Specified by:
getComponents
in interfaceMapRealmEntity
-
getComponent
public Optional<MapComponentEntity> getComponent(String componentId)
- Specified by:
getComponent
in interfaceMapRealmEntity
-
addComponent
public void addComponent(MapComponentEntity component)
- Specified by:
addComponent
in interfaceMapRealmEntity
-
removeComponent
public Boolean removeComponent(String componentId)
- Specified by:
removeComponent
in interfaceMapRealmEntity
-
getAuthenticationFlows
public Set<MapAuthenticationFlowEntity> getAuthenticationFlows()
- Specified by:
getAuthenticationFlows
in interfaceMapRealmEntity
-
getAuthenticationFlow
public Optional<MapAuthenticationFlowEntity> getAuthenticationFlow(String p0)
- Specified by:
getAuthenticationFlow
in interfaceMapRealmEntity
-
addAuthenticationFlow
public void addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
- Specified by:
addAuthenticationFlow
in interfaceMapRealmEntity
-
removeAuthenticationFlow
public Boolean removeAuthenticationFlow(String p0)
- Specified by:
removeAuthenticationFlow
in interfaceMapRealmEntity
-
getAuthenticationExecutions
public Set<MapAuthenticationExecutionEntity> getAuthenticationExecutions()
- Specified by:
getAuthenticationExecutions
in interfaceMapRealmEntity
-
getAuthenticationExecution
public Optional<MapAuthenticationExecutionEntity> getAuthenticationExecution(String p0)
- Specified by:
getAuthenticationExecution
in interfaceMapRealmEntity
-
addAuthenticationExecution
public void addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
- Specified by:
addAuthenticationExecution
in interfaceMapRealmEntity
-
removeAuthenticationExecution
public Boolean removeAuthenticationExecution(String p0)
- Specified by:
removeAuthenticationExecution
in interfaceMapRealmEntity
-
getAuthenticatorConfigs
public Set<MapAuthenticatorConfigEntity> getAuthenticatorConfigs()
- Specified by:
getAuthenticatorConfigs
in interfaceMapRealmEntity
-
getAuthenticatorConfig
public Optional<MapAuthenticatorConfigEntity> getAuthenticatorConfig(String p0)
- Specified by:
getAuthenticatorConfig
in interfaceMapRealmEntity
-
addAuthenticatorConfig
public void addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
- Specified by:
addAuthenticatorConfig
in interfaceMapRealmEntity
-
removeAuthenticatorConfig
public Boolean removeAuthenticatorConfig(String p0)
- Specified by:
removeAuthenticatorConfig
in interfaceMapRealmEntity
-
getRequiredActionProviders
public Set<MapRequiredActionProviderEntity> getRequiredActionProviders()
- Specified by:
getRequiredActionProviders
in interfaceMapRealmEntity
-
getRequiredActionProvider
public Optional<MapRequiredActionProviderEntity> getRequiredActionProvider(String requiredActionProviderId)
- Specified by:
getRequiredActionProvider
in interfaceMapRealmEntity
-
addRequiredActionProvider
public void addRequiredActionProvider(MapRequiredActionProviderEntity requiredActionProvider)
- Specified by:
addRequiredActionProvider
in interfaceMapRealmEntity
-
removeRequiredActionProvider
public Boolean removeRequiredActionProvider(String requiredActionProviderId)
- Specified by:
removeRequiredActionProvider
in interfaceMapRealmEntity
-
getIdentityProviders
public Set<MapIdentityProviderEntity> getIdentityProviders()
- Specified by:
getIdentityProviders
in interfaceMapRealmEntity
-
addIdentityProvider
public void addIdentityProvider(MapIdentityProviderEntity identityProvider)
- Specified by:
addIdentityProvider
in interfaceMapRealmEntity
-
removeIdentityProvider
public Boolean removeIdentityProvider(String p0)
- Specified by:
removeIdentityProvider
in interfaceMapRealmEntity
-
addIdentityProviderMapper
public void addIdentityProviderMapper(MapIdentityProviderMapperEntity identityProviderMapper)
- Specified by:
addIdentityProviderMapper
in interfaceMapRealmEntity
-
getIdentityProviderMappers
public Set<MapIdentityProviderMapperEntity> getIdentityProviderMappers()
- Specified by:
getIdentityProviderMappers
in interfaceMapRealmEntity
-
getIdentityProviderMapper
public Optional<MapIdentityProviderMapperEntity> getIdentityProviderMapper(String p0)
- Specified by:
getIdentityProviderMapper
in interfaceMapRealmEntity
-
removeIdentityProviderMapper
public Boolean removeIdentityProviderMapper(String p0)
- Specified by:
removeIdentityProviderMapper
in interfaceMapRealmEntity
-
getClientInitialAccesses
public Set<MapClientInitialAccessEntity> getClientInitialAccesses()
- Specified by:
getClientInitialAccesses
in interfaceMapRealmEntity
-
getClientInitialAccess
public Optional<MapClientInitialAccessEntity> getClientInitialAccess(String p0)
- Specified by:
getClientInitialAccess
in interfaceMapRealmEntity
-
addClientInitialAccess
public void addClientInitialAccess(MapClientInitialAccessEntity clientInitialAccess)
- Specified by:
addClientInitialAccess
in interfaceMapRealmEntity
-
removeClientInitialAccess
public Boolean removeClientInitialAccess(String p0)
- Specified by:
removeClientInitialAccess
in interfaceMapRealmEntity
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> attributes)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String name)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String name, List<String> values)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
-