Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleAnalysisDetectionPatternType
Packages that use RoleAnalysisDetectionPatternType
Package
Description
-
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.common.mining.objects.detection
Constructors in com.evolveum.midpoint.common.mining.objects.detection with parameters of type RoleAnalysisDetectionPatternType -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.common.mining.utils
Methods in com.evolveum.midpoint.common.mining.utils that return types with arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionstatic @NotNull List<RoleAnalysisDetectionPatternType>RoleAnalysisUtils.loadIntersections(@NotNull List<DetectedPattern> possibleBusinessRole) Methods in com.evolveum.midpoint.common.mining.utils with parameters of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionstatic voidRoleAnalysisUtils.mapPatternRefs(@NotNull Set<String> users, RoleAnalysisDetectionPatternType roleAnalysisClusterDetectionType, Set<String> roles) static @NotNull DetectedPatternExtractPatternUtils.transformDefaultPattern(@NotNull RoleAnalysisDetectionPatternType roleAnalysisDetectionPattern, @Nullable ObjectReferenceType clusterRef, @Nullable ObjectReferenceType sessionRef, @Nullable Long selectedPatternId) static @NotNull DetectedPatternExtractPatternUtils.transformPatternWithAttributes(@NotNull RoleAnalysisDetectionPatternType pattern) -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.model.api.mining
Method parameters in com.evolveum.midpoint.model.api.mining with type arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionvoidRoleAnalysisService.resolveDetectedPatternsAttributes(@NotNull List<RoleAnalysisDetectionPatternType> detectedPatterns, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull Task task, @NotNull OperationResult result, @Nullable List<RoleAnalysisAttributeDef> attributeRoleDefSet, @Nullable List<RoleAnalysisAttributeDef> attributeUserDefSet) Processes attribute analysis for the detected patterns.voidRoleAnalysisService.resolveDetectedPatternsAttributesCached(@NotNull List<RoleAnalysisDetectionPatternType> detectedPatterns, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull AttributeAnalysisCache userAnalysisCache, @Nullable List<RoleAnalysisAttributeDef> attributeRoleDefSet, @Nullable List<RoleAnalysisAttributeDef> attributeUserDefSet, @NotNull Task task, @NotNull OperationResult result) Processes attribute analysis for the detected patterns. -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionstatic voidRoleAnalysisServiceUtils.loadDetectedPattern(@NotNull RepositoryService repositoryService, @NotNull RoleAnalysisDetectionPatternType pattern, @NotNull Map<String, RoleAnalysisClusterType> mappedClusters, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull List<DetectedPattern> detectedPatterns, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.mining with type arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionvoidRoleAnalysisServiceImpl.resolveDetectedPatternsAttributes(@NotNull List<RoleAnalysisDetectionPatternType> detectedPatterns, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull Task task, @NotNull OperationResult result, @Nullable List<RoleAnalysisAttributeDef> attributeRoleDefSet, @Nullable List<RoleAnalysisAttributeDef> attributeUserDefSet) voidRoleAnalysisServiceImpl.resolveDetectedPatternsAttributesCached(@NotNull List<RoleAnalysisDetectionPatternType> detectedPatterns, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull AttributeAnalysisCache userAnalysisCache, @Nullable List<RoleAnalysisAttributeDef> attributeRoleDefSet, @Nullable List<RoleAnalysisAttributeDef> attributeUserDefSet, @NotNull Task task, @NotNull OperationResult result) -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.model.impl.mining.algorithm.detection
Fields in com.evolveum.midpoint.model.impl.mining.algorithm.detection declared as RoleAnalysisDetectionPatternTypeModifier and TypeFieldDescriptionprotected RoleAnalysisDetectionPatternTypePatternConfidenceCalculator.patternMethods in com.evolveum.midpoint.model.impl.mining.algorithm.detection that return types with arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionDefaultPatternResolver.loadPattern(@NotNull RoleAnalysisSessionType session, @NotNull ClusterStatistic clusterStatistic, @NotNull RoleAnalysisClusterType clusterType, @NotNull OperationResult result, @NotNull Task task) Loads and resolves detection patterns based on the session details, cluster statistics, and detection options.Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.detection with parameters of type RoleAnalysisDetectionPatternTypeModifierConstructorDescriptionPatternConfidenceCalculator(@NotNull RoleAnalysisSessionType session, @NotNull RoleAnalysisDetectionPatternType pattern, double maxReduction) -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.model.impl.mining.utils
Method parameters in com.evolveum.midpoint.model.impl.mining.utils with type arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionstatic DoubleRoleAnalysisUtils.removeRedundantPatterns(@NotNull RoleAnalysisService roleAnalysisService, @NotNull Collection<RoleAnalysisDetectionPatternType> detectedPattern, Set<String> clusterUsersOidSet, Set<String> clusterRolesOidSet, com.google.common.collect.ListMultimap<String, String> map, List<ObjectReferenceType> resolvedPattern, @NotNull Task task, @NotNull OperationResult result) -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster
Methods in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster that return RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionQClusterDetectedPatternMapping.toSchemaObject(MClusterDetectedPattern row) Methods in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster that return types with arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionResultListRowTransformer<RoleAnalysisDetectionPatternType,QClusterDetectedPattern, MClusterDetectedPattern> QClusterDetectedPatternMapping.createRowTransformer(SqlQueryContext<RoleAnalysisDetectionPatternType, QClusterDetectedPattern, MClusterDetectedPattern> sqlQueryContext, JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options) Methods in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster with parameters of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionQClusterDetectedPatternMapping.insert(RoleAnalysisDetectionPatternType pattern, MClusterObject ownerRow, JdbcSession jdbcSession) Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster with type arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionResultListRowTransformer<RoleAnalysisDetectionPatternType,QClusterDetectedPattern, MClusterDetectedPattern> QClusterDetectedPatternMapping.createRowTransformer(SqlQueryContext<RoleAnalysisDetectionPatternType, QClusterDetectedPattern, MClusterDetectedPattern> sqlQueryContext, JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of RoleAnalysisDetectionPatternType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type RoleAnalysisDetectionPatternTypeModifier and TypeFieldDescriptionstatic final Producer<RoleAnalysisDetectionPatternType>RoleAnalysisDetectionPatternType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionRoleAnalysisClusterType.beginDetectedPattern()RoleAnalysisPatternAnalysis.beginTopDetectedPattern()RoleAnalysisDetectionPatternType.candidateRole(ObjectReferenceType value) RoleAnalysisDetectionPatternType.candidateRole(String oid, QName type) RoleAnalysisDetectionPatternType.candidateRole(String oid, QName type, QName relation) RoleAnalysisDetectionPatternType.clone()ObjectFactory.createRoleAnalysisDetectionPatternType()RoleAnalysisPatternAnalysis.getTopDetectedPattern()RoleAnalysisDetectionPatternType.itemConfidence(Double value) RoleAnalysisDetectionPatternType.reductionConfidence(Double value) RoleAnalysisDetectionPatternType.reductionCount(Double value) RoleAnalysisDetectionPatternType.roleAttributeAnalysisResult(RoleAnalysisAttributeAnalysisResult value) RoleAnalysisDetectionPatternType.rolesOccupancy(ObjectReferenceType value) RoleAnalysisDetectionPatternType.rolesOccupancy(String oid, QName type) RoleAnalysisDetectionPatternType.rolesOccupancy(String oid, QName type, QName relation) RoleAnalysisDetectionPatternType.userAttributeAnalysisResult(RoleAnalysisAttributeAnalysisResult value) RoleAnalysisDetectionPatternType.userOccupancy(ObjectReferenceType value) RoleAnalysisDetectionPatternType.userOccupancy(String oid, QName type) RoleAnalysisDetectionPatternType.userOccupancy(String oid, QName type, QName relation) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionRoleAnalysisClusterType.createDetectedPatternList()jakarta.xml.bind.JAXBElement<RoleAnalysisDetectionPatternType>ObjectFactory.createRoleAnalysisDetectionPattern(RoleAnalysisDetectionPatternType value) RoleAnalysisClusterType.getDetectedPattern()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RoleAnalysisDetectionPatternTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RoleAnalysisDetectionPatternType>ObjectFactory.createRoleAnalysisDetectionPattern(RoleAnalysisDetectionPatternType value) RoleAnalysisClusterType.detectedPattern(RoleAnalysisDetectionPatternType value) voidRoleAnalysisPatternAnalysis.setTopDetectedPattern(RoleAnalysisDetectionPatternType value) RoleAnalysisPatternAnalysis.topDetectedPattern(RoleAnalysisDetectionPatternType value)