Uses of Class
cz.metacentrum.perun.core.api.exceptions.PasswordResetLinkNotValidException
Packages that use PasswordResetLinkNotValidException
Package
Description
-
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManager.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) Changes user password in defined login-namespace based on token parameter.void
UsersManager.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) Checks if the password reset request is valid. -
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) Changes user password in defined login-namespace based on token of the password reset request.void
UsersManagerBl.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) Checks if the password reset request link is valid. -
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerBlImpl.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) -
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerEntry.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) -
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImpl.checkPasswordResetRequestIsValid
(PerunSession sess, UUID uuid) UsersManagerImpl.loadPasswordResetRequest
(PerunSession sess, UUID uuid) -
Uses of PasswordResetLinkNotValidException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw PasswordResetLinkNotValidExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImplApi.checkPasswordResetRequestIsValid
(PerunSession sess, UUID uuid) Checks if the password reset request link is valid.UsersManagerImplApi.loadPasswordResetRequest
(PerunSession sess, UUID uuid) Returns only valid password reset request with specified UUID.