Uses of Class
org.salespointframework.useraccount.Password.UnencryptedPassword
Packages that use Password.UnencryptedPassword
-
Uses of Password.UnencryptedPassword in org.salespointframework.useraccount
Methods in org.salespointframework.useraccount that return Password.UnencryptedPasswordModifier and TypeMethodDescriptionstatic Password.UnencryptedPassword
Creates a new unencrypted password.Methods in org.salespointframework.useraccount with parameters of type Password.UnencryptedPasswordModifier 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.