| Field and Description |
|---|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.passwordEncoder
Spring Security has deprecated this encoder interface, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.salt
utilize
CustomerServiceImpl.saltSource instead so that it can be shared between this class as well as Spring's
authentication manager, this will be removed in 4.2 |
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.saltSource
the new
PasswordEncoder handles salting internally, this will be removed in 4.2 |
Copyright © 2017. All rights reserved.