Uses of Class
cz.metacentrum.perun.core.api.exceptions.UserAlreadyBlacklistedException
Packages that use UserAlreadyBlacklistedException
Package
Description
-
Uses of UserAlreadyBlacklistedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw UserAlreadyBlacklistedExceptionModifier and TypeMethodDescriptionvoid
SecurityTeamsManager.addUserToBlacklist
(PerunSession perunSession, SecurityTeam securityTeam, User user, String description) Add User to black list of security team to filter him out. -
Uses of UserAlreadyBlacklistedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw UserAlreadyBlacklistedExceptionModifier and TypeMethodDescriptionvoid
SecurityTeamsManagerBl.checkUserIsNotInBlacklist
(PerunSession sess, SecurityTeam securityTeam, User user) check if user is not blacklisted by given security team throw exception if is -
Uses of UserAlreadyBlacklistedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw UserAlreadyBlacklistedExceptionModifier and TypeMethodDescriptionvoid
SecurityTeamsManagerBlImpl.checkUserIsNotInBlacklist
(PerunSession sess, SecurityTeam securityTeam, User user) -
Uses of UserAlreadyBlacklistedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw UserAlreadyBlacklistedExceptionModifier and TypeMethodDescriptionvoid
SecurityTeamsManagerEntry.addUserToBlacklist
(PerunSession sess, SecurityTeam securityTeam, User user, String description)