Package | Description |
---|---|
com.atlassian.crowd.dao.user | |
com.atlassian.crowd.manager.mailer.notification |
Modifier and Type | Method and Description |
---|---|
Collection<InternalUserWithPasswordLastChanged> |
UserDAOHibernate.findUsersForPasswordExpiryNotification(Instant currentTime,
Duration passwordMaxChangeTime,
Duration remindPeriod,
long directoryId,
int maxResults) |
Collection<InternalUserWithPasswordLastChanged> |
InternalUserDao.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 expire
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordExpirationNotificationMailer.sendNotifications(Collection<InternalUserWithPasswordLastChanged> usersToNotify,
Instant currentTime,
Duration passwordMaxChangeTimeInDays) |
Copyright © 2020 Atlassian. All rights reserved.