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 previouspasswordsused by this user.Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserHistoricalPasswordModifier and TypeMethodDescriptionvoidUser.setPasswordHistory(List<UserHistoricalPassword> passwordHistory) The previouspasswordsused by this user.