Uses of Class
org.compiere.model.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
Modifier and TypeMethodDescriptionstatic List<MPasswordHistory>
MPasswordHistory.getPasswordHistoryForCheck
(int daysReuse, int userId) get password history records with age <= passwordMaxDay + daysReuseModifier and TypeMethodDescriptionvoid
MPasswordRule.validate
(String username, String newPassword, List<MPasswordHistory> passwordHistorys) Validate newPassword against system password rule.