Uses of Class
cz.metacentrum.perun.core.api.exceptions.LoginIsNotBlockedException
Packages that use LoginIsNotBlockedException
Package
Description
-
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManager.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) Get user id of the user who was related to the given login in the pastvoidUsersManager.unblockLogins(PerunSession sess, List<String> logins, String namespace) Unblock logins for given namespace or unblock logins globally (if no namespace is selected)voidUsersManager.unblockLoginsById(PerunSession sess, List<Integer> loginIds) Unblock logins by id globally, or in the namespace they were initially blocked. -
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManagerBl.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) Get user id of the user who was related to the given login in the pastvoidUsersManagerBl.unblockLogins(PerunSession sess, List<String> logins, String namespace) Unblock logins for given namespace or unblock logins globally (if no namespace is selected)voidUsersManagerBl.unblockLoginsById(PerunSession sess, List<Integer> loginIds) Unblock logins by id globally, or in the namespace they were initially blocked. -
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManagerBlImpl.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) voidUsersManagerBlImpl.unblockLogins(PerunSession sess, List<String> logins, String namespace) voidUsersManagerBlImpl.unblockLoginsById(PerunSession sess, List<Integer> loginIds) -
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManagerEntry.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) voidUsersManagerEntry.unblockLogins(PerunSession sess, List<String> logins, String namespace) voidUsersManagerEntry.unblockLoginsById(PerunSession sess, List<Integer> loginIds) -
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManagerImpl.getBlockedLoginById(PerunSession sess, int id) UsersManagerImpl.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) voidUsersManagerImpl.unblockLogin(PerunSession sess, String login, String namespace) -
Uses of LoginIsNotBlockedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw LoginIsNotBlockedExceptionModifier and TypeMethodDescriptionUsersManagerImplApi.getBlockedLoginById(PerunSession sess, int id) Get blocked login by idUsersManagerImplApi.getRelatedUserIdByBlockedLoginInNamespace(PerunSession sess, String login, String namespace) Get user id of the user who was related to the given login in the pastvoidUsersManagerImplApi.unblockLogin(PerunSession sess, String login, String namespace) Unblock login for given namespace or unblock login globally (if no namespace is selected)