Uses of Class
tv.hd3g.authkit.mod.dto.Password
Packages that use Password
Package
Description
-
Uses of Password in tv.hd3g.authkit.mod.dto
Methods in tv.hd3g.authkit.mod.dto that return Password -
Uses of Password in tv.hd3g.authkit.mod.dto.validated
Methods in tv.hd3g.authkit.mod.dto.validated that return PasswordModifier and TypeMethodDescriptionValidationTOTPDto.getCurrentpassword()ChangeMyPasswordDto.getNewpassword()ResetPasswordFormDto.getNewuserpassword()ResetPasswordFormDto.getNewuserpassword2()LoginFormDto.getUserpassword()AddUserDto.getUserPassword()Methods in tv.hd3g.authkit.mod.dto.validated with parameters of type PasswordModifier and TypeMethodDescriptionvoidValidationTOTPDto.setCurrentpassword(Password currentpassword) voidChangeMyPasswordDto.setNewpassword(Password newpassword) voidResetPasswordFormDto.setNewuserpassword(Password newuserpassword) voidResetPasswordFormDto.setNewuserpassword2(Password newuserpassword2) voidLoginFormDto.setUserpassword(Password userpassword) voidAddUserDto.setUserPassword(Password userPassword) -
Uses of Password in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type PasswordModifier and TypeMethodDescriptionvoidCmdLineService.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) AuthenticationService.checkPassword(Password userEnterPassword, Credential credential) AuthenticationServiceImpl.checkPassword(Password userEnterPassword, Credential credential) voidValidPasswordPolicyService.checkPasswordValidation(String username, Password password, ValidPasswordPolicyService.PasswordValidationLevel level) voidValidPasswordPolicyServiceImpl.checkPasswordValidation(String username, Password password, ValidPasswordPolicyService.PasswordValidationLevel level) - Will check 8 characters in (minSize/strongMinSize) - Ignore spaces in count - avoid passwords consisting of repetitive or sequential characters (e.g.default ExternalAuthUserDto -
Uses of Password in tv.hd3g.authkit.utility
Methods in tv.hd3g.authkit.utility that return Password