Uses of Enum Class
com.evolveum.midpoint.common.RoleMiningExportUtils.SecurityMode
Packages that use RoleMiningExportUtils.SecurityMode
Package
Description
-
Uses of RoleMiningExportUtils.SecurityMode in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return RoleMiningExportUtils.SecurityModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RoleMiningExportUtils.SecurityMode[]
RoleMiningExportUtils.SecurityMode.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.SecurityModeModifier and TypeMethodDescriptionstatic String
RoleMiningExportUtils.encryptedUUID
(String oid, RoleMiningExportUtils.SecurityMode securityMode, String key) static AssignmentType
RoleMiningExportUtils.encryptObjectReference
(@NotNull AssignmentType assignmentObject, RoleMiningExportUtils.SecurityMode securityMode, String key) static @NotNull String
RoleMiningExportUtils.updateEncryptKey
(@NotNull RoleMiningExportUtils.SecurityMode securityMode) -
Uses of RoleMiningExportUtils.SecurityMode in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that return RoleMiningExportUtils.SecurityMode -
Uses of RoleMiningExportUtils.SecurityMode in com.evolveum.midpoint.web.page.admin.configuration.component
Methods in com.evolveum.midpoint.web.page.admin.configuration.component with parameters of type RoleMiningExportUtils.SecurityModeModifier and TypeMethodDescriptionvoid
RoleMiningExportOperation.setSecurityLevel
(RoleMiningExportUtils.SecurityMode securityMode)