Uses of Class
com.evolveum.midpoint.common.RoleMiningExportUtils.NameMode
-
Packages that use RoleMiningExportUtils.NameMode Package Description com.evolveum.midpoint.common com.evolveum.midpoint.ninja.action.mining -
-
Uses of RoleMiningExportUtils.NameMode in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return RoleMiningExportUtils.NameMode Modifier and Type Method Description static RoleMiningExportUtils.NameMode
RoleMiningExportUtils.NameMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoleMiningExportUtils.NameMode[]
RoleMiningExportUtils.NameMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.common with parameters of type RoleMiningExportUtils.NameMode Modifier and Type Method Description static 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)
-
Uses of RoleMiningExportUtils.NameMode in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that return RoleMiningExportUtils.NameMode Modifier and Type Method Description RoleMiningExportUtils.NameMode
ExportMiningOptions. getNameMode()
-