Uses of Enum Class
com.evolveum.midpoint.common.RoleMiningExportUtils.NameMode
Packages that use RoleMiningExportUtils.NameMode
Package
Description
-
Uses of RoleMiningExportUtils.NameMode in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return RoleMiningExportUtils.NameModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RoleMiningExportUtils.NameMode[]
RoleMiningExportUtils.NameMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.common with parameters of type RoleMiningExportUtils.NameModeModifier and TypeMethodDescriptionstatic PolyStringType
RoleMiningExportUtils.encryptOrgName
(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) static PolyStringType
RoleMiningExportUtils.encryptRoleName
(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) static PolyStringType
RoleMiningExportUtils.encryptUserName
(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) Constructors in com.evolveum.midpoint.common with parameters of type RoleMiningExportUtils.NameModeModifierConstructorDescriptionAttributeValueAnonymizer
(RoleMiningExportUtils.NameMode nameMode, String encryptKey) -
Uses of RoleMiningExportUtils.NameMode in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that return RoleMiningExportUtils.NameMode -
Uses of RoleMiningExportUtils.NameMode in com.evolveum.midpoint.web.page.admin.configuration.component
Methods in com.evolveum.midpoint.web.page.admin.configuration.component with parameters of type RoleMiningExportUtils.NameModeModifier and TypeMethodDescriptionvoid
RoleMiningExportOperation.setNameModeExport
(RoleMiningExportUtils.NameMode nameMode)