Uses of Class
com.evolveum.midpoint.common.RoleMiningExportUtils.SecurityMode
-
Packages that use RoleMiningExportUtils.SecurityMode Package Description com.evolveum.midpoint.common com.evolveum.midpoint.ninja.action.mining -
-
Uses of RoleMiningExportUtils.SecurityMode in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return RoleMiningExportUtils.SecurityMode Modifier and Type Method Description static RoleMiningExportUtils.SecurityModeRoleMiningExportUtils.SecurityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleMiningExportUtils.SecurityMode[]RoleMiningExportUtils.SecurityMode. 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.SecurityMode Modifier and Type Method Description static StringRoleMiningExportUtils. encryptedUUID(String oid, RoleMiningExportUtils.SecurityMode securityMode, String key)static AssignmentTypeRoleMiningExportUtils. encryptObjectReference(@NotNull AssignmentType assignmentObject, RoleMiningExportUtils.SecurityMode securityMode, String key)static @NotNull StringRoleMiningExportUtils. 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 Modifier and Type Method Description RoleMiningExportUtils.SecurityModeExportMiningOptions. getSecurityLevel()
-