Uses of Interface
org.keycloak.credential.UserCredentialStore
-
Packages that use UserCredentialStore Package Description org.keycloak.credential org.keycloak.models org.keycloak.models.jpa org.keycloak.storage.jpa -
-
Uses of UserCredentialStore in org.keycloak.credential
Subinterfaces of UserCredentialStore in org.keycloak.credential Modifier and Type Interface Description static interface
UserCredentialStore.Streams
Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyClasses in org.keycloak.credential that implement UserCredentialStore Modifier and Type Class Description class
UserCredentialStoreManager
Deprecated. -
Uses of UserCredentialStore in org.keycloak.models
Subinterfaces of UserCredentialStore in org.keycloak.models Modifier and Type Interface Description interface
UserCredentialManager
Deprecated.Instead of this class, useUserModel.credentialManager()
instead.static interface
UserCredentialManager.Streams
Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly -
Uses of UserCredentialStore in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserCredentialStore Modifier and Type Class Description class
JpaUserCredentialStore
class
JpaUserProvider
Methods in org.keycloak.models.jpa that return UserCredentialStore Modifier and Type Method Description UserCredentialStore
JpaUserCredentialStoreFactory. create(KeycloakSession session)
-
Uses of UserCredentialStore in org.keycloak.storage.jpa
Classes in org.keycloak.storage.jpa that implement UserCredentialStore Modifier and Type Class Description class
JpaUserFederatedStorageProvider
-