public interface SaltedSha1PasswordStorageSchemeCfgClient extends PasswordStorageSchemeCfgClient
The Salted SHA-1 Password Storage Scheme provides a mechanism for encoding user passwords using a salted form of the SHA-1 message digest algorithm.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SaltedSha1PasswordStorageSchemeCfgClient,? extends SaltedSha1PasswordStorageSchemeCfg> |
definition()
Get the configuration definition associated with this Salted SHA-1 Password Storage Scheme.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends SaltedSha1PasswordStorageSchemeCfgClient,? extends SaltedSha1PasswordStorageSchemeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PasswordStorageSchemeCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Salted SHA-1 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 Salted SHA-1 Password Storage Scheme implementation.
setJavaClass
in interface PasswordStorageSchemeCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.