Uses of Interface
org.keycloak.credential.UserCredentialStore
-
Packages that use UserCredentialStore Package Description org.keycloak.credential org.keycloak.models -
-
Uses of UserCredentialStore in org.keycloak.credential
Subinterfaces of UserCredentialStore in org.keycloak.credential Modifier and Type Interface Description static interfaceUserCredentialStore.StreamsDeprecated.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
Subinterfaces of UserCredentialStore in org.keycloak.models Modifier and Type Interface Description interfaceUserCredentialManagerDeprecated.Instead of this class, useUserModel.credentialManager()instead.static interfaceUserCredentialManager.StreamsDeprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
-