Uses of Class
org.compiere.model.MPasswordHistory
-
Packages that use MPasswordHistory Package Description org.compiere.model Provides for.... -
-
Uses of MPasswordHistory in org.compiere.model
Methods in org.compiere.model that return types with arguments of type MPasswordHistory Modifier and Type Method Description static List<MPasswordHistory>
MPasswordHistory. getPasswordHistoryForCheck(int daysReuse, int userId)
get list password history has age <= passwordMaxDay + daysReuseMethod parameters in org.compiere.model with type arguments of type MPasswordHistory Modifier and Type Method Description void
MPasswordRule. validate(String username, String newPassword, List<MPasswordHistory> passwordHistorys)
-