Interface ConfigurableHashService

All Superinterfaces:
HashService
All Known Implementing Classes:
DefaultHashService

public interface ConfigurableHashService extends HashService
A HashService that allows configuration of its strategy via JavaBeans-compatible setter methods.
Since:
1.2
  • Method Details

    • setDefaultAlgorithmName

      Sets the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.
      Parameters:
      name - the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.