Uses of Class
com.logicaldoc.core.security.user.PasswordHistory
Packages that use PasswordHistory
Package
Description
Definition of the User object and ancillary objects
-
Uses of PasswordHistory in com.logicaldoc.core.security.user
Methods in com.logicaldoc.core.security.user that return PasswordHistoryModifier and TypeMethodDescriptionHibernatePasswordHistoryDAO.findByUserIdAndPassword
(long userId, String password, int max) PasswordHistoryDAO.findByUserIdAndPassword
(long userId, String password, int max) Gets the password used by the user in last max timesMethods in com.logicaldoc.core.security.user that return types with arguments of type PasswordHistoryModifier and TypeMethodDescriptionHibernatePasswordHistoryDAO.findByUserId
(long userId, Integer max) PasswordHistoryDAO.findByUserId
(long userId, Integer max) Gets all the histories related to a given user ordered by date descMethods in com.logicaldoc.core.security.user with parameters of type PasswordHistory