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 Summary

    Modifier and Type
    Method
    Description
    void
    Sets the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.

    Methods inherited from interface org.apache.shiro.crypto.hash.HashService

    computeHash
  • Method Details

    • setDefaultAlgorithmName

      void setDefaultAlgorithmName(String name)
      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.