Class HotRodRealmEntity
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.realm.HotRodRealmEntity
- All Implemented Interfaces:
UpdatableEntity
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
markUpdatedFlag
-
Field Details
-
VERSION
public static final int VERSION- See Also:
-
entityVersion
-
id
-
name
-
adminEventsDetailsEnabled
-
adminEventsEnabled
-
allowUserManagedAccess
-
duplicateEmailsAllowed
-
editUsernameAllowed
-
enabled
-
eventsEnabled
-
internationalizationEnabled
-
loginWithEmailAllowed
-
offlineSessionMaxLifespanEnabled
-
registrationAllowed
-
registrationEmailAsUsername
-
rememberMe
-
resetPasswordAllowed
-
revokeRefreshToken
-
verifyEmail
-
accessCodeLifespan
-
accessCodeLifespanLogin
-
accessCodeLifespanUserAction
-
accessTokenLifespan
-
accessTokenLifespanForImplicitFlow
-
actionTokenGeneratedByAdminLifespan
-
clientOfflineSessionIdleTimeout
-
clientOfflineSessionMaxLifespan
-
clientSessionIdleTimeout
-
clientSessionMaxLifespan
-
notBefore
-
offlineSessionIdleTimeout
-
offlineSessionMaxLifespan
-
refreshTokenMaxReuse
-
ssoSessionIdleTimeout
-
ssoSessionIdleTimeoutRememberMe
-
ssoSessionMaxLifespan
-
ssoSessionMaxLifespanRememberMe
-
eventsExpiration
-
oTPPolicy
-
webAuthnPolicy
-
webAuthnPolicyPasswordless
-
accountTheme
-
adminTheme
-
browserFlow
-
clientAuthenticationFlow
-
defaultLocale
-
defaultRoleId
-
directGrantFlow
-
displayName
-
displayNameHtml
-
dockerAuthenticationFlow
-
emailTheme
-
loginTheme
-
masterAdminClient
-
passwordPolicy
-
registrationFlow
-
resetCredentialsFlow
-
sslRequired
-
attributes
-
localizationTexts
-
browserSecurityHeaders
-
smtpConfig
-
authenticationExecutions
-
authenticationFlows
-
authenticatorConfigs
-
clientInitialAccesses
@Basic(sortable=true) @ProtoField(number=66) public Set<HotRodClientInitialAccessEntity> clientInitialAccesses -
components
-
identityProviders
-
identityProviderMappers
-
requiredActionProviders
-
requiredCredentials
-
defaultClientScopeIds
-
defaultGroupIds
-
enabledEventTypes
-
eventsListeners
-
optionalClientScopeIds
-
supportedLocales
-
-
Constructor Details
-
HotRodRealmEntity
public HotRodRealmEntity()
-
-
Method Details