Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.models | |
org.keycloak.models.jpa | |
org.keycloak.models.map.user | |
org.keycloak.storage.jpa |
Modifier and Type | Interface and Description |
---|---|
static interface |
UserCredentialStore.Streams
The
UserCredentialStore.Streams interface makes all collection-based methods in UserCredentialStore
default by providing implementations that delegate to the Stream -based variants instead of the other way around. |
Modifier and Type | Class and Description |
---|---|
class |
UserCredentialStoreManager |
Modifier and Type | Method and Description |
---|---|
protected UserCredentialStore |
PasswordCredentialProvider.getCredentialStore() |
protected UserCredentialStore |
UserCredentialStoreManager.getStoreForUser(UserModel user) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserCredentialManager |
static interface |
UserCredentialManager.Streams
The
UserCredentialManager.Streams interface makes all collection-based methods in UserCredentialManager
default by providing implementations that delegate to the Stream -based variants instead of the other way around. |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserCredentialStore |
class |
JpaUserProvider |
Modifier and Type | Method and Description |
---|---|
UserCredentialStore |
JpaUserCredentialStoreFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MapUserProvider |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserFederatedStorageProvider |
Copyright © 2021 JBoss by Red Hat. All rights reserved.