Uses of Class
org.salespointframework.useraccount.Password.UnencryptedPassword
-
Packages that use Password.UnencryptedPassword Package Description org.salespointframework.useraccount User account management. -
-
Uses of Password.UnencryptedPassword in org.salespointframework.useraccount
Methods in org.salespointframework.useraccount that return Password.UnencryptedPassword Modifier and Type Method Description static Password.UnencryptedPasswordPassword.UnencryptedPassword. of(String password)Methods in org.salespointframework.useraccount with parameters of type Password.UnencryptedPassword Modifier and Type Method Description voidUserAccountManager. changePassword(UserAccount userAccount, Password.UnencryptedPassword password)Changes the password of theUserAccount.UserAccountUserAccountManager. create(String userName, Password.UnencryptedPassword password, String emailAddress, Role... roles)Creates a newUserAccountand persists it right away.UserAccountUserAccountManager. create(String userName, Password.UnencryptedPassword password, Role... roles)Creates a newUserAccountand persists it right away.booleanAuthenticationManager. matches(Password.UnencryptedPassword candidate, Password.EncryptedPassword existing)Returns whether the given candidatePasswordmatches the given existing one.
-