Uses of Class
tv.hd3g.authkit.mod.exception.ResetWithSamePasswordException
-
Packages that use ResetWithSamePasswordException Package Description tv.hd3g.authkit.mod.service -
-
Uses of ResetWithSamePasswordException in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that throw ResetWithSamePasswordException Modifier and Type Method Description voidCmdLineService. addOrUpdateSecurityAdminUser(String login, Password password)voidCmdLineServiceImpl. addOrUpdateSecurityAdminUser(String login, Password password)REQUIRES_NEW: workaround for this problem https://stackoverflow.com/questions/24338150/how-to-manually-force-a-commit-in-a-transactional-methodvoidAuthenticationService. changeUserPassword(String userUUID, Password newPassword)voidAuthenticationServiceImpl. changeUserPassword(String userUUID, Password newPassword)
-