Uses of Class
org.codelibs.fess.helper.PasswordHashHelper
Packages that use PasswordHashHelper
-
Uses of PasswordHashHelper in org.codelibs.fess.app.web.base.login
Methods in org.codelibs.fess.app.web.base.login with parameters of type PasswordHashHelperModifier and TypeMethodDescriptionprotected voidFessLoginAssist.lazyUpgradePassword(String username, String plainPassword, String currentStored, PasswordHashHelper passwordHashHelper) Best-effort upgrade of a legacy or obsolete-cost password hash to the currently configured algorithm/parameters. -
Uses of PasswordHashHelper in org.codelibs.fess.util
Methods in org.codelibs.fess.util that return PasswordHashHelperModifier and TypeMethodDescriptionstatic PasswordHashHelperComponentUtil.getPasswordHashHelper()Gets the password hash helper component.