Package org.keycloak.credential.hash
Interface PasswordHashProviderFactory
- All Superinterfaces:
org.keycloak.provider.ProviderFactory<org.keycloak.credential.hash.PasswordHashProvider>
- All Known Implementing Classes:
AbstractPbkdf2PasswordHashProviderFactory,Pbkdf2PasswordHashProviderFactory,Pbkdf2Sha256PasswordHashProviderFactory,Pbkdf2Sha512PasswordHashProviderFactory
public interface PasswordHashProviderFactory
extends org.keycloak.provider.ProviderFactory<org.keycloak.credential.hash.PasswordHashProvider>
- Author:
- Kunal Kerkar
-
Method Summary
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, dependsOn, getConfigMetadata, getId, init, order, postInit