Class RealmAdapter
java.lang.Object
org.keycloak.models.cache.infinispan.RealmAdapter
- All Implemented Interfaces:
CachedRealmModel,RealmModel,RoleContainerModel,StorageProviderRealmModel
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.cache.CachedRealmModel
CachedRealmModel.RealmCachedEventNested classes/interfaces inherited from interface org.keycloak.models.RealmModel
RealmModel.IdentityProviderRemovedEvent, RealmModel.IdentityProviderUpdatedEvent, RealmModel.RealmAttributeUpdateEvent, RealmModel.RealmCreationEvent, RealmModel.RealmPostCreateEvent, RealmModel.RealmRemovedEventNested classes/interfaces inherited from interface org.keycloak.models.RoleContainerModel
RoleContainerModel.RoleRemovedEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CachedRealmprotected RealmCacheSessionprotected booleanprotected KeycloakSessionprotected RealmModelFields inherited from interface org.keycloak.models.RealmModel
COMPARE_BY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionRealmAdapter(KeycloakSession session, CachedRealm cached, RealmCacheSession cacheSession) -
Method Summary
Modifier and TypeMethodDescriptionaddClientScope(String name) addClientScope(String id, String name) addComponentModel(ComponentModel model) voidaddDefaultClientScope(ClientScopeModel clientScope, boolean defaultScope) voidaddDefaultGroup(GroupModel group) voidaddIdentityProvider(IdentityProviderModel identityProvider) voidaddRequiredCredential(String cred) voidaddToDefaultRoles(RoleModel role) createClientInitialAccessModel(int expiration, int count) createGroup(String id, String name, GroupModel toParent) voidcreateOrUpdateRealmLocalizationTexts(String locale, Map<String, String> localizationTexts) voiddecreaseRemainingCount(ClientInitialAccessModel clientInitialAccess) booleanvoidexecuteEvictions(ComponentModel model) intintintintintintintintgetActionTokenGeneratedByUserLifespan(String actionTokenId) getAttribute(String name) getAttribute(String name, Boolean defaultValue) getAttribute(String name, Integer defaultValue) getAttribute(String name, Long defaultValue) longgetClientByClientId(String clientId) getClientById(String id) intintintintgetClientsStream(Integer firstResult, Integer maxResults) getComponent(String id) getComponentsStream(String parentId) getComponentsStream(String parentId, String providerType) getDefaultClientScopesStream(boolean defaultScope) longintgetFlowByAlias(String alias) getGroupById(String id) getGroupsCount(Boolean onlyTopGroups) getGroupsCountByNameContaining(String search) getId()getIdentityProviderByAlias(String alias) getIdentityProviderMapperByName(String alias, String name) getIdentityProviderMappersByAliasStream(String brokerAlias) intintintintgetName()intintintlongintgetRoleById(String id) getRolesStream(Integer first, Integer max) org.keycloak.common.enums.SslRequiredintintintintgetTopLevelGroupsStream(Integer first, Integer max) intinthashCode()voidprotected voidbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanprotected booleanbooleanbooleanbooleanvoidmoveGroup(GroupModel group, GroupModel toParent) voidremoveAttribute(String name) voidvoidvoidbooleanremoveClient(String id) voidbooleanvoidremoveComponent(ComponentModel component) voidremoveComponents(String parentId) voidremoveDefaultClientScope(ClientScopeModel clientScope) voidremoveDefaultGroup(GroupModel group) booleanremoveGroup(GroupModel group) voidvoidbooleanremoveRealmLocalizationTexts(String locale) voidvoidbooleanremoveRole(RoleModel role) searchClientByAuthenticationFlowBindingOverrides(Map<String, String> overrides, Integer firstResult, Integer maxResults) searchClientByClientIdStream(String clientId, Integer firstResult, Integer maxResults) searchForRolesStream(String search, Integer first, Integer max) voidsetAccessCodeLifespan(int seconds) voidsetAccessCodeLifespanLogin(int seconds) voidsetAccessCodeLifespanUserAction(int seconds) voidsetAccessTokenLifespan(int seconds) voidsetAccessTokenLifespanForImplicitFlow(int seconds) voidsetAccountTheme(String name) voidsetActionTokenGeneratedByAdminLifespan(int seconds) voidsetActionTokenGeneratedByUserLifespan(int seconds) voidsetActionTokenGeneratedByUserLifespan(String actionTokenId, Integer seconds) voidsetAdminEventsDetailsEnabled(boolean enabled) voidsetAdminEventsEnabled(boolean enabled) voidsetAdminPermissionsClient(ClientModel client) voidsetAdminPermissionsEnabled(boolean adminPermissionsEnabled) voidsetAdminTheme(String name) voidsetAttribute(String name, Boolean value) voidsetAttribute(String name, Integer value) voidsetAttribute(String name, Long value) voidsetAttribute(String name, String value) voidvoidsetBrowserSecurityHeaders(Map<String, String> headers) voidsetBruteForceProtected(boolean value) voidvoidvoidsetClientOfflineSessionIdleTimeout(int seconds) voidsetClientOfflineSessionMaxLifespan(int seconds) voidsetClientSessionIdleTimeout(int seconds) voidsetClientSessionMaxLifespan(int seconds) voidsetDefaultLocale(String locale) voidsetDefaultRole(RoleModel role) voidsetDefaultSignatureAlgorithm(String defaultSignatureAlgorithm) voidvoidsetDisplayName(String displayName) voidsetDisplayNameHtml(String displayNameHtml) voidvoidsetDuplicateEmailsAllowed(boolean duplicateEmailsAllowed) voidsetEditUsernameAllowed(boolean editUsernameAllowed) voidsetEmailTheme(String name) voidsetEnabled(boolean enabled) voidsetEnabledEventTypes(Set<String> enabledEventTypes) voidsetEventsEnabled(boolean enabled) voidsetEventsExpiration(long expiration) voidsetEventsListeners(Set<String> listeners) voidsetFailureFactor(int failureFactor) voidvoidsetInternationalizationEnabled(boolean enabled) voidsetLoginTheme(String name) voidsetLoginWithEmailAllowed(boolean loginWithEmailAllowed) voidsetMasterAdminClient(ClientModel client) voidsetMaxDeltaTimeSeconds(int val) voidsetMaxFailureWaitSeconds(int val) voidsetMaxTemporaryLockouts(int val) voidsetMinimumQuickLoginWaitSeconds(int val) voidvoidsetNotBefore(int notBefore) voidsetOfflineSessionIdleTimeout(int seconds) voidsetOfflineSessionMaxLifespan(int seconds) voidsetOfflineSessionMaxLifespanEnabled(boolean offlineSessionMaxLifespanEnabled) voidsetOrganizationsEnabled(boolean organizationsEnabled) voidsetOTPPolicy(OTPPolicy policy) voidsetPasswordPolicy(PasswordPolicy policy) voidsetPermanentLockout(boolean val) voidsetQuickLoginCheckMilliSeconds(long val) voidsetRefreshTokenMaxReuse(int refreshTokenMaxReuse) voidsetRegistrationAllowed(boolean registrationAllowed) voidsetRegistrationEmailAsUsername(boolean registrationEmailAsUsername) voidvoidsetRememberMe(boolean rememberMe) voidvoidsetResetPasswordAllowed(boolean resetPasswordAllowed) voidsetRevokeRefreshToken(boolean revokeRefreshToken) voidsetSmtpConfig(Map<String, String> smtpConfig) voidsetSslRequired(org.keycloak.common.enums.SslRequired sslRequired) voidsetSsoSessionIdleTimeout(int seconds) voidsetSsoSessionIdleTimeoutRememberMe(int seconds) voidsetSsoSessionMaxLifespan(int seconds) voidsetSsoSessionMaxLifespanRememberMe(int seconds) voidsetSupportedLocales(Set<String> locales) voidsetUserManagedAccessAllowed(boolean userManagedAccessAllowed) voidsetVerifiableCredentialsEnabled(boolean verifiableCredentialsEnabled) voidsetVerifyEmail(boolean verifyEmail) voidsetWaitIncrementSeconds(int val) voidsetWebAuthnPolicy(WebAuthnPolicy policy) voidtoString()voidvoidvoidvoidupdateComponent(ComponentModel component) voidupdateIdentityProvider(IdentityProviderModel identityProvider) voidvoidvoidvoidupdateRequiredCredentials(Set<String> creds) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.RealmModel
createGroup, createGroup, createGroup, getStorageProvidersMethods inherited from interface org.keycloak.models.StorageProviderRealmModel
getClientStorageProviders, getClientStorageProvidersStream, getRoleStorageProviders, getRoleStorageProvidersStream, getUserStorageProviders, getUserStorageProvidersStream
-
Field Details
-
cached
-
cacheSession
-
updated
-
session
-
invalidated
protected volatile boolean invalidated
-
-
Constructor Details
-
RealmAdapter
-
-
Method Details
-
getDelegateForUpdate
- Specified by:
getDelegateForUpdatein interfaceCachedRealmModel
-
invalidateFlag
protected void invalidateFlag() -
invalidate
public void invalidate()- Specified by:
invalidatein interfaceCachedRealmModel
-
getCacheTimestamp
public long getCacheTimestamp()- Specified by:
getCacheTimestampin interfaceCachedRealmModel
-
getCachedWith
- Specified by:
getCachedWithin interfaceCachedRealmModel
-
isUpdated
protected boolean isUpdated() -
getId
- Specified by:
getIdin interfaceRealmModel- Specified by:
getIdin interfaceRoleContainerModel
-
getName
- Specified by:
getNamein interfaceRealmModel
-
setName
- Specified by:
setNamein interfaceRealmModel
-
getDisplayName
- Specified by:
getDisplayNamein interfaceRealmModel
-
setDisplayName
- Specified by:
setDisplayNamein interfaceRealmModel
-
getDisplayNameHtml
- Specified by:
getDisplayNameHtmlin interfaceRealmModel
-
setDisplayNameHtml
- Specified by:
setDisplayNameHtmlin interfaceRealmModel
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceRealmModel
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceRealmModel
-
isUserManagedAccessAllowed
public boolean isUserManagedAccessAllowed()- Specified by:
isUserManagedAccessAllowedin interfaceRealmModel
-
setUserManagedAccessAllowed
public void setUserManagedAccessAllowed(boolean userManagedAccessAllowed) - Specified by:
setUserManagedAccessAllowedin interfaceRealmModel
-
getSslRequired
public org.keycloak.common.enums.SslRequired getSslRequired()- Specified by:
getSslRequiredin interfaceRealmModel
-
setSslRequired
public void setSslRequired(org.keycloak.common.enums.SslRequired sslRequired) - Specified by:
setSslRequiredin interfaceRealmModel
-
isRegistrationAllowed
public boolean isRegistrationAllowed()- Specified by:
isRegistrationAllowedin interfaceRealmModel
-
setRegistrationAllowed
public void setRegistrationAllowed(boolean registrationAllowed) - Specified by:
setRegistrationAllowedin interfaceRealmModel
-
isRegistrationEmailAsUsername
public boolean isRegistrationEmailAsUsername()- Specified by:
isRegistrationEmailAsUsernamein interfaceRealmModel
-
setRegistrationEmailAsUsername
public void setRegistrationEmailAsUsername(boolean registrationEmailAsUsername) - Specified by:
setRegistrationEmailAsUsernamein interfaceRealmModel
-
isRememberMe
public boolean isRememberMe()- Specified by:
isRememberMein interfaceRealmModel
-
setRememberMe
public void setRememberMe(boolean rememberMe) - Specified by:
setRememberMein interfaceRealmModel
-
getDefaultSignatureAlgorithm
- Specified by:
getDefaultSignatureAlgorithmin interfaceRealmModel
-
setDefaultSignatureAlgorithm
- Specified by:
setDefaultSignatureAlgorithmin interfaceRealmModel
-
isBruteForceProtected
public boolean isBruteForceProtected()- Specified by:
isBruteForceProtectedin interfaceRealmModel
-
setBruteForceProtected
public void setBruteForceProtected(boolean value) - Specified by:
setBruteForceProtectedin interfaceRealmModel
-
isPermanentLockout
public boolean isPermanentLockout()- Specified by:
isPermanentLockoutin interfaceRealmModel
-
setPermanentLockout
public void setPermanentLockout(boolean val) - Specified by:
setPermanentLockoutin interfaceRealmModel
-
getMaxTemporaryLockouts
public int getMaxTemporaryLockouts()- Specified by:
getMaxTemporaryLockoutsin interfaceRealmModel
-
setMaxTemporaryLockouts
public void setMaxTemporaryLockouts(int val) - Specified by:
setMaxTemporaryLockoutsin interfaceRealmModel
-
getBruteForceStrategy
- Specified by:
getBruteForceStrategyin interfaceRealmModel
-
setBruteForceStrategy
- Specified by:
setBruteForceStrategyin interfaceRealmModel
-
getMaxFailureWaitSeconds
public int getMaxFailureWaitSeconds()- Specified by:
getMaxFailureWaitSecondsin interfaceRealmModel
-
setMaxFailureWaitSeconds
public void setMaxFailureWaitSeconds(int val) - Specified by:
setMaxFailureWaitSecondsin interfaceRealmModel
-
getWaitIncrementSeconds
public int getWaitIncrementSeconds()- Specified by:
getWaitIncrementSecondsin interfaceRealmModel
-
setWaitIncrementSeconds
public void setWaitIncrementSeconds(int val) - Specified by:
setWaitIncrementSecondsin interfaceRealmModel
-
getMinimumQuickLoginWaitSeconds
public int getMinimumQuickLoginWaitSeconds()- Specified by:
getMinimumQuickLoginWaitSecondsin interfaceRealmModel
-
setMinimumQuickLoginWaitSeconds
public void setMinimumQuickLoginWaitSeconds(int val) - Specified by:
setMinimumQuickLoginWaitSecondsin interfaceRealmModel
-
getQuickLoginCheckMilliSeconds
public long getQuickLoginCheckMilliSeconds()- Specified by:
getQuickLoginCheckMilliSecondsin interfaceRealmModel
-
setQuickLoginCheckMilliSeconds
public void setQuickLoginCheckMilliSeconds(long val) - Specified by:
setQuickLoginCheckMilliSecondsin interfaceRealmModel
-
getMaxDeltaTimeSeconds
public int getMaxDeltaTimeSeconds()- Specified by:
getMaxDeltaTimeSecondsin interfaceRealmModel
-
setMaxDeltaTimeSeconds
public void setMaxDeltaTimeSeconds(int val) - Specified by:
setMaxDeltaTimeSecondsin interfaceRealmModel
-
getFailureFactor
public int getFailureFactor()- Specified by:
getFailureFactorin interfaceRealmModel
-
setFailureFactor
public void setFailureFactor(int failureFactor) - Specified by:
setFailureFactorin interfaceRealmModel
-
isVerifyEmail
public boolean isVerifyEmail()- Specified by:
isVerifyEmailin interfaceRealmModel
-
setVerifyEmail
public void setVerifyEmail(boolean verifyEmail) - Specified by:
setVerifyEmailin interfaceRealmModel
-
isLoginWithEmailAllowed
public boolean isLoginWithEmailAllowed()- Specified by:
isLoginWithEmailAllowedin interfaceRealmModel
-
setLoginWithEmailAllowed
public void setLoginWithEmailAllowed(boolean loginWithEmailAllowed) - Specified by:
setLoginWithEmailAllowedin interfaceRealmModel
-
isDuplicateEmailsAllowed
public boolean isDuplicateEmailsAllowed()- Specified by:
isDuplicateEmailsAllowedin interfaceRealmModel
-
setDuplicateEmailsAllowed
public void setDuplicateEmailsAllowed(boolean duplicateEmailsAllowed) - Specified by:
setDuplicateEmailsAllowedin interfaceRealmModel
-
isResetPasswordAllowed
public boolean isResetPasswordAllowed()- Specified by:
isResetPasswordAllowedin interfaceRealmModel
-
setResetPasswordAllowed
public void setResetPasswordAllowed(boolean resetPasswordAllowed) - Specified by:
setResetPasswordAllowedin interfaceRealmModel
-
isEditUsernameAllowed
public boolean isEditUsernameAllowed()- Specified by:
isEditUsernameAllowedin interfaceRealmModel
-
setEditUsernameAllowed
public void setEditUsernameAllowed(boolean editUsernameAllowed) - Specified by:
setEditUsernameAllowedin interfaceRealmModel
-
isRevokeRefreshToken
public boolean isRevokeRefreshToken()- Specified by:
isRevokeRefreshTokenin interfaceRealmModel
-
setRevokeRefreshToken
public void setRevokeRefreshToken(boolean revokeRefreshToken) - Specified by:
setRevokeRefreshTokenin interfaceRealmModel
-
getRefreshTokenMaxReuse
public int getRefreshTokenMaxReuse()- Specified by:
getRefreshTokenMaxReusein interfaceRealmModel
-
setRefreshTokenMaxReuse
public void setRefreshTokenMaxReuse(int refreshTokenMaxReuse) - Specified by:
setRefreshTokenMaxReusein interfaceRealmModel
-
getSsoSessionIdleTimeout
public int getSsoSessionIdleTimeout()- Specified by:
getSsoSessionIdleTimeoutin interfaceRealmModel
-
setSsoSessionIdleTimeout
public void setSsoSessionIdleTimeout(int seconds) - Specified by:
setSsoSessionIdleTimeoutin interfaceRealmModel
-
getSsoSessionMaxLifespan
public int getSsoSessionMaxLifespan()- Specified by:
getSsoSessionMaxLifespanin interfaceRealmModel
-
setSsoSessionMaxLifespan
public void setSsoSessionMaxLifespan(int seconds) - Specified by:
setSsoSessionMaxLifespanin interfaceRealmModel
-
getSsoSessionIdleTimeoutRememberMe
public int getSsoSessionIdleTimeoutRememberMe()- Specified by:
getSsoSessionIdleTimeoutRememberMein interfaceRealmModel
-
setSsoSessionIdleTimeoutRememberMe
public void setSsoSessionIdleTimeoutRememberMe(int seconds) - Specified by:
setSsoSessionIdleTimeoutRememberMein interfaceRealmModel
-
getSsoSessionMaxLifespanRememberMe
public int getSsoSessionMaxLifespanRememberMe()- Specified by:
getSsoSessionMaxLifespanRememberMein interfaceRealmModel
-
setSsoSessionMaxLifespanRememberMe
public void setSsoSessionMaxLifespanRememberMe(int seconds) - Specified by:
setSsoSessionMaxLifespanRememberMein interfaceRealmModel
-
getOfflineSessionIdleTimeout
public int getOfflineSessionIdleTimeout()- Specified by:
getOfflineSessionIdleTimeoutin interfaceRealmModel
-
setOfflineSessionIdleTimeout
public void setOfflineSessionIdleTimeout(int seconds) - Specified by:
setOfflineSessionIdleTimeoutin interfaceRealmModel
-
isOfflineSessionMaxLifespanEnabled
public boolean isOfflineSessionMaxLifespanEnabled()- Specified by:
isOfflineSessionMaxLifespanEnabledin interfaceRealmModel
-
setOfflineSessionMaxLifespanEnabled
public void setOfflineSessionMaxLifespanEnabled(boolean offlineSessionMaxLifespanEnabled) - Specified by:
setOfflineSessionMaxLifespanEnabledin interfaceRealmModel
-
getOfflineSessionMaxLifespan
public int getOfflineSessionMaxLifespan()- Specified by:
getOfflineSessionMaxLifespanin interfaceRealmModel
-
setOfflineSessionMaxLifespan
public void setOfflineSessionMaxLifespan(int seconds) - Specified by:
setOfflineSessionMaxLifespanin interfaceRealmModel
-
getClientSessionIdleTimeout
public int getClientSessionIdleTimeout()- Specified by:
getClientSessionIdleTimeoutin interfaceRealmModel
-
setClientSessionIdleTimeout
public void setClientSessionIdleTimeout(int seconds) - Specified by:
setClientSessionIdleTimeoutin interfaceRealmModel
-
getClientSessionMaxLifespan
public int getClientSessionMaxLifespan()- Specified by:
getClientSessionMaxLifespanin interfaceRealmModel
-
setClientSessionMaxLifespan
public void setClientSessionMaxLifespan(int seconds) - Specified by:
setClientSessionMaxLifespanin interfaceRealmModel
-
getClientOfflineSessionIdleTimeout
public int getClientOfflineSessionIdleTimeout()- Specified by:
getClientOfflineSessionIdleTimeoutin interfaceRealmModel
-
setClientOfflineSessionIdleTimeout
public void setClientOfflineSessionIdleTimeout(int seconds) - Specified by:
setClientOfflineSessionIdleTimeoutin interfaceRealmModel
-
getClientOfflineSessionMaxLifespan
public int getClientOfflineSessionMaxLifespan()- Specified by:
getClientOfflineSessionMaxLifespanin interfaceRealmModel
-
setClientOfflineSessionMaxLifespan
public void setClientOfflineSessionMaxLifespan(int seconds) - Specified by:
setClientOfflineSessionMaxLifespanin interfaceRealmModel
-
getAccessTokenLifespan
public int getAccessTokenLifespan()- Specified by:
getAccessTokenLifespanin interfaceRealmModel
-
setAccessTokenLifespan
public void setAccessTokenLifespan(int seconds) - Specified by:
setAccessTokenLifespanin interfaceRealmModel
-
getAccessTokenLifespanForImplicitFlow
public int getAccessTokenLifespanForImplicitFlow()- Specified by:
getAccessTokenLifespanForImplicitFlowin interfaceRealmModel
-
setAccessTokenLifespanForImplicitFlow
public void setAccessTokenLifespanForImplicitFlow(int seconds) - Specified by:
setAccessTokenLifespanForImplicitFlowin interfaceRealmModel
-
getAccessCodeLifespan
public int getAccessCodeLifespan()- Specified by:
getAccessCodeLifespanin interfaceRealmModel
-
setAccessCodeLifespan
public void setAccessCodeLifespan(int seconds) - Specified by:
setAccessCodeLifespanin interfaceRealmModel
-
getAccessCodeLifespanUserAction
public int getAccessCodeLifespanUserAction()- Specified by:
getAccessCodeLifespanUserActionin interfaceRealmModel
-
setAccessCodeLifespanUserAction
public void setAccessCodeLifespanUserAction(int seconds) - Specified by:
setAccessCodeLifespanUserActionin interfaceRealmModel
-
getUserActionTokenLifespans
- Specified by:
getUserActionTokenLifespansin interfaceRealmModel
-
getAccessCodeLifespanLogin
public int getAccessCodeLifespanLogin()- Specified by:
getAccessCodeLifespanLoginin interfaceRealmModel
-
setAccessCodeLifespanLogin
public void setAccessCodeLifespanLogin(int seconds) - Specified by:
setAccessCodeLifespanLoginin interfaceRealmModel
-
getActionTokenGeneratedByAdminLifespan
public int getActionTokenGeneratedByAdminLifespan()- Specified by:
getActionTokenGeneratedByAdminLifespanin interfaceRealmModel
-
setActionTokenGeneratedByAdminLifespan
public void setActionTokenGeneratedByAdminLifespan(int seconds) - Specified by:
setActionTokenGeneratedByAdminLifespanin interfaceRealmModel
-
getActionTokenGeneratedByUserLifespan
public int getActionTokenGeneratedByUserLifespan()- Specified by:
getActionTokenGeneratedByUserLifespanin interfaceRealmModel
-
setActionTokenGeneratedByUserLifespan
public void setActionTokenGeneratedByUserLifespan(int seconds) - Specified by:
setActionTokenGeneratedByUserLifespanin interfaceRealmModel
-
getActionTokenGeneratedByUserLifespan
- Specified by:
getActionTokenGeneratedByUserLifespanin interfaceRealmModel
-
setActionTokenGeneratedByUserLifespan
- Specified by:
setActionTokenGeneratedByUserLifespanin interfaceRealmModel
-
getRequiredCredentialsStream
- Specified by:
getRequiredCredentialsStreamin interfaceRealmModel
-
getOAuth2DeviceConfig
- Specified by:
getOAuth2DeviceConfigin interfaceRealmModel
-
getCibaPolicy
- Specified by:
getCibaPolicyin interfaceRealmModel
-
getParPolicy
- Specified by:
getParPolicyin interfaceRealmModel
-
addRequiredCredential
- Specified by:
addRequiredCredentialin interfaceRealmModel
-
getPasswordPolicy
- Specified by:
getPasswordPolicyin interfaceRealmModel
-
setPasswordPolicy
- Specified by:
setPasswordPolicyin interfaceRealmModel
-
getOTPPolicy
- Specified by:
getOTPPolicyin interfaceRealmModel
-
setOTPPolicy
- Specified by:
setOTPPolicyin interfaceRealmModel
-
getWebAuthnPolicy
- Specified by:
getWebAuthnPolicyin interfaceRealmModel
-
setWebAuthnPolicy
- Specified by:
setWebAuthnPolicyin interfaceRealmModel
-
getWebAuthnPolicyPasswordless
- Specified by:
getWebAuthnPolicyPasswordlessin interfaceRealmModel
-
setWebAuthnPolicyPasswordless
- Specified by:
setWebAuthnPolicyPasswordlessin interfaceRealmModel
-
getRoleById
- Specified by:
getRoleByIdin interfaceRealmModel
-
getDefaultGroupsStream
- Specified by:
getDefaultGroupsStreamin interfaceRealmModel
-
addDefaultGroup
- Specified by:
addDefaultGroupin interfaceRealmModel
-
removeDefaultGroup
- Specified by:
removeDefaultGroupin interfaceRealmModel
-
addToDefaultRoles
- Specified by:
addToDefaultRolesin interfaceRealmModel
-
getClientsStream
- Specified by:
getClientsStreamin interfaceRealmModel
-
getAlwaysDisplayInConsoleClientsStream
- Specified by:
getAlwaysDisplayInConsoleClientsStreamin interfaceRealmModel
-
addClient
- Specified by:
addClientin interfaceRealmModel
-
addClient
- Specified by:
addClientin interfaceRealmModel
-
removeClient
- Specified by:
removeClientin interfaceRealmModel
-
getClientById
- Specified by:
getClientByIdin interfaceRealmModel
-
getClientByClientId
- Specified by:
getClientByClientIdin interfaceRealmModel
-
searchClientByClientIdStream
public Stream<ClientModel> searchClientByClientIdStream(String clientId, Integer firstResult, Integer maxResults) - Specified by:
searchClientByClientIdStreamin interfaceRealmModel
-
searchClientByAttributes
public Stream<ClientModel> searchClientByAttributes(Map<String, String> attributes, Integer firstResult, Integer maxResults) - Specified by:
searchClientByAttributesin interfaceRealmModel
-
searchClientByAuthenticationFlowBindingOverrides
public Stream<ClientModel> searchClientByAuthenticationFlowBindingOverrides(Map<String, String> overrides, Integer firstResult, Integer maxResults) - Specified by:
searchClientByAuthenticationFlowBindingOverridesin interfaceRealmModel
-
getClientsStream
- Specified by:
getClientsStreamin interfaceRealmModel
-
getClientsCount
- Specified by:
getClientsCountin interfaceRealmModel
-
updateRequiredCredentials
- Specified by:
updateRequiredCredentialsin interfaceRealmModel
-
getBrowserSecurityHeaders
- Specified by:
getBrowserSecurityHeadersin interfaceRealmModel
-
setBrowserSecurityHeaders
- Specified by:
setBrowserSecurityHeadersin interfaceRealmModel
-
getSmtpConfig
- Specified by:
getSmtpConfigin interfaceRealmModel
-
setSmtpConfig
- Specified by:
setSmtpConfigin interfaceRealmModel
-
getIdentityProvidersStream
- Specified by:
getIdentityProvidersStreamin interfaceRealmModel
-
getIdentityProviderByAlias
- Specified by:
getIdentityProviderByAliasin interfaceRealmModel
-
addIdentityProvider
- Specified by:
addIdentityProviderin interfaceRealmModel
-
updateIdentityProvider
- Specified by:
updateIdentityProviderin interfaceRealmModel
-
removeIdentityProviderByAlias
- Specified by:
removeIdentityProviderByAliasin interfaceRealmModel
-
getLoginTheme
- Specified by:
getLoginThemein interfaceRealmModel
-
setLoginTheme
- Specified by:
setLoginThemein interfaceRealmModel
-
getAccountTheme
- Specified by:
getAccountThemein interfaceRealmModel
-
setAccountTheme
- Specified by:
setAccountThemein interfaceRealmModel
-
getAdminTheme
- Specified by:
getAdminThemein interfaceRealmModel
-
setAdminTheme
- Specified by:
setAdminThemein interfaceRealmModel
-
getEmailTheme
- Specified by:
getEmailThemein interfaceRealmModel
-
setEmailTheme
- Specified by:
setEmailThemein interfaceRealmModel
-
getNotBefore
public int getNotBefore()- Specified by:
getNotBeforein interfaceRealmModel
-
setNotBefore
public void setNotBefore(int notBefore) - Specified by:
setNotBeforein interfaceRealmModel
-
isEventsEnabled
public boolean isEventsEnabled()- Specified by:
isEventsEnabledin interfaceRealmModel
-
setEventsEnabled
public void setEventsEnabled(boolean enabled) - Specified by:
setEventsEnabledin interfaceRealmModel
-
getEventsExpiration
public long getEventsExpiration()- Specified by:
getEventsExpirationin interfaceRealmModel
-
setEventsExpiration
public void setEventsExpiration(long expiration) - Specified by:
setEventsExpirationin interfaceRealmModel
-
getEventsListenersStream
- Specified by:
getEventsListenersStreamin interfaceRealmModel
-
setEventsListeners
- Specified by:
setEventsListenersin interfaceRealmModel
-
getEnabledEventTypesStream
- Specified by:
getEnabledEventTypesStreamin interfaceRealmModel
-
setEnabledEventTypes
- Specified by:
setEnabledEventTypesin interfaceRealmModel
-
isAdminEventsEnabled
public boolean isAdminEventsEnabled()- Specified by:
isAdminEventsEnabledin interfaceRealmModel
-
setAdminEventsEnabled
public void setAdminEventsEnabled(boolean enabled) - Specified by:
setAdminEventsEnabledin interfaceRealmModel
-
isAdminEventsDetailsEnabled
public boolean isAdminEventsDetailsEnabled()- Specified by:
isAdminEventsDetailsEnabledin interfaceRealmModel
-
setAdminEventsDetailsEnabled
public void setAdminEventsDetailsEnabled(boolean enabled) - Specified by:
setAdminEventsDetailsEnabledin interfaceRealmModel
-
getMasterAdminClient
- Specified by:
getMasterAdminClientin interfaceRealmModel
-
setMasterAdminClient
- Specified by:
setMasterAdminClientin interfaceRealmModel
-
setDefaultRole
- Specified by:
setDefaultRolein interfaceRealmModel
-
getDefaultRole
- Specified by:
getDefaultRolein interfaceRealmModel
-
setAdminPermissionsClient
- Specified by:
setAdminPermissionsClientin interfaceRealmModel
-
getAdminPermissionsClient
- Specified by:
getAdminPermissionsClientin interfaceRealmModel
-
getRole
- Specified by:
getRolein interfaceRoleContainerModel
-
getRolesStream
- Specified by:
getRolesStreamin interfaceRoleContainerModel
-
getRolesStream
- Specified by:
getRolesStreamin interfaceRoleContainerModel
-
searchForRolesStream
- Specified by:
searchForRolesStreamin interfaceRoleContainerModel
-
addRole
- Specified by:
addRolein interfaceRoleContainerModel
-
addRole
- Specified by:
addRolein interfaceRoleContainerModel
-
removeRole
- Specified by:
removeRolein interfaceRoleContainerModel
-
isIdentityFederationEnabled
public boolean isIdentityFederationEnabled()- Specified by:
isIdentityFederationEnabledin interfaceRealmModel
-
equals
-
hashCode
public int hashCode() -
isInternationalizationEnabled
public boolean isInternationalizationEnabled()- Specified by:
isInternationalizationEnabledin interfaceRealmModel
-
setInternationalizationEnabled
public void setInternationalizationEnabled(boolean enabled) - Specified by:
setInternationalizationEnabledin interfaceRealmModel
-
getSupportedLocalesStream
- Specified by:
getSupportedLocalesStreamin interfaceRealmModel
-
setSupportedLocales
- Specified by:
setSupportedLocalesin interfaceRealmModel
-
getDefaultLocale
- Specified by:
getDefaultLocalein interfaceRealmModel
-
setDefaultLocale
- Specified by:
setDefaultLocalein interfaceRealmModel
-
getIdentityProviderMappersStream
- Specified by:
getIdentityProviderMappersStreamin interfaceRealmModel
-
getIdentityProviderMappersByAliasStream
public Stream<IdentityProviderMapperModel> getIdentityProviderMappersByAliasStream(String brokerAlias) - Specified by:
getIdentityProviderMappersByAliasStreamin interfaceRealmModel
-
addIdentityProviderMapper
- Specified by:
addIdentityProviderMapperin interfaceRealmModel
-
removeIdentityProviderMapper
- Specified by:
removeIdentityProviderMapperin interfaceRealmModel
-
updateIdentityProviderMapper
- Specified by:
updateIdentityProviderMapperin interfaceRealmModel
-
getIdentityProviderMapperById
- Specified by:
getIdentityProviderMapperByIdin interfaceRealmModel
-
getIdentityProviderMapperByName
- Specified by:
getIdentityProviderMapperByNamein interfaceRealmModel
-
getBrowserFlow
- Specified by:
getBrowserFlowin interfaceRealmModel
-
setBrowserFlow
- Specified by:
setBrowserFlowin interfaceRealmModel
-
getRegistrationFlow
- Specified by:
getRegistrationFlowin interfaceRealmModel
-
setRegistrationFlow
- Specified by:
setRegistrationFlowin interfaceRealmModel
-
getDirectGrantFlow
- Specified by:
getDirectGrantFlowin interfaceRealmModel
-
setDirectGrantFlow
- Specified by:
setDirectGrantFlowin interfaceRealmModel
-
getResetCredentialsFlow
- Specified by:
getResetCredentialsFlowin interfaceRealmModel
-
setResetCredentialsFlow
- Specified by:
setResetCredentialsFlowin interfaceRealmModel
-
getClientAuthenticationFlow
- Specified by:
getClientAuthenticationFlowin interfaceRealmModel
-
setClientAuthenticationFlow
- Specified by:
setClientAuthenticationFlowin interfaceRealmModel
-
getDockerAuthenticationFlow
- Specified by:
getDockerAuthenticationFlowin interfaceRealmModel
-
setDockerAuthenticationFlow
- Specified by:
setDockerAuthenticationFlowin interfaceRealmModel
-
getFirstBrokerLoginFlow
- Specified by:
getFirstBrokerLoginFlowin interfaceRealmModel
-
setFirstBrokerLoginFlow
- Specified by:
setFirstBrokerLoginFlowin interfaceRealmModel
-
getAuthenticationFlowsStream
- Specified by:
getAuthenticationFlowsStreamin interfaceRealmModel
-
getFlowByAlias
- Specified by:
getFlowByAliasin interfaceRealmModel
-
getAuthenticatorConfigByAlias
- Specified by:
getAuthenticatorConfigByAliasin interfaceRealmModel
-
addAuthenticationFlow
- Specified by:
addAuthenticationFlowin interfaceRealmModel
-
getAuthenticationFlowById
- Specified by:
getAuthenticationFlowByIdin interfaceRealmModel
-
removeAuthenticationFlow
- Specified by:
removeAuthenticationFlowin interfaceRealmModel
-
updateAuthenticationFlow
- Specified by:
updateAuthenticationFlowin interfaceRealmModel
-
getAuthenticationExecutionsStream
- Specified by:
getAuthenticationExecutionsStreamin interfaceRealmModel
-
getAuthenticationExecutionById
- Specified by:
getAuthenticationExecutionByIdin interfaceRealmModel
-
getAuthenticationExecutionByFlowId
- Specified by:
getAuthenticationExecutionByFlowIdin interfaceRealmModel
-
addAuthenticatorExecution
- Specified by:
addAuthenticatorExecutionin interfaceRealmModel
-
updateAuthenticatorExecution
- Specified by:
updateAuthenticatorExecutionin interfaceRealmModel
-
removeAuthenticatorExecution
- Specified by:
removeAuthenticatorExecutionin interfaceRealmModel
-
getAuthenticatorConfigsStream
- Specified by:
getAuthenticatorConfigsStreamin interfaceRealmModel
-
addAuthenticatorConfig
- Specified by:
addAuthenticatorConfigin interfaceRealmModel
-
updateAuthenticatorConfig
- Specified by:
updateAuthenticatorConfigin interfaceRealmModel
-
removeAuthenticatorConfig
- Specified by:
removeAuthenticatorConfigin interfaceRealmModel
-
getAuthenticatorConfigById
- Specified by:
getAuthenticatorConfigByIdin interfaceRealmModel
-
getRequiredActionConfigById
- Specified by:
getRequiredActionConfigByIdin interfaceRealmModel
-
getRequiredActionConfigByAlias
- Specified by:
getRequiredActionConfigByAliasin interfaceRealmModel
-
updateRequiredActionConfig
- Specified by:
updateRequiredActionConfigin interfaceRealmModel
-
removeRequiredActionProviderConfig
- Specified by:
removeRequiredActionProviderConfigin interfaceRealmModel
-
getRequiredActionConfigsStream
- Specified by:
getRequiredActionConfigsStreamin interfaceRealmModel
-
getRequiredActionProvidersStream
- Specified by:
getRequiredActionProvidersStreamin interfaceRealmModel
-
addRequiredActionProvider
- Specified by:
addRequiredActionProviderin interfaceRealmModel
-
updateRequiredActionProvider
- Specified by:
updateRequiredActionProviderin interfaceRealmModel
-
removeRequiredActionProvider
- Specified by:
removeRequiredActionProviderin interfaceRealmModel
-
getRequiredActionProviderById
- Specified by:
getRequiredActionProviderByIdin interfaceRealmModel
-
getRequiredActionProviderByAlias
- Specified by:
getRequiredActionProviderByAliasin interfaceRealmModel
-
createGroup
- Specified by:
createGroupin interfaceRealmModel
-
moveGroup
- Specified by:
moveGroupin interfaceRealmModel
-
getGroupById
- Specified by:
getGroupByIdin interfaceRealmModel
-
getGroupsStream
- Specified by:
getGroupsStreamin interfaceRealmModel
-
getGroupsCount
- Specified by:
getGroupsCountin interfaceRealmModel
-
getGroupsCountByNameContaining
- Specified by:
getGroupsCountByNameContainingin interfaceRealmModel
-
getTopLevelGroupsStream
- Specified by:
getTopLevelGroupsStreamin interfaceRealmModel
-
getTopLevelGroupsStream
- Specified by:
getTopLevelGroupsStreamin interfaceRealmModel
-
removeGroup
- Specified by:
removeGroupin interfaceRealmModel
-
getClientScopesStream
- Specified by:
getClientScopesStreamin interfaceRealmModel
-
addClientScope
- Specified by:
addClientScopein interfaceRealmModel
-
addClientScope
- Specified by:
addClientScopein interfaceRealmModel
-
removeClientScope
- Specified by:
removeClientScopein interfaceRealmModel
-
getClientScopeById
- Specified by:
getClientScopeByIdin interfaceRealmModel
-
addDefaultClientScope
- Specified by:
addDefaultClientScopein interfaceRealmModel
-
removeDefaultClientScope
- Specified by:
removeDefaultClientScopein interfaceRealmModel
-
getDefaultClientScopesStream
- Specified by:
getDefaultClientScopesStreamin interfaceRealmModel
-
addComponentModel
- Specified by:
addComponentModelin interfaceRealmModel
-
importComponentModel
- Specified by:
importComponentModelin interfaceRealmModel
-
executeEvictions
-
updateComponent
- Specified by:
updateComponentin interfaceRealmModel
-
removeComponent
- Specified by:
removeComponentin interfaceRealmModel
-
removeComponents
- Specified by:
removeComponentsin interfaceRealmModel
-
getComponentsStream
- Specified by:
getComponentsStreamin interfaceRealmModel
-
getComponentsStream
- Specified by:
getComponentsStreamin interfaceRealmModel
-
getComponentsStream
- Specified by:
getComponentsStreamin interfaceRealmModel
-
getComponent
- Specified by:
getComponentin interfaceRealmModel
-
setAttribute
- Specified by:
setAttributein interfaceRealmModel
-
setAttribute
- Specified by:
setAttributein interfaceRealmModel
-
setAttribute
- Specified by:
setAttributein interfaceRealmModel
-
setAttribute
- Specified by:
setAttributein interfaceRealmModel
-
removeAttribute
- Specified by:
removeAttributein interfaceRealmModel
-
getAttribute
- Specified by:
getAttributein interfaceRealmModel
-
getAttribute
- Specified by:
getAttributein interfaceRealmModel
-
getAttribute
- Specified by:
getAttributein interfaceRealmModel
-
getAttribute
- Specified by:
getAttributein interfaceRealmModel
-
getAttributes
- Specified by:
getAttributesin interfaceRealmModel
-
createOrUpdateRealmLocalizationTexts
public void createOrUpdateRealmLocalizationTexts(String locale, Map<String, String> localizationTexts) - Specified by:
createOrUpdateRealmLocalizationTextsin interfaceRealmModel
-
removeRealmLocalizationTexts
- Specified by:
removeRealmLocalizationTextsin interfaceRealmModel
-
getRealmLocalizationTexts
- Specified by:
getRealmLocalizationTextsin interfaceRealmModel
-
getRealmLocalizationTextsByLocale
- Specified by:
getRealmLocalizationTextsByLocalein interfaceRealmModel
-
createClientInitialAccessModel
- Specified by:
createClientInitialAccessModelin interfaceRealmModel
-
getClientInitialAccessModel
- Specified by:
getClientInitialAccessModelin interfaceRealmModel
-
removeClientInitialAccessModel
- Specified by:
removeClientInitialAccessModelin interfaceRealmModel
-
getClientInitialAccesses
- Specified by:
getClientInitialAccessesin interfaceRealmModel
-
decreaseRemainingCount
- Specified by:
decreaseRemainingCountin interfaceRealmModel
-
toString
-
isOrganizationsEnabled
public boolean isOrganizationsEnabled()- Specified by:
isOrganizationsEnabledin interfaceRealmModel
-
setOrganizationsEnabled
public void setOrganizationsEnabled(boolean organizationsEnabled) - Specified by:
setOrganizationsEnabledin interfaceRealmModel
-
isAdminPermissionsEnabled
public boolean isAdminPermissionsEnabled()- Specified by:
isAdminPermissionsEnabledin interfaceRealmModel
-
setAdminPermissionsEnabled
public void setAdminPermissionsEnabled(boolean adminPermissionsEnabled) - Specified by:
setAdminPermissionsEnabledin interfaceRealmModel
-
isVerifiableCredentialsEnabled
public boolean isVerifiableCredentialsEnabled()- Specified by:
isVerifiableCredentialsEnabledin interfaceRealmModel
-
setVerifiableCredentialsEnabled
public void setVerifiableCredentialsEnabled(boolean verifiableCredentialsEnabled) - Specified by:
setVerifiableCredentialsEnabledin interfaceRealmModel
-