Package org.keycloak.models.map.realm
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 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classMapRealmEntity.AbstractRealmEntity- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Method Summary- 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.EntityWithAttributesgetAttribute, getAttributes, removeAttribute, setAttribute, setAttributes
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Method Detail- 
getNameString getName() 
 - 
setNamevoid setName(String name) 
 - 
getDisplayNameString getDisplayName() 
 - 
setDisplayNamevoid setDisplayName(String displayName) 
 - 
getDisplayNameHtmlString getDisplayNameHtml() 
 - 
setDisplayNameHtmlvoid setDisplayNameHtml(String displayNameHtml) 
 - 
isEnabledBoolean isEnabled() 
 - 
setEnabledvoid setEnabled(Boolean enabled) 
 - 
isRegistrationAllowedBoolean isRegistrationAllowed() 
 - 
setRegistrationAllowedvoid setRegistrationAllowed(Boolean registrationAllowed) 
 - 
isRegistrationEmailAsUsernameBoolean isRegistrationEmailAsUsername() 
 - 
setRegistrationEmailAsUsernamevoid setRegistrationEmailAsUsername(Boolean registrationEmailAsUsername) 
 - 
isVerifyEmailBoolean isVerifyEmail() 
 - 
setVerifyEmailvoid setVerifyEmail(Boolean verifyEmail) 
 - 
isResetPasswordAllowedBoolean isResetPasswordAllowed() 
 - 
setResetPasswordAllowedvoid setResetPasswordAllowed(Boolean resetPasswordAllowed) 
 - 
isLoginWithEmailAllowedBoolean isLoginWithEmailAllowed() 
 - 
setLoginWithEmailAllowedvoid setLoginWithEmailAllowed(Boolean loginWithEmailAllowed) 
 - 
isDuplicateEmailsAllowedBoolean isDuplicateEmailsAllowed() 
 - 
setDuplicateEmailsAllowedvoid setDuplicateEmailsAllowed(Boolean duplicateEmailsAllowed) 
 - 
isRememberMeBoolean isRememberMe() 
 - 
setRememberMevoid setRememberMe(Boolean rememberMe) 
 - 
isEditUsernameAllowedBoolean isEditUsernameAllowed() 
 - 
setEditUsernameAllowedvoid setEditUsernameAllowed(Boolean editUsernameAllowed) 
 - 
isRevokeRefreshTokenBoolean isRevokeRefreshToken() 
 - 
setRevokeRefreshTokenvoid setRevokeRefreshToken(Boolean revokeRefreshToken) 
 - 
isAdminEventsEnabledBoolean isAdminEventsEnabled() 
 - 
setAdminEventsEnabledvoid setAdminEventsEnabled(Boolean adminEventsEnabled) 
 - 
isAdminEventsDetailsEnabledBoolean isAdminEventsDetailsEnabled() 
 - 
setAdminEventsDetailsEnabledvoid setAdminEventsDetailsEnabled(Boolean adminEventsDetailsEnabled) 
 - 
isInternationalizationEnabledBoolean isInternationalizationEnabled() 
 - 
setInternationalizationEnabledvoid setInternationalizationEnabled(Boolean internationalizationEnabled) 
 - 
isAllowUserManagedAccessBoolean isAllowUserManagedAccess() 
 - 
setAllowUserManagedAccessvoid setAllowUserManagedAccess(Boolean allowUserManagedAccess) 
 - 
isOfflineSessionMaxLifespanEnabledBoolean isOfflineSessionMaxLifespanEnabled() 
 - 
setOfflineSessionMaxLifespanEnabledvoid setOfflineSessionMaxLifespanEnabled(Boolean offlineSessionMaxLifespanEnabled) 
 - 
isEventsEnabledBoolean isEventsEnabled() 
 - 
setEventsEnabledvoid setEventsEnabled(Boolean eventsEnabled) 
 - 
getRefreshTokenMaxReuseInteger getRefreshTokenMaxReuse() 
 - 
setRefreshTokenMaxReusevoid setRefreshTokenMaxReuse(Integer refreshTokenMaxReuse) 
 - 
getSsoSessionIdleTimeoutInteger getSsoSessionIdleTimeout() 
 - 
setSsoSessionIdleTimeoutvoid setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout) 
 - 
getSsoSessionMaxLifespanInteger getSsoSessionMaxLifespan() 
 - 
setSsoSessionMaxLifespanvoid setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan) 
 - 
getSsoSessionIdleTimeoutRememberMeInteger getSsoSessionIdleTimeoutRememberMe() 
 - 
setSsoSessionIdleTimeoutRememberMevoid setSsoSessionIdleTimeoutRememberMe(Integer ssoSessionIdleTimeoutRememberMe) 
 - 
getSsoSessionMaxLifespanRememberMeInteger getSsoSessionMaxLifespanRememberMe() 
 - 
setSsoSessionMaxLifespanRememberMevoid setSsoSessionMaxLifespanRememberMe(Integer ssoSessionMaxLifespanRememberMe) 
 - 
getOfflineSessionIdleTimeoutInteger getOfflineSessionIdleTimeout() 
 - 
setOfflineSessionIdleTimeoutvoid setOfflineSessionIdleTimeout(Integer offlineSessionIdleTimeout) 
 - 
getAccessTokenLifespanInteger getAccessTokenLifespan() 
 - 
setAccessTokenLifespanvoid setAccessTokenLifespan(Integer accessTokenLifespan) 
 - 
getAccessTokenLifespanForImplicitFlowInteger getAccessTokenLifespanForImplicitFlow() 
 - 
setAccessTokenLifespanForImplicitFlowvoid setAccessTokenLifespanForImplicitFlow(Integer accessTokenLifespanForImplicitFlow) 
 - 
getAccessCodeLifespanInteger getAccessCodeLifespan() 
 - 
setAccessCodeLifespanvoid setAccessCodeLifespan(Integer accessCodeLifespan) 
 - 
getAccessCodeLifespanUserActionInteger getAccessCodeLifespanUserAction() 
 - 
setAccessCodeLifespanUserActionvoid setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction) 
 - 
getAccessCodeLifespanLoginInteger getAccessCodeLifespanLogin() 
 - 
setAccessCodeLifespanLoginvoid setAccessCodeLifespanLogin(Integer accessCodeLifespanLogin) 
 - 
getNotBeforeLong getNotBefore() 
 - 
setNotBeforevoid setNotBefore(Long notBefore) 
 - 
getClientSessionIdleTimeoutInteger getClientSessionIdleTimeout() 
 - 
setClientSessionIdleTimeoutvoid setClientSessionIdleTimeout(Integer clientSessionIdleTimeout) 
 - 
getClientSessionMaxLifespanInteger getClientSessionMaxLifespan() 
 - 
setClientSessionMaxLifespanvoid setClientSessionMaxLifespan(Integer clientSessionMaxLifespan) 
 - 
getClientOfflineSessionIdleTimeoutInteger getClientOfflineSessionIdleTimeout() 
 - 
setClientOfflineSessionIdleTimeoutvoid setClientOfflineSessionIdleTimeout(Integer clientOfflineSessionIdleTimeout) 
 - 
getClientOfflineSessionMaxLifespanInteger getClientOfflineSessionMaxLifespan() 
 - 
setClientOfflineSessionMaxLifespanvoid setClientOfflineSessionMaxLifespan(Integer clientOfflineSessionMaxLifespan) 
 - 
getActionTokenGeneratedByAdminLifespanInteger getActionTokenGeneratedByAdminLifespan() 
 - 
setActionTokenGeneratedByAdminLifespanvoid setActionTokenGeneratedByAdminLifespan(Integer actionTokenGeneratedByAdminLifespan) 
 - 
getOfflineSessionMaxLifespanInteger getOfflineSessionMaxLifespan() 
 - 
setOfflineSessionMaxLifespanvoid setOfflineSessionMaxLifespan(Integer offlineSessionMaxLifespan) 
 - 
getEventsExpirationLong getEventsExpiration() 
 - 
setEventsExpirationvoid setEventsExpiration(Long eventsExpiration) 
 - 
getPasswordPolicyString getPasswordPolicy() 
 - 
setPasswordPolicyvoid setPasswordPolicy(String passwordPolicy) 
 - 
getSslRequiredString getSslRequired() 
 - 
setSslRequiredvoid setSslRequired(String sslRequired) 
 - 
getLoginThemeString getLoginTheme() 
 - 
setLoginThemevoid setLoginTheme(String loginTheme) 
 - 
getAccountThemeString getAccountTheme() 
 - 
setAccountThemevoid setAccountTheme(String accountTheme) 
 - 
getAdminThemeString getAdminTheme() 
 - 
setAdminThemevoid setAdminTheme(String adminTheme) 
 - 
getEmailThemeString getEmailTheme() 
 - 
setEmailThemevoid setEmailTheme(String emailTheme) 
 - 
getMasterAdminClientString getMasterAdminClient() 
 - 
setMasterAdminClientvoid setMasterAdminClient(String masterAdminClient) 
 - 
getDefaultRoleIdString getDefaultRoleId() 
 - 
setDefaultRoleIdvoid setDefaultRoleId(String defaultRoleId) 
 - 
getDefaultLocaleString getDefaultLocale() 
 - 
setDefaultLocalevoid setDefaultLocale(String defaultLocale) 
 - 
getBrowserFlowString getBrowserFlow() 
 - 
setBrowserFlowvoid setBrowserFlow(String browserFlow) 
 - 
getRegistrationFlowString getRegistrationFlow() 
 - 
setRegistrationFlowvoid setRegistrationFlow(String registrationFlow) 
 - 
getDirectGrantFlowString getDirectGrantFlow() 
 - 
setDirectGrantFlowvoid setDirectGrantFlow(String directGrantFlow) 
 - 
getResetCredentialsFlowString getResetCredentialsFlow() 
 - 
setResetCredentialsFlowvoid setResetCredentialsFlow(String resetCredentialsFlow) 
 - 
getClientAuthenticationFlowString getClientAuthenticationFlow() 
 - 
setClientAuthenticationFlowvoid setClientAuthenticationFlow(String clientAuthenticationFlow) 
 - 
getDockerAuthenticationFlowString getDockerAuthenticationFlow() 
 - 
setDockerAuthenticationFlowvoid setDockerAuthenticationFlow(String dockerAuthenticationFlow) 
 - 
getOTPPolicyMapOTPPolicyEntity getOTPPolicy() 
 - 
setOTPPolicyvoid setOTPPolicy(MapOTPPolicyEntity otpPolicy) 
 - 
getWebAuthnPolicyMapWebAuthnPolicyEntity getWebAuthnPolicy() 
 - 
setWebAuthnPolicyvoid setWebAuthnPolicy(MapWebAuthnPolicyEntity webAuthnPolicy) 
 - 
getWebAuthnPolicyPasswordlessMapWebAuthnPolicyEntity getWebAuthnPolicyPasswordless() 
 - 
setWebAuthnPolicyPasswordlessvoid setWebAuthnPolicyPasswordless(MapWebAuthnPolicyEntity webAuthnPolicyPasswordless) 
 - 
addDefaultClientScopeIdvoid addDefaultClientScopeId(String scopeId) 
 - 
addOptionalClientScopeIdvoid addOptionalClientScopeId(String scopeId) 
 - 
addDefaultGroupIdvoid addDefaultGroupId(String groupId) 
 - 
removeDefaultGroupIdvoid removeDefaultGroupId(String groupId) 
 - 
getRequiredCredentialsSet<MapRequiredCredentialEntity> getRequiredCredentials() 
 - 
addRequiredCredentialvoid addRequiredCredential(MapRequiredCredentialEntity requiredCredential) 
 - 
getComponentsSet<MapComponentEntity> getComponents() 
 - 
getComponentOptional<MapComponentEntity> getComponent(String id) 
 - 
addComponentvoid addComponent(MapComponentEntity component) 
 - 
getAuthenticationFlowsSet<MapAuthenticationFlowEntity> getAuthenticationFlows() 
 - 
getAuthenticationFlowOptional<MapAuthenticationFlowEntity> getAuthenticationFlow(String flowId) 
 - 
addAuthenticationFlowvoid addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow) 
 - 
getAuthenticationExecutionsSet<MapAuthenticationExecutionEntity> getAuthenticationExecutions() 
 - 
getAuthenticationExecutionOptional<MapAuthenticationExecutionEntity> getAuthenticationExecution(String id) 
 - 
addAuthenticationExecutionvoid addAuthenticationExecution(MapAuthenticationExecutionEntity authenticationExecution) 
 - 
getAuthenticatorConfigsSet<MapAuthenticatorConfigEntity> getAuthenticatorConfigs() 
 - 
addAuthenticatorConfigvoid addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig) 
 - 
getAuthenticatorConfigOptional<MapAuthenticatorConfigEntity> getAuthenticatorConfig(String authenticatorConfigId) 
 - 
getRequiredActionProvidersSet<MapRequiredActionProviderEntity> getRequiredActionProviders() 
 - 
addRequiredActionProvidervoid addRequiredActionProvider(MapRequiredActionProviderEntity requiredActionProvider) 
 - 
getRequiredActionProviderOptional<MapRequiredActionProviderEntity> getRequiredActionProvider(String requiredActionProviderId) 
 - 
getIdentityProvidersSet<MapIdentityProviderEntity> getIdentityProviders() 
 - 
addIdentityProvidervoid addIdentityProvider(MapIdentityProviderEntity identityProvider) 
 - 
getIdentityProviderMappersSet<MapIdentityProviderMapperEntity> getIdentityProviderMappers() 
 - 
addIdentityProviderMappervoid addIdentityProviderMapper(MapIdentityProviderMapperEntity identityProviderMapper) 
 - 
getIdentityProviderMapperOptional<MapIdentityProviderMapperEntity> getIdentityProviderMapper(String identityProviderMapperId) 
 - 
getClientInitialAccessesSet<MapClientInitialAccessEntity> getClientInitialAccesses() 
 - 
addClientInitialAccessvoid addClientInitialAccess(MapClientInitialAccessEntity clientInitialAccess) 
 - 
getClientInitialAccessOptional<MapClientInitialAccessEntity> getClientInitialAccess(String clientInitialAccessId) 
 - 
removeExpiredClientInitialAccessesvoid removeExpiredClientInitialAccesses() 
 - 
hasClientInitialAccessboolean hasClientInitialAccess() 
 
- 
 
-