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 TypeMethodDescriptionvoidUsersManagerBl.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 TypeMethodDescriptionvoidUsersManagerBlImpl.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 TypeMethodDescriptionvoidUsersManagerImpl.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 TypeMethodDescriptionvoidUsersManagerImplApi.checkReservedLogins(PerunSession sess, String namespace, String login, boolean ignoreCase) Check if login exists in specified namespace or in any namespace (if namespace is null).