Package org.keycloak.credential.hash
Interface PasswordHashProviderFactory
-
- All Superinterfaces:
ProviderFactory<PasswordHashProvider>
- All Known Implementing Classes:
Pbkdf2PasswordHashProviderFactory,Pbkdf2Sha256PasswordHashProviderFactory,Pbkdf2Sha512PasswordHashProviderFactory
public interface PasswordHashProviderFactory extends ProviderFactory<PasswordHashProvider>
- Author:
- Kunal Kerkar