Uses of Class
cz.metacentrum.perun.core.api.exceptions.PasswordResetLinkExpiredException
Packages that use PasswordResetLinkExpiredException
Package
Description
-
Uses of PasswordResetLinkExpiredException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw PasswordResetLinkExpiredExceptionModifier 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 PasswordResetLinkExpiredException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw PasswordResetLinkExpiredExceptionModifier 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 PasswordResetLinkExpiredException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordResetLinkExpiredExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerBlImpl.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) -
Uses of PasswordResetLinkExpiredException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordResetLinkExpiredExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerEntry.checkPasswordResetRequestIsValid
(PerunSession sess, UUID token) -
Uses of PasswordResetLinkExpiredException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw PasswordResetLinkExpiredExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImpl.checkPasswordResetRequestIsValid
(PerunSession sess, UUID uuid) UsersManagerImpl.loadPasswordResetRequest
(PerunSession sess, UUID uuid) -
Uses of PasswordResetLinkExpiredException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw PasswordResetLinkExpiredExceptionModifier 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.