Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.models | |
org.keycloak.services |
Modifier and Type | Class and Description |
---|---|
class |
UserCredentialStoreManager |
Modifier and Type | Interface and Description |
---|---|
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 | Method and Description |
---|---|
UserCredentialManager |
KeycloakSession.userCredentialManager()
Service that allows you to valid and update credentials for a user
|
Modifier and Type | Method and Description |
---|---|
UserCredentialManager |
DefaultKeycloakSession.userCredentialManager() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.