public interface Pbkdf2PasswordStorageSchemeCfgClient extends PasswordStorageSchemeCfgClient
The PBKDF2 Password Storage Scheme provides a mechanism for encoding user passwords using the PBKDF2 message digest algorithm.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends Pbkdf2PasswordStorageSchemeCfgClient,? extends Pbkdf2PasswordStorageSchemeCfg> |
definition()
Get the configuration definition associated with this PBKDF2 Password Storage Scheme.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<Integer> |
getPbkdf2Iterations()
Gets the "pbkdf2-iterations" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setPbkdf2Iterations(ValueOrExpression<Integer> value)
Sets the "pbkdf2-iterations" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends Pbkdf2PasswordStorageSchemeCfgClient,? extends Pbkdf2PasswordStorageSchemeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PasswordStorageSchemeCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the PBKDF2 Password Storage Scheme implementation.
getJavaClass
in interface PasswordStorageSchemeCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the PBKDF2 Password Storage Scheme implementation.
setJavaClass
in interface PasswordStorageSchemeCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getPbkdf2Iterations()
The number of algorithm iterations to make. NIST recommends at least 1000.
void setPbkdf2Iterations(ValueOrExpression<Integer> value) throws PropertyException
The number of algorithm iterations to make. NIST recommends at least 1000.
value
- The value of the "pbkdf2-iterations" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.