Uses of Class
cz.metacentrum.perun.core.api.exceptions.PasswordDeletionFailedException
Packages that use PasswordDeletionFailedException
Package
Description
-
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManager.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) Deletes alternative password in external system.void
UsersManager.deletePassword
(PerunSession sess, User user, String loginNamespace) Deletes password in external system.void
UsersManager.deletePassword
(PerunSession sess, String userLogin, String loginNamespace) Deletes password in external system. -
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) Deletes alternative password in external system.void
UsersManagerBl.deletePassword
(PerunSession sess, User user, String loginNamespace) Deletes password in external system for existing user.void
UsersManagerBl.deletePassword
(PerunSession sess, String userLogin, String loginNamespace) Deletes password in external system.void
UsersManagerBl.deleteReservedLoginsOnlyByGivenApp
(PerunSession sess, int appId) Deletes reserved logins which can be deleted - they are used only in the given application. -
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) void
UsersManagerBlImpl.deletePassword
(PerunSession sess, User user, String loginNamespace) void
UsersManagerBlImpl.deletePassword
(PerunSession sess, String userLogin, String loginNamespace) void
UsersManagerBlImpl.deleteReservedLoginsOnlyByGivenApp
(PerunSession sess, int appId) -
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) void
UsersManagerEntry.deletePassword
(PerunSession sess, User user, String loginNamespace) void
UsersManagerEntry.deletePassword
(PerunSession sess, String userLogin, String loginNamespace)