Serialized Form
-
Package org.keycloak.cluster.infinispan
-
Class org.keycloak.cluster.infinispan.LockEntry extends Object implements Serializable
-
Serialized Fields
-
node
String node
-
timestamp
int timestamp
-
-
-
Class org.keycloak.cluster.infinispan.LockEntry.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public LockEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, LockEntry obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.cluster.infinispan.LockEntryPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public LockEntryPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, LockEntryPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.cluster.infinispan.WrapperClusterEvent extends Object implements Serializable
-
Serialized Fields
-
delegateEvent
ClusterEvent delegateEvent
-
eventKey
String eventKey
-
ignoreSender
boolean ignoreSender
-
ignoreSenderSite
boolean ignoreSenderSite
-
sender
String sender
-
senderSite
String senderSite
-
-
-
Class org.keycloak.cluster.infinispan.WrapperClusterEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public WrapperClusterEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, WrapperClusterEvent obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.keys.infinispan
-
Class org.keycloak.keys.infinispan.PublicKeysEntry extends Object implements Serializable
-
Serialized Fields
-
currentKeys
Map<String,KeyWrapper> currentKeys
-
lastRequestTime
int lastRequestTime
-
-
-
Class org.keycloak.keys.infinispan.PublicKeyStorageInvalidationEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
cacheKey
String cacheKey
-
-
-
Class org.keycloak.keys.infinispan.PublicKeyStorageInvalidationEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public PublicKeyStorageInvalidationEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, PublicKeyStorageInvalidationEvent obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.cache.infinispan
-
Class org.keycloak.models.cache.infinispan.ClearCacheEvent extends Object implements Serializable
-
-
Package org.keycloak.models.cache.infinispan.authorization.entities
-
Class org.keycloak.models.cache.infinispan.authorization.entities.CachedPermissionTicket extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.CachedPolicy extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
associatedPoliciesIds
LazyLoader<Policy,Set<String>> associatedPoliciesIds
-
config
LazyLoader<Policy,Map<String,String>> config
-
decisionStrategy
DecisionStrategy decisionStrategy
-
description
String description
-
logic
Logic logic
-
name
String name
-
owner
String owner
-
resourceServerId
String resourceServerId
-
resourcesIds
LazyLoader<Policy,Set<String>> resourcesIds
-
scopesIds
LazyLoader<Policy,Set<String>> scopesIds
-
type
String type
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.CachedResource extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
attributes
LazyLoader<Resource,org.keycloak.common.util.MultivaluedHashMap<String,String>> attributes
-
displayName
String displayName
-
iconUri
String iconUri
-
name
String name
-
owner
String owner
-
ownerManagedAccess
boolean ownerManagedAccess
-
resourceServerId
String resourceServerId
-
scopesIds
LazyLoader<Resource,Set<String>> scopesIds
-
type
String type
-
uris
LazyLoader<Resource,Set<String>> uris
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.CachedResourceServer extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
allowRemoteResourceManagement
boolean allowRemoteResourceManagement
-
decisionStrategy
DecisionStrategy decisionStrategy
-
policyEnforcementMode
PolicyEnforcementMode policyEnforcementMode
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.CachedScope extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PermissionTicketListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PermissionTicketResourceListQuery extends PermissionTicketListQuery implements Serializable
-
Serialized Fields
-
resourceId
String resourceId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PermissionTicketScopeListQuery extends PermissionTicketListQuery implements Serializable
-
Serialized Fields
-
scopeId
String scopeId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PolicyListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PolicyResourceListQuery extends PolicyListQuery implements Serializable
-
Serialized Fields
-
resourceId
String resourceId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.PolicyScopeListQuery extends PolicyListQuery implements Serializable
-
Serialized Fields
-
scopeId
String scopeId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.ResourceListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.ResourceScopeListQuery extends ResourceListQuery implements Serializable
-
Serialized Fields
-
scopeId
String scopeId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.entities.ResourceServerListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.entities.ScopeListQuery extends AbstractRevisioned implements Serializable
-
-
Package org.keycloak.models.cache.infinispan.authorization.events
-
Class org.keycloak.models.cache.infinispan.authorization.events.PermissionTicketRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.PermissionTicketUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.PolicyRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.PolicyRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public PolicyRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, PolicyRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.PolicyUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.PolicyUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public PolicyUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, PolicyUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ResourceRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ResourceRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceServerRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceServerRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ResourceServerRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ResourceServerRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceServerUpdatedEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
id
String id
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceServerUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ResourceServerUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ResourceServerUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.ResourceUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ResourceUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ResourceUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ScopeRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.ScopeRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ScopeRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ScopeRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.events.ScopeUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.authorization.events.ScopeUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ScopeUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ScopeUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.cache.infinispan.authorization.stream
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InResourcePredicate extends Object implements Serializable
-
Serialized Fields
-
resourceId
String resourceId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InResourcePredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InResourcePredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InResourcePredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InResourceServerPredicate extends Object implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InResourceServerPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InResourceServerPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InResourceServerPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InScopePredicate extends Object implements Serializable
-
Serialized Fields
-
scopeId
String scopeId
-
-
-
Class org.keycloak.models.cache.infinispan.authorization.stream.InScopePredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InScopePredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InScopePredicate obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.cache.infinispan.entities
-
Class org.keycloak.models.cache.infinispan.entities.AbstractExtendableRevisioned extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
cachedWith
ConcurrentHashMap cachedWith
-
-
-
Class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned extends Object implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.CachedClient extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
alwaysDisplayInConsole
boolean alwaysDisplayInConsole
-
attributes
Map<String,String> attributes
-
authFlowBindings
Map<String,String> authFlowBindings
-
baseUrl
String baseUrl
-
bearerOnly
boolean bearerOnly
-
clientAuthenticatorType
String clientAuthenticatorType
-
clientId
String clientId
-
consentRequired
boolean consentRequired
-
defaultClientScopesIds
List<String> defaultClientScopesIds
-
description
String description
-
directAccessGrantsEnabled
boolean directAccessGrantsEnabled
-
enabled
boolean enabled
-
frontchannelLogout
boolean frontchannelLogout
-
fullScopeAllowed
boolean fullScopeAllowed
-
implicitFlowEnabled
boolean implicitFlowEnabled
-
managementUrl
String managementUrl
-
name
String name
-
nodeReRegistrationTimeout
int nodeReRegistrationTimeout
-
notBefore
int notBefore
-
optionalClientScopesIds
List<String> optionalClientScopesIds
-
protocol
String protocol
-
protocolMappers
Set<ProtocolMapperModel> protocolMappers
-
publicClient
boolean publicClient
-
realm
String realm
-
redirectUris
Set<String> redirectUris
-
registeredNodes
Map<String,Integer> registeredNodes
-
registrationToken
String registrationToken
-
rootUrl
String rootUrl
-
scope
Set<String> scope
-
secret
String secret
-
serviceAccountsEnabled
boolean serviceAccountsEnabled
-
standardFlowEnabled
boolean standardFlowEnabled
-
surrogateAuthRequired
boolean surrogateAuthRequired
-
webOrigins
Set<String> webOrigins
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedClientRole extends CachedRole implements Serializable
-
Serialized Fields
-
clientId
String clientId
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedClientScope extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.CachedFederatedIdentityLinks extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
federatedIdentities
Set<FederatedIdentityModel> federatedIdentities
-
realmId
String realmId
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedGroup extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
attributes
LazyLoader<GroupModel,org.keycloak.common.util.MultivaluedHashMap<String,String>> attributes
-
name
String name
-
parentId
String parentId
-
realm
String realm
-
roleMappings
LazyLoader<GroupModel,Set<String>> roleMappings
-
subGroups
LazyLoader<GroupModel,Set<String>> subGroups
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedRealm extends AbstractExtendableRevisioned implements Serializable
-
Serialized Fields
-
accessCodeLifespan
int accessCodeLifespan
-
accessCodeLifespanLogin
int accessCodeLifespanLogin
-
accessCodeLifespanUserAction
int accessCodeLifespanUserAction
-
accessTokenLifespan
int accessTokenLifespan
-
accessTokenLifespanForImplicitFlow
int accessTokenLifespanForImplicitFlow
-
accountTheme
String accountTheme
-
actionTokenGeneratedByAdminLifespan
int actionTokenGeneratedByAdminLifespan
-
actionTokenGeneratedByUserLifespan
int actionTokenGeneratedByUserLifespan
-
adminEnabledEventOperations
Set<String> adminEnabledEventOperations
-
adminEventsDetailsEnabled
boolean adminEventsDetailsEnabled
-
adminEventsEnabled
boolean adminEventsEnabled
-
adminTheme
String adminTheme
-
allowUserManagedAccess
boolean allowUserManagedAccess
-
attributes
Map<String,String> attributes
-
authenticationExecutions
org.keycloak.common.util.MultivaluedHashMap<String,AuthenticationExecutionModel> authenticationExecutions
-
authenticationFlowList
List<AuthenticationFlowModel> authenticationFlowList
-
authenticationFlows
Map<String,AuthenticationFlowModel> authenticationFlows
-
authenticatorConfigs
Map<String,AuthenticatorConfigModel> authenticatorConfigs
-
browserFlow
AuthenticationFlowModel browserFlow
-
browserSecurityHeaders
Map<String,String> browserSecurityHeaders
-
bruteForceProtected
boolean bruteForceProtected
-
cibaConfig
LazyLoader<RealmModel,CibaConfig> cibaConfig
-
clientAuthenticationFlow
AuthenticationFlowModel clientAuthenticationFlow
-
clientOfflineSessionIdleTimeout
int clientOfflineSessionIdleTimeout
-
clientOfflineSessionMaxLifespan
int clientOfflineSessionMaxLifespan
-
clientScopes
List<String> clientScopes
-
clientSessionIdleTimeout
int clientSessionIdleTimeout
-
clientSessionMaxLifespan
int clientSessionMaxLifespan
-
components
Map<String,ComponentModel> components
-
componentsByParent
org.keycloak.common.util.MultivaluedHashMap<String,ComponentModel> componentsByParent
-
componentsByParentAndType
org.keycloak.common.util.MultivaluedHashMap<String,ComponentModel> componentsByParentAndType
-
defaultDefaultClientScopes
List<String> defaultDefaultClientScopes
-
defaultGroups
List<String> defaultGroups
-
defaultLocale
String defaultLocale
-
defaultRoleId
String defaultRoleId
-
defaultSignatureAlgorithm
String defaultSignatureAlgorithm
-
deviceConfig
LazyLoader<RealmModel,OAuth2DeviceConfig> deviceConfig
-
directGrantFlow
AuthenticationFlowModel directGrantFlow
-
displayName
String displayName
-
displayNameHtml
String displayNameHtml
-
dockerAuthenticationFlow
AuthenticationFlowModel dockerAuthenticationFlow
-
duplicateEmailsAllowed
boolean duplicateEmailsAllowed
-
editUsernameAllowed
boolean editUsernameAllowed
-
emailTheme
String emailTheme
-
enabled
boolean enabled
-
enabledEventTypes
Set<String> enabledEventTypes
-
eventsEnabled
boolean eventsEnabled
-
eventsExpiration
long eventsExpiration
-
eventsListeners
Set<String> eventsListeners
-
executionsByFlowId
Map<String,AuthenticationExecutionModel> executionsByFlowId
-
executionsById
Map<String,AuthenticationExecutionModel> executionsById
-
failureFactor
int failureFactor
-
identityFederationEnabled
boolean identityFederationEnabled
-
identityProviderMappers
org.keycloak.common.util.MultivaluedHashMap<String,IdentityProviderMapperModel> identityProviderMappers
-
identityProviderMapperSet
Set<IdentityProviderMapperModel> identityProviderMapperSet
-
identityProviders
List<IdentityProviderModel> identityProviders
-
internationalizationEnabled
boolean internationalizationEnabled
-
loginTheme
String loginTheme
-
loginWithEmailAllowed
boolean loginWithEmailAllowed
-
masterAdminClient
String masterAdminClient
-
maxDeltaTimeSeconds
int maxDeltaTimeSeconds
-
maxFailureWaitSeconds
int maxFailureWaitSeconds
-
minimumQuickLoginWaitSeconds
int minimumQuickLoginWaitSeconds
-
name
String name
-
notBefore
int notBefore
-
offlineSessionIdleTimeout
int offlineSessionIdleTimeout
-
offlineSessionMaxLifespan
int offlineSessionMaxLifespan
-
offlineSessionMaxLifespanEnabled
boolean offlineSessionMaxLifespanEnabled
-
optionalDefaultClientScopes
List<String> optionalDefaultClientScopes
-
otpPolicy
OTPPolicy otpPolicy
-
parConfig
LazyLoader<RealmModel,ParConfig> parConfig
-
passwordPolicy
PasswordPolicy passwordPolicy
-
permanentLockout
boolean permanentLockout
-
quickLoginCheckMilliSeconds
long quickLoginCheckMilliSeconds
-
realmLocalizationTexts
Map<String,Map<String,String>> realmLocalizationTexts
-
refreshTokenMaxReuse
int refreshTokenMaxReuse
-
registrationAllowed
boolean registrationAllowed
-
registrationEmailAsUsername
boolean registrationEmailAsUsername
-
registrationFlow
AuthenticationFlowModel registrationFlow
-
rememberMe
boolean rememberMe
-
requiredActionProviderList
List<RequiredActionProviderModel> requiredActionProviderList
-
requiredActionProviders
Map<String,RequiredActionProviderModel> requiredActionProviders
-
requiredActionProvidersByAlias
Map<String,RequiredActionProviderModel> requiredActionProvidersByAlias
-
requiredCredentials
List<RequiredCredentialModel> requiredCredentials
-
resetCredentialsFlow
AuthenticationFlowModel resetCredentialsFlow
-
resetPasswordAllowed
boolean resetPasswordAllowed
-
revokeRefreshToken
boolean revokeRefreshToken
-
smtpConfig
Map<String,String> smtpConfig
-
sslRequired
org.keycloak.common.enums.SslRequired sslRequired
-
ssoSessionIdleTimeout
int ssoSessionIdleTimeout
-
ssoSessionIdleTimeoutRememberMe
int ssoSessionIdleTimeoutRememberMe
-
ssoSessionMaxLifespan
int ssoSessionMaxLifespan
-
ssoSessionMaxLifespanRememberMe
int ssoSessionMaxLifespanRememberMe
-
supportedLocales
Set<String> supportedLocales
-
userActionTokenLifespans
Map<String,Integer> userActionTokenLifespans
-
verifyEmail
boolean verifyEmail
-
waitIncrementSeconds
int waitIncrementSeconds
-
webAuthnPasswordlessPolicy
WebAuthnPolicy webAuthnPasswordlessPolicy
-
webAuthnPolicy
WebAuthnPolicy webAuthnPolicy
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedRealmRole extends CachedRole implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.CachedRole extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.CachedUser extends AbstractExtendableRevisioned implements Serializable
-
Serialized Fields
-
attributes
LazyLoader<UserModel,org.keycloak.common.util.MultivaluedHashMap<String,String>> attributes
-
createdTimestamp
Long createdTimestamp
-
email
String email
-
emailVerified
boolean emailVerified
-
enabled
boolean enabled
-
federationLink
String federationLink
-
groups
LazyLoader<UserModel,Set<String>> groups
-
notBefore
int notBefore
-
realm
String realm
-
requiredActions
LazyLoader<UserModel,Set<String>> requiredActions
-
roleMappings
LazyLoader<UserModel,Set<String>> roleMappings
-
serviceAccountClientLink
String serviceAccountClientLink
-
storedCredentials
LazyLoader<UserModel,List<CredentialModel>> storedCredentials
-
username
String username
-
-
-
Class org.keycloak.models.cache.infinispan.entities.CachedUserConsents extends AbstractRevisioned implements Serializable
-
Serialized Fields
-
consents
HashMap<String,CachedUserConsent> consents
-
realmId
String realmId
-
-
-
Class org.keycloak.models.cache.infinispan.entities.ClientListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.ClientScopeListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.GroupListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.RealmListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.RoleListQuery extends AbstractRevisioned implements Serializable
-
Class org.keycloak.models.cache.infinispan.entities.UserListQuery extends AbstractRevisioned implements Serializable
-
-
Package org.keycloak.models.cache.infinispan.events
-
Class org.keycloak.models.cache.infinispan.events.AuthenticationSessionAuthNoteUpdateEvent extends Object implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public AuthenticationSessionAuthNoteUpdateEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, AuthenticationSessionAuthNoteUpdateEvent value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientAddedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.ClientAddedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientAddedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientAddedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.ClientRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientScopeAddedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.ClientScopeAddedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientScopeAddedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientScopeAddedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientScopeRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.ClientScopeRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientScopeRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientScopeRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientTemplateEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
clientTemplateId
String clientTemplateId
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientTemplateEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientTemplateEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientTemplateEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.ClientUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.ClientUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.GroupAddedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.GroupAddedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public GroupAddedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GroupAddedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.GroupMovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.GroupMovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public GroupMovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GroupMovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.GroupRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.GroupRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public GroupRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GroupRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.GroupUpdatedEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
groupId
String groupId
-
-
-
Class org.keycloak.models.cache.infinispan.events.GroupUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public GroupUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GroupUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.InvalidationEvent extends Object implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RealmRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RealmRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RealmRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RealmRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.RealmUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RealmUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RealmUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RealmUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.RoleAddedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RoleAddedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RoleAddedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RoleAddedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.RoleRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RoleRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RoleRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RoleRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.RoleUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.RoleUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RoleUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RoleUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserCacheRealmInvalidationEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
realmId
String realmId
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserCacheRealmInvalidationEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserCacheRealmInvalidationEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserCacheRealmInvalidationEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserConsentsUpdatedEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
userId
String userId
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserConsentsUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserConsentsUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserConsentsUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserFederationLinkRemovedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.UserFederationLinkRemovedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserFederationLinkRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserFederationLinkRemovedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserFederationLinkUpdatedEvent extends InvalidationEvent implements Serializable
-
Serialized Fields
-
userId
String userId
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserFederationLinkUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserFederationLinkUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserFederationLinkUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserFullInvalidationEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.UserFullInvalidationEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserFullInvalidationEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserFullInvalidationEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.events.UserUpdatedEvent extends InvalidationEvent implements Serializable
-
Class org.keycloak.models.cache.infinispan.events.UserUpdatedEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserUpdatedEvent obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.cache.infinispan.stream
-
Class org.keycloak.models.cache.infinispan.stream.GroupListPredicate extends Object implements Serializable
-
Serialized Fields
-
realm
String realm
-
-
-
Class org.keycloak.models.cache.infinispan.stream.GroupListPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public GroupListPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GroupListPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.stream.HasRolePredicate extends Object implements Serializable
-
Serialized Fields
-
role
String role
-
-
-
Class org.keycloak.models.cache.infinispan.stream.HasRolePredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public HasRolePredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, HasRolePredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InClientPredicate extends Object implements Serializable
-
Serialized Fields
-
clientId
String clientId
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InClientPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InClientPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InClientPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InIdentityProviderPredicate extends Object implements Serializable
-
Serialized Fields
-
id
String id
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InIdentityProviderPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InIdentityProviderPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InIdentityProviderPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InRealmPredicate extends Object implements Serializable
-
Serialized Fields
-
realm
String realm
-
-
-
Class org.keycloak.models.cache.infinispan.stream.InRealmPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InRealmPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InRealmPredicate obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.sessions.infinispan
-
Class org.keycloak.models.sessions.infinispan.UserSessionTimestamp extends Object implements Serializable
-
Serialized Fields
-
clientSessionTimestamp
int clientSessionTimestamp
-
userSessionId
String userSessionId
-
-
-
-
Package org.keycloak.models.sessions.infinispan.changes
-
Class org.keycloak.models.sessions.infinispan.changes.SessionEntityWrapper.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public SessionEntityWrapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SessionEntityWrapper obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.sessions.infinispan.changes.sessions
-
Class org.keycloak.models.sessions.infinispan.changes.sessions.LastSessionRefreshEvent extends Object implements Serializable
-
Serialized Fields
-
lastSessionRefreshes
Map<String,SessionData> lastSessionRefreshes
-
-
-
Class org.keycloak.models.sessions.infinispan.changes.sessions.LastSessionRefreshEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public LastSessionRefreshEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, LastSessionRefreshEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.changes.sessions.SessionData.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public SessionData readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SessionData obj) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.sessions.infinispan.entities
-
Class org.keycloak.models.sessions.infinispan.entities.ActionTokenReducedKey extends Object implements Serializable
-
Class org.keycloak.models.sessions.infinispan.entities.ActionTokenReducedKey.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ActionTokenReducedKey readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ActionTokenReducedKey t) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.ActionTokenValueEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ActionTokenValueEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ActionTokenValueEntity t) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.AuthenticatedClientSessionEntity extends SessionEntity implements Serializable
-
Class org.keycloak.models.sessions.infinispan.entities.AuthenticatedClientSessionEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public AuthenticatedClientSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, AuthenticatedClientSessionEntity session) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.AuthenticatedClientSessionStore.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public AuthenticatedClientSessionStore readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, AuthenticatedClientSessionStore obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity extends Object implements Serializable
-
Serialized Fields
-
action
String action
-
authNotes
Map<String,String> authNotes
-
authUserId
String authUserId
-
clientNotes
Map<String,String> clientNotes
-
clientScopes
Set<String> clientScopes
-
clientUUID
String clientUUID
-
executionStatus
Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus
-
protocol
String protocol
-
redirectUri
String redirectUri
-
requiredActions
Set<String> requiredActions
-
timestamp
int timestamp
-
userSessionNotes
Map<String,String> userSessionNotes
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public AuthenticationSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, AuthenticationSessionEntity value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.LoginFailureEntity extends SessionEntity implements Serializable
-
Class org.keycloak.models.sessions.infinispan.entities.LoginFailureEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public LoginFailureEntity readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
writeObject
public void writeObject(ObjectOutput output, LoginFailureEntity value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.LoginFailureKey.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public LoginFailureKey readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, LoginFailureKey value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity extends SessionEntity implements Serializable
-
Serialized Fields
-
authenticationSessions
Map<String,AuthenticationSessionEntity> authenticationSessions
-
id
String id
-
timestamp
int timestamp
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RootAuthenticationSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RootAuthenticationSessionEntity value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.SessionEntity extends Object implements Serializable
-
Serialized Fields
-
realmId
String realmId
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.UserSessionEntity extends SessionEntity implements Serializable
-
Serialized Fields
-
authenticatedClientSessions
AuthenticatedClientSessionStore authenticatedClientSessions
-
authMethod
String authMethod
-
brokerSessionId
String brokerSessionId
-
brokerUserId
String brokerUserId
-
id
String id
-
ipAddress
String ipAddress
-
lastSessionRefresh
int lastSessionRefresh
-
loginUsername
String loginUsername
-
notes
Map<String,String> notes
-
rememberMe
boolean rememberMe
-
started
int started
-
state
UserSessionModel.State state
-
user
String user
-
-
-
Class org.keycloak.models.sessions.infinispan.entities.UserSessionEntity.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserSessionEntity session) throws IOException
- Throws:
IOException
-
-
-
-
Package org.keycloak.models.sessions.infinispan.events
-
Class org.keycloak.models.sessions.infinispan.events.ClientRemovedSessionEvent extends SessionClusterEvent implements Serializable
-
Serialized Fields
-
clientUuid
String clientUuid
-
-
-
Class org.keycloak.models.sessions.infinispan.events.ClientRemovedSessionEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public ClientRemovedSessionEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClientRemovedSessionEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.events.RealmRemovedSessionEvent extends SessionClusterEvent implements Serializable
-
Class org.keycloak.models.sessions.infinispan.events.RealmRemovedSessionEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RealmRemovedSessionEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RealmRemovedSessionEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.events.RemoveAllUserLoginFailuresEvent extends SessionClusterEvent implements Serializable
-
Class org.keycloak.models.sessions.infinispan.events.RemoveAllUserLoginFailuresEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RemoveAllUserLoginFailuresEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RemoveAllUserLoginFailuresEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.events.RemoveUserSessionsEvent extends SessionClusterEvent implements Serializable
-
Class org.keycloak.models.sessions.infinispan.events.RemoveUserSessionsEvent.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RemoveUserSessionsEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RemoveUserSessionsEvent obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.events.SessionClusterEvent extends Object implements Serializable
-
-
Package org.keycloak.models.sessions.infinispan.initializer
-
Class org.keycloak.models.sessions.infinispan.initializer.InitializerState extends SessionEntity implements Serializable
-
Serialized Fields
-
segments
BitSet segments
-
segmentsCount
int segmentsCount
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.InitializerState.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public InitializerState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, InitializerState value) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.OfflinePersistentLoaderContext extends SessionLoader.LoaderContext implements Serializable
-
Serialized Fields
-
sessionsPerSegment
int sessionsPerSegment
-
sessionsTotal
int sessionsTotal
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.OfflinePersistentUserSessionLoader extends Object implements Serializable
-
Serialized Fields
-
sessionsPerSegment
int sessionsPerSegment
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.OfflinePersistentWorkerContext extends SessionLoader.WorkerContext implements Serializable
-
Serialized Fields
-
lastSessionId
String lastSessionId
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.OfflinePersistentWorkerResult extends SessionLoader.WorkerResult implements Serializable
-
Serialized Fields
-
lastSessionId
String lastSessionId
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.SessionInitializerWorker extends Object implements Serializable
-
Serialized Fields
-
cacheName
String cacheName
-
loaderCtx
SessionLoader.LoaderContext loaderCtx
-
sessionLoader
SessionLoader sessionLoader
-
workerCtx
SessionLoader.WorkerContext workerCtx
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.SessionLoader.LoaderContext extends Object implements Serializable
-
Serialized Fields
-
segmentsCount
int segmentsCount
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.SessionLoader.WorkerContext extends Object implements Serializable
-
Serialized Fields
-
segment
int segment
-
workerId
int workerId
-
-
-
Class org.keycloak.models.sessions.infinispan.initializer.SessionLoader.WorkerResult extends Object implements Serializable
-
Serialized Fields
-
segment
int segment
-
success
boolean success
-
workerId
int workerId
-
-
-
-
Package org.keycloak.models.sessions.infinispan.remotestore
-
Class org.keycloak.models.sessions.infinispan.remotestore.RemoteCacheSessionsLoader extends Object implements Serializable
-
Serialized Fields
-
cacheName
String cacheName
-
sessionsPerSegment
int sessionsPerSegment
-
-
-
Class org.keycloak.models.sessions.infinispan.remotestore.RemoteCacheSessionsLoaderContext extends SessionLoader.LoaderContext implements Serializable
-
Serialized Fields
-
ispnSegmentsCount
int ispnSegmentsCount
-
sessionsPerSegment
int sessionsPerSegment
-
sessionsTotal
int sessionsTotal
-
-
-
-
Package org.keycloak.models.sessions.infinispan.stream
-
Class org.keycloak.models.sessions.infinispan.stream.AuthenticatedClientSessionPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public AuthenticatedClientSessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, AuthenticatedClientSessionPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public RootAuthenticationSessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RootAuthenticationSessionPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.stream.SessionPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public SessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SessionPredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.stream.UserLoginFailurePredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserLoginFailurePredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserLoginFailurePredicate obj) throws IOException
- Throws:
IOException
-
-
-
Class org.keycloak.models.sessions.infinispan.stream.UserSessionPredicate.ExternalizerImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
public UserSessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UserSessionPredicate obj) throws IOException
- Throws:
IOException
-
-
-