Uses of Class
cz.metacentrum.perun.core.api.exceptions.AnonymizationNotSupportedException
Packages that use AnonymizationNotSupportedException
Package
Description
-
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionvoid
UsersManager.anonymizeUser
(PerunSession perunSession, User user, boolean force) Anonymizes user - according to configuration, each of user's attributes is either anonymized, kept untouched or deleted. -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.anonymizeUser
(PerunSession perunSession, User user, boolean force) Anonymizes user - according to configuration, each of user's attributes is either anonymized, kept untouched or deleted.AttributesManagerBl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute. -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.anonymizeUser
(PerunSession sess, User user, boolean force) AttributesManagerBlImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.anonymizeUser
(PerunSession sess, User user, boolean force) -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionAttributesManagerImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionAttributesManagerImplApi.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute. -
Uses of AnonymizationNotSupportedException in cz.metacentrum.perun.core.implApi.modules.attributes
Methods in cz.metacentrum.perun.core.implApi.modules.attributes that throw AnonymizationNotSupportedExceptionModifier and TypeMethodDescriptionUserAttributesModuleAbstract.getAnonymizedValue
(PerunSessionImpl session, User user, Attribute attribute) UserAttributesModuleImplApi.getAnonymizedValue
(PerunSessionImpl perunSession, User user, Attribute attribute) Gets anonymized value of the attribute.