Uses of Class
org.salespointframework.useraccount.Password.UnencryptedPassword
-
Uses of Password.UnencryptedPassword in org.salespointframework.useraccount
Modifier and TypeMethodDescriptionstatic Password.UnencryptedPassword
Creates a new unencrypted password.Modifier and TypeMethodDescriptionvoid
UserAccountManagement.changePassword
(UserAccount userAccount, Password.UnencryptedPassword password) Changes the password of theUserAccount
.UserAccountManagement.create
(String userName, Password.UnencryptedPassword password, Iterable<Role> roles) Creates a newUserAccount
from the given username,Password.UnencryptedPassword
and roles.UserAccountManagement.create
(String userName, Password.UnencryptedPassword password, String emailAddress, Iterable<Role> roles) Creates a newUserAccount
from the given username,Password.UnencryptedPassword
, email address and roles.UserAccountManagement.create
(String userName, Password.UnencryptedPassword password, String emailAddress, Role... roles) Creates a newUserAccount
from the given username,Password.UnencryptedPassword
, email address and roles.UserAccountManagement.create
(String userName, Password.UnencryptedPassword password, Role... roles) Creates a newUserAccount
from the given username,Password.UnencryptedPassword
and roles.boolean
AuthenticationManagement.matches
(Password.UnencryptedPassword candidate, Password.EncryptedPassword existing) Returns whether the given candidatePassword
matches the given existing one.