public interface PasswordRealmConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
hashAlgorithmName()
Sets the name of the MessageDigest algorithm that will be used to compute hashes.
|
org.qi4j.api.property.Property<Integer> |
hashIterationsCount()
Sets the number of hash iterations that will be performed during hash computation.
|
@Optional org.qi4j.api.property.Property<String> hashAlgorithmName()
@Optional org.qi4j.api.property.Property<Integer> hashIterationsCount()