| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserProvider |
static interface |
UserProvider.Streams
The
UserProvider.Streams interface makes all collection-based methods in UserProvider default by
providing implementations that delegate to the Stream-based variants instead of the other way around. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserCache
All these methods effect an entire cluster of Keycloak instances.
|
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. |
Copyright © 2025 JBoss by Red Hat. All rights reserved.