public class Pbkdf2Sha256PasswordHashProviderFactory extends Object implements PasswordHashProviderFactory
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ITERATIONS |
static String |
ID |
static String |
PBKDF2_ALGORITHM |
Constructor and Description |
---|
Pbkdf2Sha256PasswordHashProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
PasswordHashProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String ID
public static final String PBKDF2_ALGORITHM
public static final int DEFAULT_ITERATIONS
public Pbkdf2Sha256PasswordHashProviderFactory()
public PasswordHashProvider create(KeycloakSession session)
create
in interface ProviderFactory<PasswordHashProvider>
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<PasswordHashProvider>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<PasswordHashProvider>
public String getId()
getId
in interface ProviderFactory<PasswordHashProvider>
public void close()
ProviderFactory
close
in interface ProviderFactory<PasswordHashProvider>
Copyright © 2020 JBoss by Red Hat. All rights reserved.