| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.cache | |
| org.keycloak.models.cache.infinispan | |
| org.keycloak.services |
| Modifier and Type | Method and Description |
|---|---|
UserCache |
KeycloakSession.userCache()
The user cache
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserCache.Streams
The
UserCache.Streams interface differs from UserCache in that it extends the UserProvider.Streams
interface, allowing implementations of UserCache to focus on the Stream-based methods
in the UserProvider interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserCacheSession |
| Modifier and Type | Method and Description |
|---|---|
UserCache |
InfinispanUserCacheProviderFactory.create(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
UserCache |
DefaultKeycloakSession.userCache() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.