Interface PasswordExpirationMailNotificationManager
- All Known Implementing Classes:
CheckingPasswordExpirationMailNotificationManager,PasswordExpirationMailNotificationManagerImpl
public interface PasswordExpirationMailNotificationManager
-
Method Summary
Modifier and TypeMethodDescriptiongetRemindPeriodsForDirectory(com.atlassian.crowd.embedded.api.Directory directory) voidNotify users that their password will soon expire.
-
Method Details
-
notifyUsers
void notifyUsers()Notify users that their password will soon expire. -
getRemindPeriodsForDirectory
- Parameters:
directory- directory object- Returns:
- remind periods, which are used to notify users about password expiration
-