Uses of Class
com.atlassian.crowd.model.user.InternalUserWithPasswordLastChanged
Packages that use InternalUserWithPasswordLastChanged
-
Uses of InternalUserWithPasswordLastChanged in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return types with arguments of type InternalUserWithPasswordLastChangedModifier and TypeMethodDescriptionInternalUserDao.findUsersForPasswordExpiryNotification(Instant currentTime, Duration passwordMaxChangeTime, Duration remindPeriod, long directoryId, int maxResults) Searches the specified directory for Internal Users who will be notified, that their passwords will soon expireUserDAOHibernate.findUsersForPasswordExpiryNotification(Instant currentTime, Duration passwordMaxChangeTime, Duration remindPeriod, long directoryId, int maxResults) -
Uses of InternalUserWithPasswordLastChanged in com.atlassian.crowd.manager.mailer.notification
Method parameters in com.atlassian.crowd.manager.mailer.notification with type arguments of type InternalUserWithPasswordLastChangedModifier and TypeMethodDescriptionvoidPasswordExpirationNotificationMailer.sendNotifications(Collection<InternalUserWithPasswordLastChanged> usersToNotify, Instant currentTime, Duration passwordMaxChangeTimeInDays)