Interface Pbkdf2HmacSha256PasswordStorageSchemeCfgClient
-
- All Superinterfaces:
ConfigurationClient
,PasswordStorageSchemeCfgClient
,Pbkdf2PasswordStorageSchemeCfgClient
public interface Pbkdf2HmacSha256PasswordStorageSchemeCfgClient extends Pbkdf2PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying PBKDF2-HMAC-SHA256 Password Storage Scheme settings.The PBKDF2-HMAC-SHA256 Password Storage Scheme provides a mechanism for encoding user passwords using the PBKDF2-HMAC-SHA256 message digest algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectDefinition<? extends Pbkdf2HmacSha256PasswordStorageSchemeCfgClient,? extends Pbkdf2HmacSha256PasswordStorageSchemeCfg>
definition()
Get the configuration definition associated with this PBKDF2-HMAC-SHA256 Password Storage Scheme.ValueOrExpression<String>
getJavaClass()
Gets the "java-class" property.void
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.-
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Methods inherited from interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
isEnabled, setEnabled
-
Methods inherited from interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
getPbkdf2Iterations, getRehashPolicy, setPbkdf2Iterations, setRehashPolicy
-
-
-
-
Method Detail
-
definition
ManagedObjectDefinition<? extends Pbkdf2HmacSha256PasswordStorageSchemeCfgClient,? extends Pbkdf2HmacSha256PasswordStorageSchemeCfg> definition()
Get the configuration definition associated with this PBKDF2-HMAC-SHA256 Password Storage Scheme.- Specified by:
definition
in interfaceConfigurationClient
- Specified by:
definition
in interfacePasswordStorageSchemeCfgClient
- Specified by:
definition
in interfacePbkdf2PasswordStorageSchemeCfgClient
- Returns:
- Returns the configuration definition associated with this PBKDF2-HMAC-SHA256 Password Storage Scheme.
-
getJavaClass
@MandatoryProperty ValueOrExpression<String> getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the PBKDF2-HMAC-SHA256 Password Storage Scheme implementation.
Default value:
org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
- Specified by:
getJavaClass
in interfacePasswordStorageSchemeCfgClient
- Specified by:
getJavaClass
in interfacePbkdf2PasswordStorageSchemeCfgClient
- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
@MandatoryProperty void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Sets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the PBKDF2-HMAC-SHA256 Password Storage Scheme implementation.
- Specified by:
setJavaClass
in interfacePasswordStorageSchemeCfgClient
- Specified by:
setJavaClass
in interfacePbkdf2PasswordStorageSchemeCfgClient
- Parameters:
value
- The value of the "java-class" property.- Throws:
PropertyException
- If the new value is invalid.
-
-