Class HashPasswordEncoder

  • All Implemented Interfaces:
    org.springframework.security.crypto.password.PasswordEncoder

    
    public class HashPasswordEncoder
     implements PasswordEncoder
                        
    When using `noop`, the hash of the password is passed instead of plaintext,
    and the hash value is compared in `noop` way
    
    {noop-md5}PLAIN_TEXT = {noop}md5(PLAIN_TEXT)
    
    Since:

    2021-03-02

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description