Package com.aquima.web.boot.security
Class CustomDelegatingPasswordEncoder
java.lang.Object
org.springframework.security.crypto.password.DelegatingPasswordEncoder
com.aquima.web.boot.security.CustomDelegatingPasswordEncoder
- All Implemented Interfaces:
org.springframework.security.crypto.password.PasswordEncoder
public class CustomDelegatingPasswordEncoder
extends org.springframework.security.crypto.password.DelegatingPasswordEncoder
Custom DelegatingPasswordEncoder to prevent auto upgrading of password because of slow BCrypt
- Author:
- r.de.haard
-
Constructor Summary
ConstructorsConstructorDescriptionCustomDelegatingPasswordEncoder
(String encodingId, Map<String, org.springframework.security.crypto.password.PasswordEncoder> encoders) -
Method Summary