B C D E G I L M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BODY - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
C
- CONTEXT_PATH - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
D
- deleteTokens(User) - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager
-
Deletes all existing tokens for a user.
- destroyPlugin() - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.admin.PasswordResetSettingsServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetChangePasswordServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetSendEmailServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.admin.PasswordResetSettingsServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetChangePasswordServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetSendEmailServlet
E
- ENABLED - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- expires - Variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager.ResetRequest
- EXPIRY - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
G
- generateToken(User, String) - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager
-
Generates a random token for the user, and persists in the database.
- get() - Method in interface org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager.SqlExceptionSupplier
- getInstance() - Static method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- getPasswordResetMailer() - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- getResetRequests() - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager
-
Returns the current list of reset requests - excluding the all important token.
- getResetTokenManager() - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- getUser(String) - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager
-
Finds the user for the specified token.
I
- init() - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.admin.PasswordResetSettingsServlet
- init() - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetChangePasswordServlet
- init() - Method in class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetSendEmailServlet
- initializePlugin(PluginManager, File) - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
L
- localize(String, Object...) - Static method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
M
- MAX_LENGTH - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- MIN_LENGTH - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
O
- org.jivesoftware.openfire.plugin.passwordreset - package org.jivesoftware.openfire.plugin.passwordreset
- org.jivesoftware.openfire.plugin.passwordreset.servlet.admin - package org.jivesoftware.openfire.plugin.passwordreset.servlet.admin
- org.jivesoftware.openfire.plugin.passwordreset.servlet.client - package org.jivesoftware.openfire.plugin.passwordreset.servlet.client
P
- PasswordResetChangePasswordServlet - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.client
- PasswordResetChangePasswordServlet() - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetChangePasswordServlet
- PasswordResetChangePasswordServlet.Form - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.client
- PasswordResetMailer - Class in org.jivesoftware.openfire.plugin.passwordreset
- PasswordResetMailer(EmailService) - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetMailer
- PasswordResetPlugin - Class in org.jivesoftware.openfire.plugin.passwordreset
- PasswordResetPlugin() - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
-
Default constructor for the plugin.
- PasswordResetSendEmailServlet - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.client
- PasswordResetSendEmailServlet() - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.servlet.client.PasswordResetSendEmailServlet
- PasswordResetSendEmailServlet.Form - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.client
- PasswordResetSettingsServlet - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.admin
- PasswordResetSettingsServlet() - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.servlet.admin.PasswordResetSettingsServlet
- PasswordResetSettingsServlet.Dto - Class in org.jivesoftware.openfire.plugin.passwordreset.servlet.admin
- PasswordResetTokenManager - Class in org.jivesoftware.openfire.plugin.passwordreset
- PasswordResetTokenManager(PasswordResetTokenManager.SqlExceptionSupplier<Connection>, UserManager) - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager
- PasswordResetTokenManager.ResetRequest - Class in org.jivesoftware.openfire.plugin.passwordreset
- PasswordResetTokenManager.SqlExceptionSupplier<T> - Interface in org.jivesoftware.openfire.plugin.passwordreset
-
Can't use a
Supplierbecause of the exception. - PLUGIN_NAME - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
R
- ResetRequest() - Constructor for class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager.ResetRequest
S
- sendEmail(User, String) - Method in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetMailer
-
Sends a password reset email.
- SENDER_ADDRESS - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- SENDER_NAME - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- SERVER - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
- sourceAddress - Variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager.ResetRequest
- SUBJECT - Static variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetPlugin
U
- userId - Variable in class org.jivesoftware.openfire.plugin.passwordreset.PasswordResetTokenManager.ResetRequest
All Classes All Packages