Uses of Class
com.broadleafcommerce.auth.resource.domain.UserHistoricalPassword
Packages that use UserHistoricalPassword
-
Uses of UserHistoricalPassword in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type UserHistoricalPasswordModifier and TypeMethodDescriptionUser.getPasswordHistory()
The previouspasswords
used by this user.Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserHistoricalPasswordModifier and TypeMethodDescriptionvoid
User.setPasswordHistory
(List<UserHistoricalPassword> passwordHistory) The previouspasswords
used by this user.