Package org.keycloak.credential.hash
Class Pbkdf2PasswordHashProviderFactory
- java.lang.Object
- 
- org.keycloak.credential.hash.AbstractPbkdf2PasswordHashProviderFactory
- 
- org.keycloak.credential.hash.Pbkdf2PasswordHashProviderFactory
 
 
- 
- All Implemented Interfaces:
- PasswordHashProviderFactory,- ProviderFactory<PasswordHashProvider>
 
 public class Pbkdf2PasswordHashProviderFactory extends AbstractPbkdf2PasswordHashProviderFactory implements PasswordHashProviderFactory - Author:
- Kunal Kerkar
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_ITERATIONSstatic StringIDstatic StringPBKDF2_ALGORITHM- 
Fields inherited from class org.keycloak.credential.hash.AbstractPbkdf2PasswordHashProviderFactoryMAX_PADDING_LENGTH_PROPERTY
 
- 
 - 
Constructor SummaryConstructors Constructor Description Pbkdf2PasswordHashProviderFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordHashProvidercreate(KeycloakSession session)StringgetId()- 
Methods inherited from class org.keycloak.credential.hash.AbstractPbkdf2PasswordHashProviderFactoryclose, getMaxPaddingLength, init, postInit, setMaxPaddingLength
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactoryclose, getConfigMetadata, init, order, postInit
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID - See Also:
- Constant Field Values
 
 - 
PBKDF2_ALGORITHMpublic static final String PBKDF2_ALGORITHM - See Also:
- Constant Field Values
 
 - 
DEFAULT_ITERATIONSpublic static final int DEFAULT_ITERATIONS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic PasswordHashProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<PasswordHashProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<PasswordHashProvider>
 
 
- 
 
-