Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.models.cache | |
org.keycloak.models.cache.infinispan | |
org.keycloak.storage |
Modifier and Type | Method and Description |
---|---|
void |
UserCredentialStoreManager.onCache(RealmModel realm,
CachedUserModel user,
UserModel delegate) |
void |
PasswordCredentialProvider.onCache(RealmModel realm,
CachedUserModel user,
UserModel delegate) |
Modifier and Type | Interface and Description |
---|---|
static interface |
CachedUserModel.Streams
The
CachedUserModel.Streams interface differs from CachedUserModel in that it extends the
UserModel.Streams interface, allowing implementations of CachedUserModel to focus on the
Stream -based methods in the UserModel interface. |
Modifier and Type | Method and Description |
---|---|
void |
OnUserCache.onCache(RealmModel realm,
CachedUserModel user,
UserModel delegate) |
Modifier and Type | Class and Description |
---|---|
class |
UserAdapter |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageManager.onCache(RealmModel realm,
CachedUserModel user,
UserModel delegate) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.