Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.UserType
Packages that use UserType
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
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> T
PageAdminLTE.runAsChecked
(com.evolveum.midpoint.security.api.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 void
WebComponentUtil.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 void
WebComponentUtil.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 void
WebComponentUtil.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.abstractrole.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with type arguments of type UserTypeModifier and TypeMethodDescriptionvoid
CandidateAssignPanel.performAddOperation
(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget, org.apache.wicket.model.IModel<SelectableBean<UserType>> iModel) -
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.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.model
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model that return types with arguments of type UserTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type UserTypeModifier and TypeMethodDescriptionvoid
BusinessRoleDto.setPrismObjectUser
(PrismObject<UserType> prismObjectUser) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type UserTypeModifierConstructorDescriptionBusinessRoleDto
(@NotNull PrismObject<UserType> prismObjectUser, @NotNull PrismObject<RoleType> prismObjectRole, PageBase pageBase) BusinessRoleDto
(PrismObject<UserType> prismObjectUser, PrismObject<RoleType> prismRoleObject, List<ObjectDelta<? extends ObjectType>> objectDeltas, int assignedCount, int unassignedCount, boolean include) -
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 void
PageUser.collectObjectsForPreview
(Map<PrismObject<UserType>, ModelContext<? extends ObjectType>> prismObjectModelContextMap) protected UserOperationalButtonsPanel
PageUser.createButtonsPanel
(String id, LoadableModel<PrismObjectWrapper<UserType>> wrapperModel) protected UserDetailsModel
PageUser.createObjectDetailsModels
(PrismObject<UserType> object) protected UserDetailsModel
PageUserHistory.createObjectDetailsModels
(PrismObject<UserType> object) protected org.apache.wicket.markup.html.panel.Panel
PageUser.createSummaryPanel
(String id, org.apache.wicket.model.IModel<UserType> summaryModel) protected void
PageUser.handleDelegationAssignmentDeltas
(ObjectDelta<UserType> focusDelta, List<AssignmentEditorDto> assignments, PrismContainerDefinition<AssignmentType> def) protected void
PageUser.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.userModel
Methods in com.evolveum.midpoint.gui.impl.page.login that return UserTypeModifier and TypeMethodDescriptionprotected UserType
PageInvitation.instantiateUser()
protected UserType
PageSelfRegistration.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, com.evolveum.midpoint.task.api.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
(com.evolveum.midpoint.task.api.Task task, OperationResult result) protected ObjectDelta<UserType>
PageSelfRegistration.prepareUserDelta
(com.evolveum.midpoint.task.api.Task task, OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.login with parameters of type UserTypeModifier and TypeMethodDescriptionprotected boolean
PageSelfRegistration.isSelfRegistrationAllowedFor
(UserType type) 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 UserType
PageAbstractAuthenticationModule.searchUser()
Method parameters in com.evolveum.midpoint.gui.impl.page.login.module with type arguments of type UserTypeModifier and TypeMethodDescriptionprotected SecurityPolicyType
PageAbstractAuthenticationModule.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 UserDetailsModel
PageUserSelfProfile.createObjectDetailsModels
(PrismObject<UserType> object) -
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 TypeMethodDescriptiondefault String
AccessRequestMixin.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 String
IconAndStylesUtil.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelInteractionService.getAuthenticationPolicy
(PrismObject<UserType> user, com.evolveum.midpoint.task.api.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) 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) boolean
Returns true if user is a manager of any organizational unit.boolean
boolean
MidpointFunctions.isManagerOf
(UserType user, String orgOid) Returns true if user is a manager of specified organizational unit.boolean
OrgStructFunctions.isManagerOf
(UserType user, String orgOid, boolean preAuthorized) boolean
MidpointFunctions.isManagerOfOrgType
(UserType user, String orgType) boolean
OrgStructFunctions.isManagerOfOrgType
(UserType user, String orgType, boolean preAuthorized) boolean
MidpointFunctions.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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) 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 com.evolveum.midpoint.task.api.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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) 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 ObjectFilter userFilter, @NotNull Set<String> clusterMembers, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Extracts a list of user members from set of RoleType object based on provided parameters. -
Uses of UserType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type UserTypeModifier and TypeMethodDescriptionstatic ProtectedStringType
FocusTypeUtil.getPasswordValue
(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 AssignmentEditorDto
AssignmentEditorDto.createDtoAddFromSelectedObject
(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner) void
AssignmentEditorDto.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 WorkItemDelegationRequestType
CaseWorkItemActionsPanel.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()
ObjectFactory.createUserType()
FindShadowOwnerResponseType.getUser()
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type UserTypeModifier and TypeMethodDescriptionvoid