| Interface and Description |
|---|
| org.broadleafcommerce.profile.core.domain.State
- use
CountrySubdivision instead. |
| org.broadleafcommerce.profile.core.dao.StateDao
- use
CountrySubdivisionDao instead. |
| org.broadleafcommerce.profile.core.service.StateService
- use
CountrySubdivisionService instead. |
| Class and Description |
|---|
| org.broadleafcommerce.profile.core.service.handler.EmailNotificationPasswordUpdatedHandler
- This email approach is no longer recommended. See documentation for BroadleafCommerce
|
| org.broadleafcommerce.profile.core.dao.StateDaoImpl
- use
CountrySubdivisionDaoImpl instead. |
| org.broadleafcommerce.profile.core.domain.StateImpl
- use
CountrySubdivision instead. |
| org.broadleafcommerce.profile.core.service.StateServiceImpl
- use
CountrySubdivisionServiceImpl instead. |
| Field and Description |
|---|
| org.broadleafcommerce.profile.core.domain.AddressImpl.country |
| org.broadleafcommerce.profile.core.domain.AddressImpl.fax |
| 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.domain.AddressImpl.primaryPhone |
| 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 |
| org.broadleafcommerce.profile.core.domain.AddressImpl.secondaryPhone |
| org.broadleafcommerce.profile.core.domain.AddressImpl.state |
Copyright © 2016. All rights reserved.