Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.UserType
Packages that use UserType
Package
Description
-
Uses of UserType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return types with arguments of type UserTypeModifier and TypeMethodDescription@NotNull PrismObject<UserType>PageAdminLTE.getAdministratorPrivileged(OperationResult parentResult) Method parameters in com.evolveum.midpoint.gui.api.page with type arguments of type UserTypeModifier and TypeMethodDescription<T> TPageAdminLTE.runAsChecked(SecurityContextManager.ResultAwareCheckedProducer<T> producer, PrismObject<UserType> user, OperationResult result) -
Uses of UserType in com.evolveum.midpoint.gui.api.util
Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type UserTypeModifier and TypeMethodDescriptionstatic voidWebComponentUtil.assumePowerOfAttorneyIfRequested(OperationResult result, PrismObject<UserType> powerDonor, PageBase pageBase) static <T extends ObjectType>
voidWebModelServiceUtils.deleteObject(Class<T> type, String oid, ModelExecuteOptions options, OperationResult result, PageBase page, PrismObject<UserType> principal) static voidWebComponentUtil.dropPowerOfAttorneyIfRequested(OperationResult result, PrismObject<UserType> powerDonor, PageBase pageBase) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageAdminLTE page, PrismObject<UserType> principal) static voidWebComponentUtil.workItemApproveActionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, CaseWorkItemType workItem, org.apache.wicket.Component formPanel, PrismObject<UserType> powerDonor, boolean approved, OperationResult result, PageBase pageBase) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin
Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.model.LoadableDetachableModel<List<PrismObject<O>>>AbstractPageObjectDetails.createPrismObjectModel(List<PrismObject<UserType>> object) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment with type arguments of type UserTypeModifierConstructorDescriptionGdprAssignmentPanel(String id, org.apache.wicket.model.IModel<PrismObjectWrapper<UserType>> assignmentContainerWrapperModel, ContainerPanelConfigurationType config) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.certification.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component that return types with arguments of type UserTypeMethods in com.evolveum.midpoint.gui.impl.page.admin.certification.component with parameters of type UserTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.admin.certification.component with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.ComponentReviewersTileTablePanel.createTile(String id, org.apache.wicket.model.IModel<Tile<UserType>> model) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.certification.component with type arguments of type UserTypeModifierConstructorDescriptionReviewerTilePanel(String id, org.apache.wicket.model.IModel<Tile<UserType>> model, ReviewerStatisticDto statisticDto) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.component with type arguments of type UserTypeModifierConstructorDescriptionUserOperationalButtonsPanel(String id, LoadableModel<PrismObjectWrapper<UserType>> model, LoadableModel<ExecuteChangeOptionsDto> executeOptionsModel, boolean isSelfProfile) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.focus
Constructors in com.evolveum.midpoint.gui.impl.page.admin.focus with parameters of type UserTypeModifierConstructorDescriptionPageMergeObjects(UserType mergeObject, UserType mergeWithObject, Class<UserType> type) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type UserTypeModifierConstructorDescriptionPageMergeObjects(UserType mergeObject, UserType mergeWithObject, Class<UserType> type) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.role.mining
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining that return types with arguments of type UserTypeModifier and TypeMethodDescriptionstatic @NotNull org.apache.wicket.model.LoadableDetachableModel<PrismObjectWrapper<UserType>>RoleAnalysisWebUtils.loadUserWrapperForMarkAction(@NotNull String userOid, @NotNull PageBase pageBase, @NotNull OperationResult result) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel with type arguments of type UserTypeModifierConstructorDescriptionAccessDistributionDto(@NotNull RoleAnalysisService roleAnalysisService, @NotNull PrismObject<UserType> prismUserObject, @NotNull OperationResult result, @NotNull Task task) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.object
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.object with type arguments of type UserTypeModifier and TypeMethodDescriptionstatic voidRoleAnalysisObjectUtils.resolveMembersOperation(Set<ObjectReferenceType> candidateMembers, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull List<String> userToAssign, @NotNull List<String> userToUnassigned) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return types with arguments of type UserTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected voidPageUser.collectObjectsForPreview(Map<PrismObject<UserType>, ModelContext<? extends ObjectType>> prismObjectModelContextMap) protected UserOperationalButtonsPanelPageUser.createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<UserType>> wrapperModel) protected UserDetailsModelPageUser.createObjectDetailsModels(PrismObject<UserType> object) protected UserDetailsModelPageUserHistory.createObjectDetailsModels(PrismObject<UserType> object) protected org.apache.wicket.markup.html.panel.PanelPageUser.createSummaryPanel(String id, org.apache.wicket.model.IModel<UserType> summaryModel) protected voidPageUser.handleDelegationAssignmentDeltas(ObjectDelta<UserType> focusDelta, List<AssignmentEditorDto> assignments, PrismContainerDefinition<AssignmentType> def) protected voidPageUser.processAdditionalFocalObjectsForPreview(Map<PrismObject<UserType>, ModelContext<? extends ObjectType>> modelContextMap) for now used only for delegation changesConstructor parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type UserTypeModifierConstructorDescriptionPageUser(PrismObject<UserType> user) UserDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<UserType>> prismObjectModel, boolean history, PageBase serviceLocator) UserDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<UserType>> prismObjectModel, PageBase serviceLocator) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.login
Fields in com.evolveum.midpoint.gui.impl.page.login with type parameters of type UserTypeModifier and TypeFieldDescriptionprotected org.apache.wicket.model.IModel<UserType>PageSelfRegistration.userModelMethods in com.evolveum.midpoint.gui.impl.page.login that return UserTypeModifier and TypeMethodDescriptionprotected UserTypePageInvitation.instantiateUser()protected UserTypePageSelfRegistration.instantiateUser()Methods in com.evolveum.midpoint.gui.impl.page.login that return types with arguments of type UserTypeModifier and TypeMethodDescriptionprotected DynamicFormPanel<UserType>PageAbstractFlow.createDynamicPanel(MidpointForm<?> mainForm, Task task) protected DynamicFormPanel<UserType>PageAbstractFlow.getDynamicFormPanel()abstract org.apache.wicket.model.IModel<UserType>PageAbstractFlow.getUserModel()org.apache.wicket.model.IModel<UserType>PageSelfRegistration.getUserModel()protected ObjectDelta<UserType>PageInvitation.prepareUserDelta(Task task, OperationResult result) protected ObjectDelta<UserType>PageSelfRegistration.prepareUserDelta(Task task, OperationResult result) Constructors in com.evolveum.midpoint.gui.impl.page.login with parameters of type UserType -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.login.module
Methods in com.evolveum.midpoint.gui.impl.page.login.module that return UserTypeModifier and TypeMethodDescriptionprotected UserTypePageAbstractAuthenticationModule.searchUser()Methods in com.evolveum.midpoint.gui.impl.page.login.module with parameters of type UserTypeModifier and TypeMethodDescriptionprotected voidPageAbstractAuthenticationModule.validateUserNotNullOrFail(UserType user) Method parameters in com.evolveum.midpoint.gui.impl.page.login.module with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected SecurityPolicyTypePageAbstractAuthenticationModule.resolveSecurityPolicy(PrismObject<UserType> user) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.self
Method parameters in com.evolveum.midpoint.gui.impl.page.self with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected UserOperationalButtonsPanelPageUserSelfProfile.createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<UserType>> wrapperModel) protected UserDetailsModelPageUserSelfProfile.createObjectDetailsModels(PrismObject<UserType> object) -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.self.dashboard
Methods in com.evolveum.midpoint.gui.impl.page.self.dashboard with parameters of type UserType -
Uses of UserType in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Method parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type UserTypeModifier and TypeMethodDescriptionRequestAccess.getAssignableRolesFilter(PrismObject<UserType> focus, PageBase page, Class<? extends AbstractRoleType> targetType) default StringAccessRequestMixin.getDefaultUserDisplayName(PrismObject<UserType> o) -
Uses of UserType in com.evolveum.midpoint.gui.impl.util
Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type UserTypeModifier and TypeMethodDescriptionstatic StringIconAndStylesUtil.createUserIcon(PrismObject<UserType> object) -
Uses of UserType in com.evolveum.midpoint.model.api
Method parameters in com.evolveum.midpoint.model.api with type arguments of type UserTypeModifier and TypeMethodDescriptionModelInteractionService.executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, Task task, OperationResult result) ModelInteractionService.getAuthenticationPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult) Returns an authentications policies as defined in the system configuration security policy. -
Uses of UserType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return UserTypeModifier and TypeMethodDescriptionMidpointFunctions.getUserByOid(String oid) Uses repository service directly, bypassing authorization checking.Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type UserTypeModifier and TypeMethodDescriptionMidpointFunctions.getManagers(UserType user) MidpointFunctions.getManagers(UserType user, String orgType, boolean allowSelf) OrgStructFunctions.getManagers(UserType user, boolean preAuthorized) OrgStructFunctions.getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized) MidpointFunctions.getManagersByOrgType(UserType user, String orgType) OrgStructFunctions.getManagersByOrgType(UserType user, String orgType, boolean preAuthorized) MidpointFunctions.getManagersOfOrg(String orgOid) OrgStructFunctions.getManagersOfOrg(String orgOid, boolean preAuthorized) MidpointFunctions.getMembers(String orgOid) Returns list of memebers of an organization, specified by OID.MidpointFunctions.getRoleMemberUsers(String roleOid, QName relation) Lists all user members of a role (specified by OID), with respect to specified relation.MidpointFunctions.getServiceMemberUsers(String serviceOid, QName relation) Lists all user members of a service (specified by OID), with respect to specified relation.Methods in com.evolveum.midpoint.model.api.expr with parameters of type UserTypeModifier and TypeMethodDescriptionMidpointFunctions.createAccountActivationLink(UserType userType) MidpointFunctions.createInvitationLink(UserType userType) MidpointFunctions.createPasswordResetLink(UserType userType) MidpointFunctions.createRegistrationConfirmationLink(UserType userType) MidpointFunctions.getManagers(UserType user) MidpointFunctions.getManagers(UserType user, String orgType, boolean allowSelf) OrgStructFunctions.getManagers(UserType user, boolean preAuthorized) OrgStructFunctions.getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized) MidpointFunctions.getManagersByOrgType(UserType user, String orgType) OrgStructFunctions.getManagersByOrgType(UserType user, String orgType, boolean preAuthorized) MidpointFunctions.getManagersOids(UserType user) OrgStructFunctions.getManagersOids(UserType user, boolean preAuthorized) MidpointFunctions.getManagersOidsExceptUser(UserType user) OrgStructFunctions.getManagersOidsExceptUser(UserType user, boolean preAuthorized) MidpointFunctions.getOrgUnits(UserType user) MidpointFunctions.getOrgUnits(UserType user, QName relation) OrgStructFunctions.getOrgUnits(UserType user, boolean preAuthorized) OrgStructFunctions.getOrgUnits(UserType user, QName relation, boolean preAuthorized) booleanReturns true if user is a manager of any organizational unit.booleanbooleanMidpointFunctions.isManagerOf(UserType user, String orgOid) Returns true if user is a manager of specified organizational unit.booleanOrgStructFunctions.isManagerOf(UserType user, String orgOid, boolean preAuthorized) booleanMidpointFunctions.isManagerOfOrgType(UserType user, String orgType) booleanOrgStructFunctions.isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized) booleanMidpointFunctions.isMemberOf(UserType user, String orgOid) -
Uses of UserType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return types with arguments of type UserTypeModifier and TypeMethodDescription@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.@Nullable PrismObject<UserType>RoleAnalysisService.getUserTypeObject(@NotNull String oid, @NotNull Task task, @NotNull OperationResult result) Retrieves a PrismObject of UserType object based on its OID.Method parameters in com.evolveum.midpoint.model.api.mining with type arguments of type UserTypeModifier and TypeMethodDescription@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.RoleAnalysisService.extractUserTypeMembers(@NotNull Map<String, PrismObject<UserType>> userExistCache, @Nullable SearchFilterType userFilter, @NotNull Set<String> clusterMembers, @NotNull Task task, @NotNull OperationResult result) Extracts a list of user members from set of RoleType object based on provided parameters.voidRoleAnalysisService.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.RoleAnalysisService.resolveUserAccessDistribution(@NotNull PrismObject<UserType> user, @NotNull Task task, @NotNull OperationResult result) Resolves the distribution of user access based on the user's role assignments.RoleAnalysisService.resolveUserAttributes(@NotNull PrismObject<UserType> prismUser, @NotNull List<RoleAnalysisAttributeDef> attributesForUserAnalysis) RoleAnalysisService.resolveUserValueToMark(@NotNull PrismObject<UserType> prismUser, @NotNull List<RoleAnalysisAttributeDef> itemDef) RoleAnalysisService.userTypeAttributeAnalysis(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet) Performs attribute analysis for user objects.RoleAnalysisService.userTypeAttributeAnalysisCached(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet, @NotNull Task task, @NotNull OperationResult result) -
Uses of UserType in com.evolveum.midpoint.model.impl.controller
Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type UserTypeModifier and TypeMethodDescriptionModelInteractionServiceImpl.executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, Task task, OperationResult parentResult) ModelInteractionServiceImpl.getAuthenticationPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult) -
Uses of UserType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return UserTypeMethods in com.evolveum.midpoint.model.impl.expr that return types with arguments of type UserTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getManagers(UserType user) MidpointFunctionsImpl.getManagers(UserType user, String orgType, boolean allowSelf) OrgStructFunctionsImpl.getManagers(UserType user, boolean preAuthorized) OrgStructFunctionsImpl.getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized) MidpointFunctionsImpl.getManagersByOrgType(UserType user, String orgType) OrgStructFunctionsImpl.getManagersByOrgType(UserType user, String orgType, boolean preAuthorized) MidpointFunctionsImpl.getManagersOfOrg(String orgOid) OrgStructFunctionsImpl.getManagersOfOrg(String orgOid, boolean preAuthorized) MidpointFunctionsImpl.getMembers(String orgOid) MidpointFunctionsImpl.getRoleMemberUsers(String roleOid, QName relation) MidpointFunctionsImpl.getServiceMemberUsers(String serviceOid, QName relation) Methods in com.evolveum.midpoint.model.impl.expr with parameters of type UserTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.createAccountActivationLink(UserType userType) MidpointFunctionsImpl.createInvitationLink(UserType user) MidpointFunctionsImpl.createPasswordResetLink(UserType userType) MidpointFunctionsImpl.createRegistrationConfirmationLink(UserType userType) MidpointFunctionsImpl.getManagers(UserType user) MidpointFunctionsImpl.getManagers(UserType user, String orgType, boolean allowSelf) OrgStructFunctionsImpl.getManagers(UserType user, boolean preAuthorized) OrgStructFunctionsImpl.getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized) MidpointFunctionsImpl.getManagersByOrgType(UserType user, String orgType) OrgStructFunctionsImpl.getManagersByOrgType(UserType user, String orgType, boolean preAuthorized) MidpointFunctionsImpl.getManagersOids(UserType user) OrgStructFunctionsImpl.getManagersOids(UserType user, boolean preAuthorized) Returns a list of user's managers.MidpointFunctionsImpl.getManagersOidsExceptUser(UserType user) OrgStructFunctionsImpl.getManagersOidsExceptUser(UserType user, boolean preAuthorized) MidpointFunctionsImpl.getOrgUnits(UserType user) MidpointFunctionsImpl.getOrgUnits(UserType user, QName relation) OrgStructFunctionsImpl.getOrgUnits(UserType user, boolean preAuthorized) OrgStructFunctionsImpl.getOrgUnits(UserType user, QName relation, boolean preAuthorized) booleanbooleanbooleanMidpointFunctionsImpl.isManagerOf(UserType user, String orgOid) booleanOrgStructFunctionsImpl.isManagerOf(UserType user, String orgOid, boolean preAuthorized) booleanMidpointFunctionsImpl.isManagerOfOrgType(UserType user, String orgType) booleanOrgStructFunctionsImpl.isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized) booleanMidpointFunctionsImpl.isMemberOf(UserType user, String orgOid) -
Uses of UserType in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining that return types with arguments of type UserTypeModifier and TypeMethodDescription@Nullable PrismObject<UserType>RoleAnalysisServiceImpl.cacheUserTypeObject(@NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull String userOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) @Nullable PrismObject<UserType>RoleAnalysisServiceImpl.getUserTypeObject(@NotNull String oid, @NotNull Task task, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.mining with type arguments of type UserTypeModifier and TypeMethodDescription@Nullable PrismObject<UserType>RoleAnalysisServiceImpl.cacheUserTypeObject(@NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull String userOid, @NotNull Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) RoleAnalysisServiceImpl.extractUserTypeMembers(@NotNull Map<String, PrismObject<UserType>> userExistCache, @Nullable SearchFilterType userFilter, @NotNull Set<String> clusterMembers, @NotNull Task task, @NotNull OperationResult result) voidRoleAnalysisServiceImpl.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) RoleAnalysisServiceImpl.resolveUserAccessDistribution(@NotNull PrismObject<UserType> prismUser, @NotNull Task task, @NotNull OperationResult result) RoleAnalysisServiceImpl.resolveUserAttributes(@NotNull PrismObject<UserType> prismUser, @NotNull List<RoleAnalysisAttributeDef> attributesForUserAnalysis) RoleAnalysisServiceImpl.resolveUserValueToMark(@NotNull PrismObject<UserType> prismUser, @NotNull List<RoleAnalysisAttributeDef> itemDef) RoleAnalysisServiceImpl.userTypeAttributeAnalysis(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet) RoleAnalysisServiceImpl.userTypeAttributeAnalysisCached(@NotNull Set<PrismObject<UserType>> prismUsers, Double membershipDensity, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet, @NotNull Task task, @NotNull OperationResult result) -
Uses of UserType in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier that return types with arguments of type UserTypeMethod parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with type arguments of type UserTypeModifier and TypeMethodDescriptionstatic doubleOutliersDetectionUtil.calculateAssignmentAnomalyConfidence(@NotNull RoleAnalysisService roleAnalysisService, @Nullable List<RoleAnalysisAttributeDef> attributesForUserAnalysis, PrismObject<UserType> userTypeObject, int numberOfAllUsersInRepo, @NotNull DetectedAnomalyResultType anomalyResult, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull Task task, @NotNull OperationResult result) static doubleOutliersDetectionUtil.calculateOutlierRoleAssignmentFrequencyConfidence(@NotNull AttributeAnalysisCache analysisCache, @NotNull PrismObject<UserType> prismUser, int allRolesForGroup) Constructor parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with type arguments of type UserTypeModifierConstructorDescriptionOutlierAnalyzeModel(@NotNull OutlierDetectionBasicModel basicModel, @NotNull PrismObject<UserType> userObject, @NotNull ObjectReferenceType analyzedObjectRef) -
Uses of UserType in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.explanation
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.explanation that return types with arguments of type UserTypeModifier and TypeMethodDescriptionprotected static PrismObjectDefinition<UserType>ExplanationUtil.getUserDefinition() -
Uses of UserType in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.outline
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.outline that return types with arguments of type UserType -
Uses of UserType in com.evolveum.midpoint.model.impl.mining.analysis
Method parameters in com.evolveum.midpoint.model.impl.mining.analysis with type arguments of type UserTypeModifier and TypeMethodDescriptionstatic voidAttributeAnalysisUtil.processUserItemPathsNew(@NotNull RoleAnalysisServiceImpl roleAnalysisService, @NotNull Set<PrismObject<UserType>> prismUsers, @NotNull List<RoleAnalysisAttributeDef> itemDef, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructures, @NotNull Task task, @NotNull OperationResult result) static voidAttributeAnalysisUtil.processUserItemPathsNewCache(@NotNull RoleAnalysisServiceImpl roleAnalysisService, @NotNull Set<PrismObject<UserType>> prismUsers, @NotNull List<RoleAnalysisAttributeDef> itemDef, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructures, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull Task task, @NotNull OperationResult result) static voidAttributeAnalysisUtil.runUserAttributeAnalysis(@NotNull RoleAnalysisServiceImpl roleAnalysisService, @NotNull Set<PrismObject<UserType>> prismUsers, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructures, @NotNull Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet) static voidAttributeAnalysisUtil.runUserAttributeAnalysisCached(@NotNull RoleAnalysisServiceImpl roleAnalysisService, @NotNull Set<PrismObject<UserType>> prismUsers, @NotNull List<AttributeAnalysisStructure> attributeAnalysisStructures, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull Task task, @NotNull OperationResult result, @NotNull List<RoleAnalysisAttributeDef> attributeDefSet) -
Uses of UserType in com.evolveum.midpoint.model.impl.mining.chunk
Method parameters in com.evolveum.midpoint.model.impl.mining.chunk with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected voidBasePrepareAction.resolveUserTypeChunkCompress(@NotNull RoleAnalysisService roleAnalysisService, @NotNull com.google.common.collect.ListMultimap<List<String>, String> compressedUsers, int allRolesInMiningStructureSize, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull List<MiningUserTypeChunk> miningUserTypeChunks) protected voidBasePrepareAction.resolveUserTypeChunkExpand(@NotNull RoleAnalysisService roleAnalysisService, @NotNull com.google.common.collect.ListMultimap<String, String> expandedUsersMap, int allRolesInMiningStructureSize, @NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull List<MiningUserTypeChunk> miningUserTypeChunks, @Nullable DisplayValueOption option) -
Uses of UserType in com.evolveum.midpoint.ninja.action.mining.generator.context
Methods in com.evolveum.midpoint.ninja.action.mining.generator.context that return UserTypeModifier and TypeMethodDescriptionThis method is responsible for building a UserType object with specific attributes.Methods in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type UserTypeModifier and TypeMethodDescriptionvoidRbacBasicStructure.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.Contractor.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.IrregularUserType.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.ManagerUserType.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.RegularUserType.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.SalesUserType.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.SecurityOfficer.additionalChanges(UserType user) voidRbacObjectCategoryBuilder.SemiRegularUserType.additionalChanges(UserType user) protected static voidRbacObjectCategoryBuilder.additionalChangesOnAllUsers(UserType user) static voidRbacObjectCategoryProcessor.assignPrimaryAccessByCategory(@NotNull UserType user, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull GeneratorOptions generatorOptions) This method is responsible for building a UserType object with specific attributes.static voidRbacObjectCategoryProcessor.generateRbacObject(@NotNull UserType user, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull GeneratorOptions generatorOptions) static voidImportAction.importUserAndResolveAuxRoles(@NotNull UserType user, @NotNull RepositoryService repositoryService, @NotNull GeneratorOptions generatorOptions, @NotNull OperationResult result, @NotNull Log log) static voidRbacGeneratorUtils.setUpArchetypeUser(@NotNull UserType user, @NotNull String archetypeOid) Creates an assignment of type ArchetypeType with the provided OID. -
Uses of UserType in com.evolveum.midpoint.repo.sqale.qmodel.focus
Methods in com.evolveum.midpoint.repo.sqale.qmodel.focus with parameters of type UserTypeModifier and TypeMethodDescription@NotNull MUserQUserMapping.toRowObjectWithoutFullObject(UserType user, JdbcSession jdbcSession) -
Uses of UserType in com.evolveum.midpoint.security.api
Method parameters in com.evolveum.midpoint.security.api with type arguments of type UserTypeModifier and TypeMethodDescriptiondefault <T> TSecurityContextManager.runAsChecked(SecurityContextManager.ResultAwareCheckedProducer<T> producer, PrismObject<? extends UserType> newPrincipalObject, OperationResult result) Convenience method to deal with producers that can throw anyCommonException. -
Uses of UserType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return types with arguments of type UserTypeModifier and TypeMethodDescriptionTask.getRequestee()Gets the requestee OID - typically an identification of account owner (for notifications).Method parameters in com.evolveum.midpoint.task.api with type arguments of type UserType -
Uses of UserType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return types with arguments of type UserTypeMethod parameters in com.evolveum.midpoint.task.api.test with type arguments of type UserTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.setRequesteeTransient(PrismObject<UserType> user) -
Uses of UserType in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return UserTypeMethods in com.evolveum.midpoint.web.component.assignment with parameters of type UserTypeModifier and TypeMethodDescriptionstatic AssignmentEditorDtoAssignmentEditorDto.createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner) voidAssignmentEditorDto.setDelegationOwner(UserType delegationOwner) Constructors in com.evolveum.midpoint.web.component.assignment with parameters of type UserTypeModifierConstructorDescriptionAssignmentEditorDto(UserDtoStatus status, AssignmentType assignment, PageBase pageBase, UserType delegationOwner) -
Uses of UserType in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases that return types with arguments of type UserTypeModifier and TypeMethodDescriptionCaseWorkItemActionsPanel.getPowerDonor()protected PrismObject<UserType>PageCaseWorkItem.getPowerDonor()Methods in com.evolveum.midpoint.web.page.admin.cases with parameters of type UserTypeModifier and TypeMethodDescriptionprotected WorkItemDelegationRequestTypeCaseWorkItemActionsPanel.getDelegationRequest(UserType delegate) -
Uses of UserType in com.evolveum.midpoint.web.page.admin.users
Methods in com.evolveum.midpoint.web.page.admin.users that return types with arguments of type UserTypeModifier and TypeMethodDescriptionPageUsers.isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<UserType>> selectedObject) This method check selection in table.Method parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type UserTypeModifier and TypeMethodDescriptionPageUsers.isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<UserType>> selectedObject) This method check selection in table. -
Uses of UserType in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component that return types with arguments of type UserTypeModifier and TypeMethodDescriptionprotected List<SummaryTag<UserType>>UserSummaryPanel.getSummaryTagComponentList()Constructor parameters in com.evolveum.midpoint.web.page.admin.users.component with type arguments of type UserTypeModifierConstructorDescriptionUserSummaryPanel(String id, org.apache.wicket.model.IModel<UserType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of UserType in com.evolveum.midpoint.web.page.self
Methods in com.evolveum.midpoint.web.page.self that return types with arguments of type UserTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<UserType>PagePostAuthentication.getUserModel() -
Uses of UserType in com.evolveum.midpoint.web.page.self.component
Method parameters in com.evolveum.midpoint.web.page.self.component with type arguments of type UserTypeModifier and TypeMethodDescriptionSecurityQuestionsPanel.createUsersSecurityQuestionsList(PrismObject<UserType> user) -
Uses of UserType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type UserTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return UserTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type UserTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type UserType -
Uses of UserType 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 UserTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return UserTypeModifier and TypeMethodDescriptionUserType.activation(ActivationType value) UserType.additionalName(PolyStringType value) UserType.additionalName(String value) UserType.adminGuiConfiguration(AdminGuiConfigurationType value) UserType.archetypeRef(ObjectReferenceType value) UserType.archetypeRef(String oid, QName type) UserType.archetypeRef(String oid, QName type, QName relation) UserType.assignment(AssignmentType value) UserType.behavior(BehaviorType value) UserType.clone()UserType.costCenter(String value) ObjectFactory.createUserType()UserType.credentials(CredentialsType value) UserType.delegatedRef(ObjectReferenceType value) UserType.delegatedRef(String oid, QName type) UserType.delegatedRef(String oid, QName type, QName relation) UserType.description(String value) UserType.diagnosticInformation(DiagnosticInformationType value) UserType.documentation(String value) UserType.effectiveMarkRef(ObjectReferenceType value) UserType.effectiveMarkRef(String oid, QName type) UserType.effectiveMarkRef(String oid, QName type, QName relation) UserType.effectiveOperationPolicy(ObjectOperationPolicyType value) UserType.emailAddress(String value) UserType.employeeNumber(String value) UserType.extension(ExtensionType value) UserType.familyName(PolyStringType value) UserType.familyName(String value) UserType.fetchResult(OperationResultType value) UserType.fullName(PolyStringType value) UserType.givenName(PolyStringType value) UserType.honorificPrefix(PolyStringType value) UserType.honorificPrefix(String value) UserType.honorificSuffix(PolyStringType value) UserType.honorificSuffix(String value) UserType.identities(FocusIdentitiesType value) UserType.indestructible(Boolean value) UserType.iterationToken(String value) UserType.jpegPhoto(byte[] value) UserType.lensContext(LensContextType value) UserType.lifecycleState(String value) UserType.linkRef(ObjectReferenceType value) UserType.locality(PolyStringType value) UserType.metadata(MetadataType value) UserType.name(PolyStringType value) UserType.nickName(PolyStringType value) UserType.operationExecution(OperationExecutionType value) UserType.organization(PolyStringType value) UserType.organization(String value) UserType.organizationalUnit(PolyStringType value) UserType.organizationalUnit(String value) UserType.parentOrgRef(ObjectReferenceType value) UserType.parentOrgRef(String oid, QName type) UserType.parentOrgRef(String oid, QName type, QName relation) UserType.personalNumber(String value) UserType.personaRef(ObjectReferenceType value) UserType.personaRef(String oid, QName type) UserType.personaRef(String oid, QName type, QName relation) UserType.policyException(PolicyExceptionType value) UserType.policySituation(String value) UserType.policyStatement(PolicyStatementType value) UserType.preferredLanguage(String value) UserType.roleInfluenceRef(ObjectReferenceType value) UserType.roleInfluenceRef(String oid, QName type) UserType.roleInfluenceRef(String oid, QName type, QName relation) UserType.roleMembershipRef(ObjectReferenceType value) UserType.roleMembershipRef(String oid, QName type) UserType.roleMembershipRef(String oid, QName type, QName relation) UserType.telephoneNumber(String value) UserType.tenantRef(ObjectReferenceType value) UserType.title(PolyStringType value) UserType.trigger(TriggerType value) UserType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type UserTypeModifier and TypeMethodDescriptionUserType.asPrismObject()jakarta.xml.bind.JAXBElement<UserType>ObjectFactory.createUser(UserType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type UserTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UserType>ObjectFactory.createUser(UserType value) -
Uses of UserType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as UserTypeMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return UserTypeModifier and TypeMethodDescriptionFindShadowOwnerResponseType.beginUser()FindShadowOwnerResponseType.getUser()Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type UserTypeModifier and TypeMethodDescriptionvoid