org.qi4j.library.shiro.domain.passwords
Interface PasswordRealmConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, EntityComposite, Identity

public interface PasswordRealmConfiguration
extends ConfigurationComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<java.lang.String> hashAlgorithmName()
          Sets the name of the MessageDigest algorithm that will be used to compute hashes.
 Property<java.lang.Integer> hashIterationsCount()
          Sets the number of hash iterations that will be performed during hash computation.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

hashAlgorithmName

@Optional
Property<java.lang.String> hashAlgorithmName()
Sets the name of the MessageDigest algorithm that will be used to compute hashes.


hashIterationsCount

@Optional
Property<java.lang.Integer> hashIterationsCount()
Sets the number of hash iterations that will be performed during hash computation.