Uses of Class
org.apache.fulcrum.security.util.PasswordMismatchException
Packages that use PasswordMismatchException
-
Uses of PasswordMismatchException in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionvoid
UserManager.authenticate
(User user, String password) Authenticate an User with the specified password.void
UserManager.changePassword
(User user, String oldPassword, String newPassword) Change the password for an User.<T extends User>
TRetrieve a user from persistent storage using username as the key, and authenticate the user. -
Uses of PasswordMismatchException in org.apache.fulcrum.security.spi
Methods in org.apache.fulcrum.security.spi that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionvoid
AbstractUserManager.authenticate
(User user, String password) Authenticate an User with the specified password.void
AbstractUserManager.changePassword
(User user, String oldPassword, String newPassword) Change the password for an User.<T extends User>
TRetrieve a user from persistent storage using username as the key, and authenticate the user.