Uses of Class
cz.metacentrum.perun.core.api.exceptions.AlreadyReservedLoginException
Packages that use AlreadyReservedLoginException
Package
Description
-
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.checkReservedLogins
(PerunSession sess, String namespace, String login, boolean ignoreCase) Check if login exists in specified namespace or in any namespace (if namespace is null). -
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.checkReservedLogins
(PerunSession sess, String namespace, String login, boolean ignoreCase) -
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImpl.checkReservedLogins
(PerunSession sess, String namespace, String login, boolean ignoreCase) -
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImplApi.checkReservedLogins
(PerunSession sess, String namespace, String login, boolean ignoreCase) Check if login exists in specified namespace or in any namespace (if namespace is null).