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 TypeMethodDescriptionMembersManager.createMemberFromRegistrarApplication(PerunSession sess, Vo vo, Group group, Map<String, String> attributes, Map<String, String> oidcAttributes, ApplicationType type) Creates or extends a member based on data from a registrar application.voidUsersManager.deleteAlternativePassword(PerunSession sess, User user, String loginNamespace, String passwordId) Deletes alternative password in external system.voidUsersManager.deletePassword(PerunSession sess, User user, String loginNamespace) Deletes password in external system.voidUsersManager.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 TypeMethodDescriptionMembersManagerBl.createMemberFromRegistrarApplication(PerunSession sess, Vo vo, Group group, Map<String, String> attributes, Map<String, String> oidcAttributes, ApplicationType type) Creates or extends a member based on data from a registrar application.voidUsersManagerBl.deleteAlternativePassword(PerunSession sess, User user, String loginNamespace, String passwordId) Deletes alternative password in external system.voidUsersManagerBl.deletePassword(PerunSession sess, User user, String loginNamespace) Deletes password in external system for existing user.voidUsersManagerBl.deletePassword(PerunSession sess, String userLogin, String loginNamespace) Deletes password in external system.voidUsersManagerBl.deleteReservedLoginsOnlyByGivenApp(PerunSession sess, int appId) Deletes reserved logins which can be deleted - they are used only in the given application.voidRegistrarAdapter.onDeleteVo(PerunSession sess, Vo vo) Reject all applications into the Vo and all its groups (consider deleting?)UsersManagerBl.unreserveNewLoginsFromSameNamespace(PerunSession sess, List<Pair<String, String>> logins, User user) Unreserve login/password from KDC if the user already has an existing login in that namespace -
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionMembersManagerBlImpl.createMemberFromRegistrarApplication(PerunSession sess, Vo vo, Group group, Map<String, String> attributes, Map<String, String> oidcAttributes, ApplicationType type) voidUsersManagerBlImpl.deleteAlternativePassword(PerunSession sess, User user, String loginNamespace, String passwordId) voidUsersManagerBlImpl.deletePassword(PerunSession sess, User user, String loginNamespace) voidUsersManagerBlImpl.deletePassword(PerunSession sess, String userLogin, String loginNamespace) voidUsersManagerBlImpl.deleteReservedLoginsOnlyByGivenApp(PerunSession sess, int appId) voidRegistrarAdapterImpl.onDeleteVo(PerunSession sess, Vo vo) UsersManagerBlImpl.unreserveNewLoginsFromSameNamespace(PerunSession sess, List<Pair<String, String>> logins, User user) -
Uses of PasswordDeletionFailedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordDeletionFailedExceptionModifier and TypeMethodDescriptionMembersManagerEntry.createMemberFromRegistrarApplication(PerunSession sess, Vo vo, Group group, Map<String, String> attributes, Map<String, String> oidcAttributes, ApplicationType type) voidUsersManagerEntry.deleteAlternativePassword(PerunSession sess, User user, String loginNamespace, String passwordId) voidUsersManagerEntry.deletePassword(PerunSession sess, User user, String loginNamespace) voidUsersManagerEntry.deletePassword(PerunSession sess, String userLogin, String loginNamespace)