Package | Description |
---|---|
org.keycloak.models.sessions.infinispan | |
org.keycloak.models.sessions.infinispan.entities | |
org.keycloak.models.sessions.infinispan.stream |
Modifier and Type | Field and Description |
---|---|
protected org.infinispan.Cache<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>> |
InfinispanUserSessionProvider.loginFailureCache |
protected InfinispanChangelogBasedTransaction<LoginFailureKey,LoginFailureEntity> |
InfinispanUserSessionProvider.loginFailuresTx |
Constructor and Description |
---|
UserLoginFailureAdapter(InfinispanUserSessionProvider provider,
LoginFailureKey key,
LoginFailureEntity entity) |
Constructor and Description |
---|
InfinispanUserSessionProvider(KeycloakSession session,
RemoteCacheInvoker remoteCacheInvoker,
CrossDCLastSessionRefreshStore lastSessionRefreshStore,
CrossDCLastSessionRefreshStore offlineLastSessionRefreshStore,
PersisterLastSessionRefreshStore persisterLastSessionRefreshStore,
InfinispanKeyGenerator keyGenerator,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> sessionCache,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> offlineSessionCache,
org.infinispan.Cache<UUID,SessionEntityWrapper<AuthenticatedClientSessionEntity>> clientSessionCache,
org.infinispan.Cache<UUID,SessionEntityWrapper<AuthenticatedClientSessionEntity>> offlineClientSessionCache,
org.infinispan.Cache<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>> loginFailureCache) |
Modifier and Type | Method and Description |
---|---|
LoginFailureKey |
LoginFailureKey.ExternalizerImpl.readObject(ObjectInput input) |
LoginFailureKey |
LoginFailureKey.ExternalizerImpl.readObjectVersion1(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
void |
LoginFailureKey.ExternalizerImpl.writeObject(ObjectOutput output,
LoginFailureKey value) |
Modifier and Type | Method and Description |
---|---|
static Function<Map.Entry<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>>,LoginFailureKey> |
Mappers.loginFailureId() |
static Function<Map.Entry<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>>,LoginFailureKey> |
Mappers.loginFailureId() |
Modifier and Type | Method and Description |
---|---|
boolean |
UserLoginFailurePredicate.test(Map.Entry<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>> entry) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.