Uses of Class
org.compiere.model.MPasswordHistory
Packages that use MPasswordHistory
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MPasswordHistory in org.compiere.model
Methods in org.compiere.model that return types with arguments of type MPasswordHistoryModifier and TypeMethodDescriptionstatic List<MPasswordHistory>
MPasswordHistory.getPasswordHistoryForCheck
(int daysReuse, int userId) get password history records with age <= passwordMaxDay + daysReuseMethod parameters in org.compiere.model with type arguments of type MPasswordHistoryModifier and TypeMethodDescriptionvoid
MPasswordRule.validate
(String username, String newPassword, List<MPasswordHistory> passwordHistorys) Validate newPassword against system password rule.