Interface MapRealmEntity

All Superinterfaces:
AbstractEntity, EntityWithAttributes, UpdatableEntity
All Known Implementing Classes:
HotRodRealmEntity.AbstractHotRodRealmEntityDelegate, HotRodRealmEntityDelegate, JpaRealmEntity, JpaRealmMetadata, MapRealmEntity.AbstractRealmEntity, MapRealmEntityDelegate, MapRealmEntityFieldDelegate, MapRealmEntityImpl, MapRealmEntityImpl.Empty

public interface MapRealmEntity extends UpdatableEntity, AbstractEntity, EntityWithAttributes
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getDisplayName

      String getDisplayName()
    • setDisplayName

      void setDisplayName(String displayName)
    • getDisplayNameHtml

      String getDisplayNameHtml()
    • setDisplayNameHtml

      void setDisplayNameHtml(String displayNameHtml)
    • isEnabled

      Boolean isEnabled()
    • setEnabled

      void setEnabled(Boolean enabled)
    • isRegistrationAllowed

      Boolean isRegistrationAllowed()
    • setRegistrationAllowed

      void setRegistrationAllowed(Boolean registrationAllowed)
    • isRegistrationEmailAsUsername

      Boolean isRegistrationEmailAsUsername()
    • setRegistrationEmailAsUsername

      void setRegistrationEmailAsUsername(Boolean registrationEmailAsUsername)
    • isVerifyEmail

      Boolean isVerifyEmail()
    • setVerifyEmail

      void setVerifyEmail(Boolean verifyEmail)
    • isResetPasswordAllowed

      Boolean isResetPasswordAllowed()
    • setResetPasswordAllowed

      void setResetPasswordAllowed(Boolean resetPasswordAllowed)
    • isLoginWithEmailAllowed

      Boolean isLoginWithEmailAllowed()
    • setLoginWithEmailAllowed

      void setLoginWithEmailAllowed(Boolean loginWithEmailAllowed)
    • isDuplicateEmailsAllowed

      Boolean isDuplicateEmailsAllowed()
    • setDuplicateEmailsAllowed

      void setDuplicateEmailsAllowed(Boolean duplicateEmailsAllowed)
    • isRememberMe

      Boolean isRememberMe()
    • setRememberMe

      void setRememberMe(Boolean rememberMe)
    • isEditUsernameAllowed

      Boolean isEditUsernameAllowed()
    • setEditUsernameAllowed

      void setEditUsernameAllowed(Boolean editUsernameAllowed)
    • isRevokeRefreshToken

      Boolean isRevokeRefreshToken()
    • setRevokeRefreshToken

      void setRevokeRefreshToken(Boolean revokeRefreshToken)
    • isAdminEventsEnabled

      Boolean isAdminEventsEnabled()
    • setAdminEventsEnabled

      void setAdminEventsEnabled(Boolean adminEventsEnabled)
    • isAdminEventsDetailsEnabled

      Boolean isAdminEventsDetailsEnabled()
    • setAdminEventsDetailsEnabled

      void setAdminEventsDetailsEnabled(Boolean adminEventsDetailsEnabled)
    • isInternationalizationEnabled

      Boolean isInternationalizationEnabled()
    • setInternationalizationEnabled

      void setInternationalizationEnabled(Boolean internationalizationEnabled)
    • isAllowUserManagedAccess

      Boolean isAllowUserManagedAccess()
    • setAllowUserManagedAccess

      void setAllowUserManagedAccess(Boolean allowUserManagedAccess)
    • isOfflineSessionMaxLifespanEnabled

      Boolean isOfflineSessionMaxLifespanEnabled()
    • setOfflineSessionMaxLifespanEnabled

      void setOfflineSessionMaxLifespanEnabled(Boolean offlineSessionMaxLifespanEnabled)
    • isEventsEnabled

      Boolean isEventsEnabled()
    • setEventsEnabled

      void setEventsEnabled(Boolean eventsEnabled)
    • getRefreshTokenMaxReuse

      Integer getRefreshTokenMaxReuse()
    • setRefreshTokenMaxReuse

      void setRefreshTokenMaxReuse(Integer refreshTokenMaxReuse)
    • getSsoSessionIdleTimeout

      Integer getSsoSessionIdleTimeout()
    • setSsoSessionIdleTimeout

      void setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout)
    • getSsoSessionMaxLifespan

      Integer getSsoSessionMaxLifespan()
    • setSsoSessionMaxLifespan

      void setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan)
    • getSsoSessionIdleTimeoutRememberMe

      Integer getSsoSessionIdleTimeoutRememberMe()
    • setSsoSessionIdleTimeoutRememberMe

      void setSsoSessionIdleTimeoutRememberMe(Integer ssoSessionIdleTimeoutRememberMe)
    • getSsoSessionMaxLifespanRememberMe

      Integer getSsoSessionMaxLifespanRememberMe()
    • setSsoSessionMaxLifespanRememberMe

      void setSsoSessionMaxLifespanRememberMe(Integer ssoSessionMaxLifespanRememberMe)
    • getOfflineSessionIdleTimeout

      Integer getOfflineSessionIdleTimeout()
    • setOfflineSessionIdleTimeout

      void setOfflineSessionIdleTimeout(Integer offlineSessionIdleTimeout)
    • getAccessTokenLifespan

      Integer getAccessTokenLifespan()
    • setAccessTokenLifespan

      void setAccessTokenLifespan(Integer accessTokenLifespan)
    • getAccessTokenLifespanForImplicitFlow

      Integer getAccessTokenLifespanForImplicitFlow()
    • setAccessTokenLifespanForImplicitFlow

      void setAccessTokenLifespanForImplicitFlow(Integer accessTokenLifespanForImplicitFlow)
    • getAccessCodeLifespan

      Integer getAccessCodeLifespan()
    • setAccessCodeLifespan

      void setAccessCodeLifespan(Integer accessCodeLifespan)
    • getAccessCodeLifespanUserAction

      Integer getAccessCodeLifespanUserAction()
    • setAccessCodeLifespanUserAction

      void setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction)
    • getAccessCodeLifespanLogin

      Integer getAccessCodeLifespanLogin()
    • setAccessCodeLifespanLogin

      void setAccessCodeLifespanLogin(Integer accessCodeLifespanLogin)
    • getNotBefore

      Long getNotBefore()
    • setNotBefore

      void setNotBefore(Long notBefore)
    • getClientSessionIdleTimeout

      Integer getClientSessionIdleTimeout()
    • setClientSessionIdleTimeout

      void setClientSessionIdleTimeout(Integer clientSessionIdleTimeout)
    • getClientSessionMaxLifespan

      Integer getClientSessionMaxLifespan()
    • setClientSessionMaxLifespan

      void setClientSessionMaxLifespan(Integer clientSessionMaxLifespan)
    • getClientOfflineSessionIdleTimeout

      Integer getClientOfflineSessionIdleTimeout()
    • setClientOfflineSessionIdleTimeout

      void setClientOfflineSessionIdleTimeout(Integer clientOfflineSessionIdleTimeout)
    • getClientOfflineSessionMaxLifespan

      Integer getClientOfflineSessionMaxLifespan()
    • setClientOfflineSessionMaxLifespan

      void setClientOfflineSessionMaxLifespan(Integer clientOfflineSessionMaxLifespan)
    • getActionTokenGeneratedByAdminLifespan

      Integer getActionTokenGeneratedByAdminLifespan()
    • setActionTokenGeneratedByAdminLifespan

      void setActionTokenGeneratedByAdminLifespan(Integer actionTokenGeneratedByAdminLifespan)
    • getOfflineSessionMaxLifespan

      Integer getOfflineSessionMaxLifespan()
    • setOfflineSessionMaxLifespan

      void setOfflineSessionMaxLifespan(Integer offlineSessionMaxLifespan)
    • getEventsExpiration

      Long getEventsExpiration()
    • setEventsExpiration

      void setEventsExpiration(Long eventsExpiration)
    • getPasswordPolicy

      String getPasswordPolicy()
    • setPasswordPolicy

      void setPasswordPolicy(String passwordPolicy)
    • getSslRequired

      String getSslRequired()
    • setSslRequired

      void setSslRequired(String sslRequired)
    • getLoginTheme

      String getLoginTheme()
    • setLoginTheme

      void setLoginTheme(String loginTheme)
    • getAccountTheme

      String getAccountTheme()
    • setAccountTheme

      void setAccountTheme(String accountTheme)
    • getAdminTheme

      String getAdminTheme()
    • setAdminTheme

      void setAdminTheme(String adminTheme)
    • getEmailTheme

      String getEmailTheme()
    • setEmailTheme

      void setEmailTheme(String emailTheme)
    • getMasterAdminClient

      String getMasterAdminClient()
    • setMasterAdminClient

      void setMasterAdminClient(String masterAdminClient)
    • getDefaultRoleId

      String getDefaultRoleId()
    • setDefaultRoleId

      void setDefaultRoleId(String defaultRoleId)
    • getDefaultLocale

      String getDefaultLocale()
    • setDefaultLocale

      void setDefaultLocale(String defaultLocale)
    • getBrowserFlow

      String getBrowserFlow()
    • setBrowserFlow

      void setBrowserFlow(String browserFlow)
    • getRegistrationFlow

      String getRegistrationFlow()
    • setRegistrationFlow

      void setRegistrationFlow(String registrationFlow)
    • getDirectGrantFlow

      String getDirectGrantFlow()
    • setDirectGrantFlow

      void setDirectGrantFlow(String directGrantFlow)
    • getResetCredentialsFlow

      String getResetCredentialsFlow()
    • setResetCredentialsFlow

      void setResetCredentialsFlow(String resetCredentialsFlow)
    • getClientAuthenticationFlow

      String getClientAuthenticationFlow()
    • setClientAuthenticationFlow

      void setClientAuthenticationFlow(String clientAuthenticationFlow)
    • getDockerAuthenticationFlow

      String getDockerAuthenticationFlow()
    • setDockerAuthenticationFlow

      void setDockerAuthenticationFlow(String dockerAuthenticationFlow)
    • getOTPPolicy

      MapOTPPolicyEntity getOTPPolicy()
    • setOTPPolicy

      void setOTPPolicy(MapOTPPolicyEntity otpPolicy)
    • getWebAuthnPolicy

      MapWebAuthnPolicyEntity getWebAuthnPolicy()
    • setWebAuthnPolicy

      void setWebAuthnPolicy(MapWebAuthnPolicyEntity webAuthnPolicy)
    • getWebAuthnPolicyPasswordless

      MapWebAuthnPolicyEntity getWebAuthnPolicyPasswordless()
    • setWebAuthnPolicyPasswordless

      void setWebAuthnPolicyPasswordless(MapWebAuthnPolicyEntity webAuthnPolicyPasswordless)
    • getDefaultClientScopeIds

      Set<String> getDefaultClientScopeIds()
    • addDefaultClientScopeId

      void addDefaultClientScopeId(String scopeId)
    • removeDefaultClientScopeId

      Boolean removeDefaultClientScopeId(String scopeId)
    • getOptionalClientScopeIds

      Set<String> getOptionalClientScopeIds()
    • addOptionalClientScopeId

      void addOptionalClientScopeId(String scopeId)
    • removeOptionalClientScopeId

      Boolean removeOptionalClientScopeId(String scopeId)
    • getDefaultGroupIds

      Set<String> getDefaultGroupIds()
    • addDefaultGroupId

      void addDefaultGroupId(String groupId)
    • removeDefaultGroupId

      void removeDefaultGroupId(String groupId)
    • getEventsListeners

      Set<String> getEventsListeners()
    • setEventsListeners

      void setEventsListeners(Set<String> eventsListeners)
    • getEnabledEventTypes

      Set<String> getEnabledEventTypes()
    • setEnabledEventTypes

      void setEnabledEventTypes(Set<String> enabledEventTypes)
    • getSupportedLocales

      Set<String> getSupportedLocales()
    • setSupportedLocales

      void setSupportedLocales(Set<String> supportedLocales)
    • getLocalizationTexts

      Map<String,Map<String,String>> getLocalizationTexts()
    • getLocalizationText

      Map<String,String> getLocalizationText(String locale)
    • setLocalizationText

      void setLocalizationText(String locale, Map<String,String> texts)
    • removeLocalizationText

      Boolean removeLocalizationText(String locale)
    • getBrowserSecurityHeaders

      Map<String,String> getBrowserSecurityHeaders()
    • setBrowserSecurityHeaders

      void setBrowserSecurityHeaders(Map<String,String> headers)
    • setBrowserSecurityHeader

      void setBrowserSecurityHeader(String name, String value)
    • getSmtpConfig

      Map<String,String> getSmtpConfig()
    • setSmtpConfig

      void setSmtpConfig(Map<String,String> smtpConfig)
    • getRequiredCredentials

      Set<MapRequiredCredentialEntity> getRequiredCredentials()
    • addRequiredCredential

      void addRequiredCredential(MapRequiredCredentialEntity requiredCredential)
    • getComponents

      Set<MapComponentEntity> getComponents()
    • getComponent

      Optional<MapComponentEntity> getComponent(String id)
    • addComponent

      void addComponent(MapComponentEntity component)
    • removeComponent

      Boolean removeComponent(String componentId)
    • getAuthenticationFlows

      Set<MapAuthenticationFlowEntity> getAuthenticationFlows()
    • getAuthenticationFlow

      Optional<MapAuthenticationFlowEntity> getAuthenticationFlow(String flowId)
    • addAuthenticationFlow

      void addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
    • removeAuthenticationFlow

      Boolean removeAuthenticationFlow(String flowId)
    • getAuthenticationExecutions

      Set<MapAuthenticationExecutionEntity> getAuthenticationExecutions()
    • getAuthenticationExecution

      Optional<MapAuthenticationExecutionEntity> getAuthenticationExecution(String id)
    • addAuthenticationExecution

      void addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution)
    • removeAuthenticationExecution

      Boolean removeAuthenticationExecution(String executionId)
    • getAuthenticatorConfigs

      Set<MapAuthenticatorConfigEntity> getAuthenticatorConfigs()
    • addAuthenticatorConfig

      void addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
    • getAuthenticatorConfig

      Optional<MapAuthenticatorConfigEntity> getAuthenticatorConfig(String authenticatorConfigId)
    • removeAuthenticatorConfig

      Boolean removeAuthenticatorConfig(String authenticatorConfigId)
    • getRequiredActionProviders

      Set<MapRequiredActionProviderEntity> getRequiredActionProviders()
    • addRequiredActionProvider

      void addRequiredActionProvider(MapRequiredActionProviderEntity requiredActionProvider)
    • getRequiredActionProvider

      Optional<MapRequiredActionProviderEntity> getRequiredActionProvider(String requiredActionProviderId)
    • removeRequiredActionProvider

      Boolean removeRequiredActionProvider(String requiredActionProviderId)
    • getIdentityProviders

      Set<MapIdentityProviderEntity> getIdentityProviders()
    • addIdentityProvider

      void addIdentityProvider(MapIdentityProviderEntity identityProvider)
    • removeIdentityProvider

      Boolean removeIdentityProvider(String identityProviderId)
    • getIdentityProviderMappers

      Set<MapIdentityProviderMapperEntity> getIdentityProviderMappers()
    • addIdentityProviderMapper

      void addIdentityProviderMapper(MapIdentityProviderMapperEntity identityProviderMapper)
    • removeIdentityProviderMapper

      Boolean removeIdentityProviderMapper(String identityProviderMapperId)
    • getIdentityProviderMapper

      Optional<MapIdentityProviderMapperEntity> getIdentityProviderMapper(String identityProviderMapperId)
    • getClientInitialAccesses

      Set<MapClientInitialAccessEntity> getClientInitialAccesses()
    • addClientInitialAccess

      void addClientInitialAccess(MapClientInitialAccessEntity clientInitialAccess)
    • getClientInitialAccess

      Optional<MapClientInitialAccessEntity> getClientInitialAccess(String clientInitialAccessId)
    • removeClientInitialAccess

      Boolean removeClientInitialAccess(String clientInitialAccessId)
    • removeExpiredClientInitialAccesses

      void removeExpiredClientInitialAccesses()
    • hasClientInitialAccess

      boolean hasClientInitialAccess()