Class HotRodRealmEntity.AbstractHotRodRealmEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodRealmEntity>
-
- org.keycloak.models.map.storage.hotRod.realm.HotRodRealmEntity.AbstractHotRodRealmEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity,EntityWithAttributes,UpdatableEntity,MapRealmEntity,HotRodEntityDelegate<HotRodRealmEntity>
- Direct Known Subclasses:
HotRodRealmEntityDelegate
- Enclosing class:
- HotRodRealmEntity
public abstract static class HotRodRealmEntity.AbstractHotRodRealmEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodRealmEntity> implements MapRealmEntity
-
-
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
-
-
Constructor Summary
Constructors Constructor Description AbstractHotRodRealmEntityDelegate()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.EntityWithAttributes
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributes
-
Methods inherited from interface org.keycloak.models.map.storage.hotRod.common.HotRodEntityDelegate
getHotRodEntity
-
Methods inherited from interface org.keycloak.models.map.realm.MapRealmEntity
addAuthenticationExecution, addAuthenticationFlow, addAuthenticatorConfig, addClientInitialAccess, addComponent, addDefaultClientScopeId, addDefaultGroupId, addIdentityProvider, addIdentityProviderMapper, addOptionalClientScopeId, addRequiredActionProvider, addRequiredCredential, getAccessCodeLifespan, getAccessCodeLifespanLogin, getAccessCodeLifespanUserAction, getAccessTokenLifespan, getAccessTokenLifespanForImplicitFlow, getAccountTheme, getActionTokenGeneratedByAdminLifespan, getAdminTheme, getAuthenticationExecutions, getAuthenticationFlows, getAuthenticatorConfigs, getBrowserFlow, getBrowserSecurityHeaders, getClientAuthenticationFlow, getClientInitialAccesses, getClientOfflineSessionIdleTimeout, getClientOfflineSessionMaxLifespan, getClientSessionIdleTimeout, getClientSessionMaxLifespan, getComponents, getDefaultClientScopeIds, getDefaultGroupIds, getDefaultLocale, getDefaultRoleId, getDirectGrantFlow, getDisplayName, getDisplayNameHtml, getDockerAuthenticationFlow, getEmailTheme, getEnabledEventTypes, getEventsExpiration, getEventsListeners, getIdentityProviderMappers, getIdentityProviders, getLocalizationText, getLocalizationTexts, getLoginTheme, getMasterAdminClient, getName, getNotBefore, getOfflineSessionIdleTimeout, getOfflineSessionMaxLifespan, getOptionalClientScopeIds, getOTPPolicy, getPasswordPolicy, getRefreshTokenMaxReuse, getRegistrationFlow, getRequiredActionProviders, getRequiredCredentials, getResetCredentialsFlow, getSmtpConfig, getSslRequired, getSsoSessionIdleTimeout, getSsoSessionIdleTimeoutRememberMe, getSsoSessionMaxLifespan, getSsoSessionMaxLifespanRememberMe, getSupportedLocales, getWebAuthnPolicy, getWebAuthnPolicyPasswordless, isAdminEventsDetailsEnabled, isAdminEventsEnabled, isAllowUserManagedAccess, isDuplicateEmailsAllowed, isEditUsernameAllowed, isEnabled, isEventsEnabled, isInternationalizationEnabled, isLoginWithEmailAllowed, isOfflineSessionMaxLifespanEnabled, isRegistrationAllowed, isRegistrationEmailAsUsername, isRememberMe, isResetPasswordAllowed, isRevokeRefreshToken, isVerifyEmail, removeDefaultClientScopeId, removeDefaultGroupId, removeLocalizationText, removeOptionalClientScopeId, setAccessCodeLifespan, setAccessCodeLifespanLogin, setAccessCodeLifespanUserAction, setAccessTokenLifespan, setAccessTokenLifespanForImplicitFlow, setAccountTheme, setActionTokenGeneratedByAdminLifespan, setAdminEventsDetailsEnabled, setAdminEventsEnabled, setAdminTheme, setAllowUserManagedAccess, setBrowserFlow, setBrowserSecurityHeader, setBrowserSecurityHeaders, setClientAuthenticationFlow, setClientOfflineSessionIdleTimeout, setClientOfflineSessionMaxLifespan, setClientSessionIdleTimeout, setClientSessionMaxLifespan, setDefaultLocale, setDefaultRoleId, setDirectGrantFlow, setDisplayName, setDisplayNameHtml, setDockerAuthenticationFlow, setDuplicateEmailsAllowed, setEditUsernameAllowed, setEmailTheme, setEnabled, setEnabledEventTypes, setEventsEnabled, setEventsExpiration, setEventsListeners, setInternationalizationEnabled, setLocalizationText, setLoginTheme, setLoginWithEmailAllowed, setMasterAdminClient, setName, setNotBefore, setOfflineSessionIdleTimeout, setOfflineSessionMaxLifespan, setOfflineSessionMaxLifespanEnabled, setOTPPolicy, setPasswordPolicy, setRefreshTokenMaxReuse, setRegistrationAllowed, setRegistrationEmailAsUsername, setRegistrationFlow, setRememberMe, setResetCredentialsFlow, setResetPasswordAllowed, setRevokeRefreshToken, setSmtpConfig, setSslRequired, setSsoSessionIdleTimeout, setSsoSessionIdleTimeoutRememberMe, setSsoSessionMaxLifespan, setSsoSessionMaxLifespanRememberMe, setSupportedLocales, setVerifyEmail, setWebAuthnPolicy, setWebAuthnPolicyPasswordless
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
isUpdated
public boolean isUpdated()
- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableHotRodEntityDelegateImpl<HotRodRealmEntity>
-
clearUpdatedFlag
public void clearUpdatedFlag()
- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableHotRodEntityDelegateImpl<HotRodRealmEntity>
-
getComponent
public Optional<MapComponentEntity> getComponent(String id)
- Specified by:
getComponentin interfaceMapRealmEntity
-
removeComponent
public Boolean removeComponent(String componentId)
- Specified by:
removeComponentin interfaceMapRealmEntity
-
getAuthenticationExecution
public Optional<MapAuthenticationExecutionEntity> getAuthenticationExecution(String id)
- Specified by:
getAuthenticationExecutionin interfaceMapRealmEntity
-
removeAuthenticationExecution
public Boolean removeAuthenticationExecution(String executionId)
- Specified by:
removeAuthenticationExecutionin interfaceMapRealmEntity
-
getAuthenticationFlow
public Optional<MapAuthenticationFlowEntity> getAuthenticationFlow(String flowId)
- Specified by:
getAuthenticationFlowin interfaceMapRealmEntity
-
removeAuthenticationFlow
public Boolean removeAuthenticationFlow(String flowId)
- Specified by:
removeAuthenticationFlowin interfaceMapRealmEntity
-
removeAuthenticatorConfig
public Boolean removeAuthenticatorConfig(String authenticatorConfigId)
- Specified by:
removeAuthenticatorConfigin interfaceMapRealmEntity
-
getAuthenticatorConfig
public Optional<MapAuthenticatorConfigEntity> getAuthenticatorConfig(String authenticatorConfigId)
- Specified by:
getAuthenticatorConfigin interfaceMapRealmEntity
-
removeIdentityProviderMapper
public Boolean removeIdentityProviderMapper(String identityProviderMapperId)
- Specified by:
removeIdentityProviderMapperin interfaceMapRealmEntity
-
getIdentityProviderMapper
public Optional<MapIdentityProviderMapperEntity> getIdentityProviderMapper(String identityProviderMapperId)
- Specified by:
getIdentityProviderMapperin interfaceMapRealmEntity
-
removeIdentityProvider
public Boolean removeIdentityProvider(String identityProviderId)
- Specified by:
removeIdentityProviderin interfaceMapRealmEntity
-
getClientInitialAccess
public Optional<MapClientInitialAccessEntity> getClientInitialAccess(String clientInitialAccessId)
- Specified by:
getClientInitialAccessin interfaceMapRealmEntity
-
removeClientInitialAccess
public Boolean removeClientInitialAccess(String clientInitialAccessId)
- Specified by:
removeClientInitialAccessin interfaceMapRealmEntity
-
getRequiredActionProvider
public Optional<MapRequiredActionProviderEntity> getRequiredActionProvider(String requiredActionProviderId)
- Specified by:
getRequiredActionProviderin interfaceMapRealmEntity
-
removeRequiredActionProvider
public Boolean removeRequiredActionProvider(String requiredActionProviderId)
- Specified by:
removeRequiredActionProviderin interfaceMapRealmEntity
-
hasClientInitialAccess
public boolean hasClientInitialAccess()
- Specified by:
hasClientInitialAccessin interfaceMapRealmEntity
-
removeExpiredClientInitialAccesses
public void removeExpiredClientInitialAccesses()
- Specified by:
removeExpiredClientInitialAccessesin interfaceMapRealmEntity
-
-