Uses of Class
cz.metacentrum.perun.core.api.exceptions.LoginExistsException
Packages that use LoginExistsException
Package
Description
-
Uses of LoginExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw LoginExistsExceptionModifier and TypeMethodDescriptionvoidUsersManager.blockLogins(PerunSession sess, List<String> logins, String namespace) Block logins for given namespace or block logins globally (if no namespace is selected)voidUsersManager.setLogin(PerunSession sess, User user, String loginNamespace, String login) Allow users to manually add login in supported namespace if same login is not reserved. -
Uses of LoginExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw LoginExistsExceptionModifier and TypeMethodDescriptionvoidUsersManagerBl.blockLogins(PerunSession sess, List<String> logins, String namespace, Integer relatedUserId) Block logins for given namespace or block logins globally (if no namespace is selected) -
Uses of LoginExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw LoginExistsExceptionModifier and TypeMethodDescriptionvoidUsersManagerBlImpl.blockLogins(PerunSession sess, List<String> logins, String namespace, Integer relatedUserId) -
Uses of LoginExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw LoginExistsExceptionModifier and TypeMethodDescriptionvoidUsersManagerEntry.blockLogins(PerunSession sess, List<String> logins, String namespace) voidUsersManagerEntry.setLogin(PerunSession sess, User user, String loginNamespace, String login)