Uses of Class
cz.metacentrum.perun.core.api.exceptions.AlreadyReservedLoginException
Packages that use AlreadyReservedLoginException
Package
Description
-
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoidUsersManager.reserveLogin(PerunSession sess, String login, int userId, String namespace, String password) Reserves login in given namespace.voidUsersManager.reserveLogin(PerunSession sess, String login, String identifier, String issuer, String namespace, String password) Reserves login in given namespace. -
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).voidUsersManagerBl.reserveLogin(PerunSession sess, String login, int userId, String namespace, String password) Reserves login in given namespace.voidUsersManagerBl.reserveLogin(PerunSession sess, String login, String identifier, String issuer, String namespace, String password) Reserves login in given namespace. -
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) voidUsersManagerBlImpl.reserveLogin(PerunSession sess, String login, int userId, String namespace, String password) voidUsersManagerBlImpl.reserveLogin(PerunSession sess, String login, String identifier, String issuer, String namespace, String password) -
Uses of AlreadyReservedLoginException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw AlreadyReservedLoginExceptionModifier and TypeMethodDescriptionvoidUsersManagerEntry.reserveLogin(PerunSession sess, String login, int userId, String namespace, String password) voidUsersManagerEntry.reserveLogin(PerunSession sess, String login, String identifier, String issuer, String namespace, String password) -
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).