Uses of Class
cz.metacentrum.perun.core.api.exceptions.PasswordDoesntMatchException
Packages that use PasswordDoesntMatchException
Package
Description
-
Uses of PasswordDoesntMatchException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw PasswordDoesntMatchExceptionModifier and TypeMethodDescriptionvoid
UsersManager.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) Changes user password in defined login-namespace.void
UsersManager.changePassword
(PerunSession sess, String login, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) Changes user password in defined login-namespace. -
Uses of PasswordDoesntMatchException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw PasswordDoesntMatchExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) Changes user password in defined login-namespace. -
Uses of PasswordDoesntMatchException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordDoesntMatchExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) -
Uses of PasswordDoesntMatchException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordDoesntMatchExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) void
UsersManagerEntry.changePassword
(PerunSession sess, String login, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword)