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 TypeMethodDescriptionvoidUsersManager.changePassword(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) Changes user password in defined login-namespace.voidUsersManager.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 TypeMethodDescriptionvoidUsersManagerBl.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 TypeMethodDescriptionvoidUsersManagerBlImpl.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 TypeMethodDescriptionvoidUsersManagerEntry.changePassword(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) voidUsersManagerEntry.changePassword(PerunSession sess, String login, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword)