Uses of Class
com.evolveum.midpoint.common.mining.utils.RoleAnalysisCacheOption
Packages that use RoleAnalysisCacheOption
Package
Description
-
Uses of RoleAnalysisCacheOption in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type RoleAnalysisCacheOptionModifier and TypeMethodDescription@Nullable PrismObject<RoleType>RoleAnalysisService.cacheRoleTypeObject(@NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull String roleOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) Retrieves a RoleType PrismObject from a cache or, if not present, fetches it from the ModelService and stores it in the cache.@Nullable PrismObject<UserType>RoleAnalysisService.cacheUserTypeObject(@NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull String userOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) Retrieves a UserType PrismObject from a cache or, if not present, fetches it from the ModelService and stores it in the cache. -
Uses of RoleAnalysisCacheOption in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type RoleAnalysisCacheOptionModifier and TypeMethodDescription@Nullable PrismObject<RoleType>RoleAnalysisServiceImpl.cacheRoleTypeObject(@NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull String roleOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) @Nullable PrismObject<UserType>RoleAnalysisServiceImpl.cacheUserTypeObject(@NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull String userOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) -
Uses of RoleAnalysisCacheOption in com.evolveum.midpoint.model.impl.mining.chunk
Methods in com.evolveum.midpoint.model.impl.mining.chunk that return RoleAnalysisCacheOptionModifier and TypeMethodDescriptionBasePrepareAction.generateRoleCacheOption()Generates aRoleAnalysisCacheOptioninstance containing cache-specific properties used for managing the expanded user-permission table.BasePrepareAction.generateUserCacheOption()BasePrepareAction.getRoleCacheOption()BasePrepareAction.getUserCacheOption()