Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType
Packages that use FocusType
Package
Description
-
Uses of FocusType in com.evolveum.midpoint.audit.api
Method parameters in com.evolveum.midpoint.audit.api with type arguments of type FocusTypeModifier and TypeMethodDescriptionvoidAuditEventRecord.setAttorney(PrismObject<? extends FocusType> attorney) voidAuditEventRecord.setEffectivePrincipal(@Nullable PrismObject<? extends FocusType> object) voidAuditEventRecord.setInitiator(PrismObject<? extends FocusType> initiator) voidAuditEventRecord.setInitiatorAndLoginParameter(PrismObject<? extends FocusType> initiator) voidAuditEventRecord.setTargetOwner(PrismObject<? extends FocusType> targetOwner) -
Uses of FocusType in com.evolveum.midpoint.authentication.api
Methods in com.evolveum.midpoint.authentication.api with type parameters of type FocusTypeModifier and TypeMethodDescriptionOtpManager.createOtpAuthUrl(PrismObject<F> focus, OtpCredentialType credential, Task task, OperationResult result) Create OTP auth URL for the given credential.<F extends FocusType>
OtpCredentialTypeOtpManager.createOtpCredential(PrismObject<F> focus, Task task, OperationResult result) Create new OTP credential for the focus object.<F extends FocusType>
booleanOtpManager.isOtpAvailable(PrismObject<F> focus, Task task, OperationResult result) Check if OTP authentication module is available for the focus object.<F extends FocusType>
SecurityPolicyTypeSecurityPolicyFinder.locateSecurityPolicyForFocus(PrismObject<F> focus, PrismObject<SystemConfigurationType> systemConfiguration, @NotNull Task task, @NotNull OperationResult result) Locate security policy for given focus.<F extends FocusType>
booleanOtpManager.verifyOtpCredential(PrismObject<F> focus, OtpCredentialType credential, int code, Task task, OperationResult result) Verify the provided OTP code against the secret in the credential. -
Uses of FocusType in com.evolveum.midpoint.authentication.api.config
Methods in com.evolveum.midpoint.authentication.api.config that return FocusType -
Uses of FocusType in com.evolveum.midpoint.authentication.api.evaluator.context
Methods in com.evolveum.midpoint.authentication.api.evaluator.context that return types with arguments of type FocusTypeConstructor parameters in com.evolveum.midpoint.authentication.api.evaluator.context with type arguments of type FocusTypeModifierConstructorDescriptionAbstractAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) AttributeVerificationAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<ItemPath, String> attributeValuesMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) FocusIdentificationAuthenticationContext(Map<ItemPath, String> values, Class<? extends FocusType> principalType, List<ModuleItemConfigurationType> config, AuthenticationChannel channel) NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) PasswordAuthenticationContext(String username, String password, Class<? extends FocusType> principalType) PasswordAuthenticationContext(String username, String password, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignments, AuthenticationChannel channel) PreAuthenticationContext(String username, Class<? extends FocusType> principalType) PreAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) SecurityQuestionsAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<String, String> questionAnswerMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) -
Uses of FocusType in com.evolveum.midpoint.authentication.api.util
Methods in com.evolveum.midpoint.authentication.api.util that return FocusTypeModifier and TypeMethodDescriptionstatic @NotNull FocusTypeAuthUtil.getPrincipalObjectRequired()Methods in com.evolveum.midpoint.authentication.api.util with parameters of type FocusTypeModifier and TypeMethodDescriptionAuthUtil.findAuthAttemptDataForModule(ConnectionEnvironment connectionEnvironment, FocusType focus) AuthUtil.findOrCreateAuthenticationAttemptDataFoModule(ConnectionEnvironment connectionEnvironment, FocusType focus) AuthUtil.getBehavioralDataForSequence(FocusType focus, String sequenceId) AuthUtil.getOrCreateBehavioralDataForSequence(FocusType focus, String sequenceId) -
Uses of FocusType in com.evolveum.midpoint.common.mining.objects.analysis
Method parameters in com.evolveum.midpoint.common.mining.objects.analysis with type arguments of type FocusTypeModifier and TypeMethodDescriptionstatic @NotNull RoleAnalysisAttributeDefRoleAnalysisAttributeDef.getRoleAnalysisArchetypeDef(Class<? extends FocusType> parentType) Constructor parameters in com.evolveum.midpoint.common.mining.objects.analysis with type arguments of type FocusTypeModifierConstructorDescriptionRoleAnalysisAttributeDef(ItemPath path, ItemDefinition<?> definition, Class<? extends FocusType> parentType) -
Uses of FocusType in com.evolveum.midpoint.gui.api.component
Classes in com.evolveum.midpoint.gui.api.component with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFocusTypeAssignmentPopupTabPanel<F extends FocusType>Created by honcharMethods in com.evolveum.midpoint.gui.api.component with type parameters of type FocusTypeModifier and TypeMethodDescriptionprotected <O extends FocusType>
PrismObject<O>FocusTypeAssignmentPopupTabPanel.getTargetedAssignmentObject() -
Uses of FocusType in com.evolveum.midpoint.gui.api.component.otp
Classes in com.evolveum.midpoint.gui.api.component.otp with type parameters of type FocusTypeModifier and TypeClassDescriptionclassEditOtpPopupPanel<F extends FocusType>classOtpListPanel<F extends FocusType>classclassOtpPopupPanel<F extends FocusType>Methods in com.evolveum.midpoint.gui.api.component.otp with type parameters of type FocusTypeModifier and TypeMethodDescriptionOtpPanel.createPanel(@NotNull String id, @NotNull org.apache.wicket.model.IModel<F> focusModel, @NotNull org.apache.wicket.model.IModel<OtpCredentialType> model) OtpPanel.createPanelForWrapper(@NotNull String id, @NotNull org.apache.wicket.model.IModel<F> focusModel, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<OtpCredentialType>> model) Constructor parameters in com.evolveum.midpoint.gui.api.component.otp with type arguments of type FocusTypeModifierConstructorDescriptionFocusOtpListPanel(String id, org.apache.wicket.model.IModel<FocusType> model) -
Uses of FocusType in com.evolveum.midpoint.gui.api.component.password
Methods in com.evolveum.midpoint.gui.api.component.password with type parameters of type FocusTypeModifier and TypeMethodDescriptionprotected <F extends FocusType>
ValuePolicyTypePasswordPanel.getValuePolicy()protected <F extends FocusType>
voidPasswordPanel.initLayout()protected <F extends FocusType>
voidPasswordPropertyPanel.initLayout()Methods in com.evolveum.midpoint.gui.api.component.password that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>PasswordPanel.getPrismObject() -
Uses of FocusType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return FocusTypeMethods in com.evolveum.midpoint.gui.api.page that return types with arguments of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <T extends FocusType>
org.apache.wicket.request.resource.IResourceWebComponentUtil.createJpegPhotoResource(PrismObject<T> object) static <T extends FocusType>
org.apache.wicket.request.resource.IResourceWebComponentUtil.createJpegPhotoResource(ObjectReferenceType ref, PageBase pageBase) WebComponentUtil.getLocale()Deprecated.Methods in com.evolveum.midpoint.gui.api.util that return FocusTypeMethods in com.evolveum.midpoint.gui.api.util with parameters of type FocusTypeModifier and TypeMethodDescriptionstatic org.apache.wicket.request.resource.IResourceWebComponentUtil.createJpegPhotoResource(FocusType focus) static <C extends Containerable>
GuiObjectListViewTypeWebComponentUtil.getPrincipalUserObjectListView(PageAdminLTE parentPage, FocusType principalFocus, @NotNull Class<C> viewType, boolean createIfNotExist, String defaultIdentifier) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type FocusTypeModifier and TypeMethodDescriptionstatic TaskWebModelServiceUtils.createSimpleTask(String operation, PrismObject<? extends FocusType> owner, TaskManager manager) static TaskWebModelServiceUtils.createSimpleTask(String operation, String channel, PrismObject<? extends FocusType> owner, TaskManager manager) WebComponentUtil.getAssignableRelationsList(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, Task task, PageBase pageBase) static ObjectFilterWebComponentUtil.getAssignableRolesFilter(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, Task task, PageBase pageBase) static ObjectFilterWebComponentUtil.getAssignableRolesFilter(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, QName relation, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, Task task, PageBase pageBase) static CredentialsPolicyTypeWebComponentUtil.getPasswordCredentialsPolicy(PrismObject<? extends FocusType> focus, PageAdminLTE parentPage, Task task) static <T> TWebComponentUtil.runUnderPowerOfAttorneyIfNeeded(CheckedProducer<T> producer, PrismObject<? extends FocusType> powerDonor, PageBase pageBase, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.gui.impl.component.data.column.icon
Classes in com.evolveum.midpoint.gui.impl.component.data.column.icon with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.impl.component.data.provider
Classes in com.evolveum.midpoint.gui.impl.component.data.provider with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionprotected MainObjectListPanel<FocusType>AbstractRoleMemberPanel.getMemberTable()protected TileTablePanel<TemplateTile<SelectableBean<FocusType>>,SelectableBean<FocusType>> GovernanceCardsPanel.getMemberTileTable()protected TileTablePanel<TemplateTile<SelectableBean<FocusType>>,SelectableBean<FocusType>> GovernanceCardsPanel.getMemberTileTable()GovernanceCardsPanel.getSearchableType() -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType with type parameters of type FocusTypeModifier and TypeMethodDescriptionprotected <F extends FocusType>
PrismObject<F>AbstractAssignmentTypePanel.loadTargetObject(AssignmentType assignmentType) -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment
Classes in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.component with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.focus
Classes in com.evolveum.midpoint.gui.impl.page.admin.focus with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFocusDetailsModels<F extends FocusType>classFocusMarkPanel<F extends FocusType,FDM extends FocusDetailsModels<F>> classPageFocusDetails<F extends FocusType,FDM extends FocusDetailsModels<F>> -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.focus.component with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFocusActivationPanel<F extends FocusType,FDM extends FocusDetailsModels<F>> classFocusCasesPanel<F extends FocusType>classFocusCredentialsPanel<F extends FocusType,FDM extends FocusDetailsModels<F>> classFocusHistoryPanel<F extends FocusType>Created by honchar.classFocusPasswordPanel<F extends FocusType,FDM extends FocusDetailsModels<F>> classFocusProjectionsPanel<F extends FocusType>classFocusTriggersPanel<F extends FocusType,FDM extends FocusDetailsModels<F>> Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus.component with type arguments of type FocusTypeModifier and TypeMethodDescriptionintFocusOtpsMenuLinkCounter.count(AssignmentHolderDetailsModel<FocusType> model, PageBase pageBase) -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.role.mining
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <F extends FocusType,CH extends MiningBaseTypeChunk>
voidRoleAnalysisWebUtils.fillCandidateList(@NotNull Class<F> type, @NotNull Set<ObjectReferenceType> candidateList, @NotNull List<CH> miningSimpleChunk) static <F extends FocusType>
@NotNull Set<ObjectReferenceType>RoleAnalysisWebUtils.transformToObjectRefSet(@NotNull Class<F> type, @NotNull Set<String> allMembers) -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.tmp.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.tmp.panel with type arguments of type FocusTypeModifierConstructorDescriptionRoleAnalysisAttributeAnalysisDto(RoleAnalysisAttributeAnalysisType analysis, Class<? extends FocusType> type) -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.lostusername
Classes in com.evolveum.midpoint.gui.impl.page.lostusername with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.gui.impl.page.self.credentials
Classes in com.evolveum.midpoint.gui.impl.page.self.credentials with type parameters of type FocusTypeModifier and TypeClassDescriptionclassChangePasswordPanel<F extends FocusType>classPropagatePasswordPanel<F extends FocusType> -
Uses of FocusType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with type parameters of type FocusTypeModifier and TypeMethodDescriptionIconAndStylesUtil.getIconEnabledDisabled(PrismObject<F> object) -
Uses of FocusType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
NonceCredentialsPolicyTypeModelInteractionService.determineNonceCredentialsPolicy(PrismObject<F> user, String credentialsName, Task task, OperationResult result) default <F extends FocusType>
SecurityPolicyTypeModelInteractionService.getSecurityPolicy(PrismObject<F> focus, String archetypeOid, Task task, OperationResult parentResult) Returns security policy for given focus (if specified) or for archetype (if specified), or the global one.Methods in com.evolveum.midpoint.model.api that return FocusTypeModifier and TypeMethodDescription@Nullable FocusTypeActivitySubmissionOptions.owner()Returns the value of theownerrecord component.Methods in com.evolveum.midpoint.model.api that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>ModelService.searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) Returns the Focus object representing owner of specified shadow.Methods in com.evolveum.midpoint.model.api with parameters of type FocusTypeModifier and TypeMethodDescriptionvoidModelAuditRecorder.auditLoginFailure(String username, FocusType focus, ConnectionEnvironment connEnv, String message) Method parameters in com.evolveum.midpoint.model.api with type arguments of type FocusTypeModifier and TypeMethodDescriptionModelInteractionService.assumePowerOfAttorney(PrismObject<? extends FocusType> donor, Task task, OperationResult result) ModelInteractionService.getCredentialsPolicy(PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) Returns a credential policy that applies to the specified user.ModelInteractionService.getFlowPolicy(PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) Returns a policy for registration, e.g. type of the supported registrations (self, social,...)@Nullable SecurityPolicyTypeModelInteractionService.getSecurityPolicy(@Nullable PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) Returns security policy for given focus (or global policy if the focus is not specified).voidModelInteractionService.refreshPrincipal(String oid, Class<? extends FocusType> clazz) <T> TModelInteractionService.runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, Task task, OperationResult result) default <T> TModelInteractionService.runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, Task task, OperationResult result) Constructors in com.evolveum.midpoint.model.api with parameters of type FocusTypeModifierConstructorDescriptionActivitySubmissionOptions(@Nullable TaskType taskTemplate, @NotNull String[] archetypes, @Nullable FocusType owner) Creates an instance of aActivitySubmissionOptionsrecord class. -
Uses of FocusType in com.evolveum.midpoint.model.api.authentication
Method parameters in com.evolveum.midpoint.model.api.authentication with type arguments of type FocusTypeModifier and TypeMethodDescriptionGuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) Constructors in com.evolveum.midpoint.model.api.authentication with parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.model.api.correlation
Classes in com.evolveum.midpoint.model.api.correlation with type parameters of type FocusTypeModifier and TypeClassDescriptionclassCorrelationCaseDescription<F extends FocusType>Describes a correlation case, typically when it's going to be presented to the user.static classMethods in com.evolveum.midpoint.model.api.correlation that return FocusTypeMethods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionCorrelationService.findLinkedOrCorrelatedFocus(ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition typeDef, @NotNull CorrelationDefinitionType correlationDef, @NotNull Task task, OperationResult result) Find focus, which is either linked or correlated with given shadow.Methods in com.evolveum.midpoint.model.api.correlation with parameters of type FocusTypeModifier and TypeMethodDescription@NotNull CompleteCorrelationResultCorrelationService.correlate(@NotNull FocusType preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @NotNull CorrelatorDiscriminator discriminator, @NotNull Task task, @NotNull OperationResult result) Correlates the provided (partial) focus object to a set of candidate matches. -
Uses of FocusType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type FocusTypeModifier and TypeMethodDescription@NotNull ConfidenceCorrelator.checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Checks whether the provided candidate focus object is the owner for given resource object.@NotNull CorrelationExplanationCorrelator.explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result) Explains how the correlator came to a given candidate owner (and the specific confidence value of it).Method parameters in com.evolveum.midpoint.model.api.correlator with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>Correlator.getCorrelationPropertiesDefinitions(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) Returns the correlation properties this correlator uses to do the correlation. -
Uses of FocusType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
ShadowPurposeTypeMidpointFunctions.computeDefaultProjectionPurpose(F focus, ShadowType shadow, ResourceType resource) Default function used to compute projection purpose.MidpointFunctions.findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType resourceObject, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) Finds candidate owners using defined correlation rules.MidpointFunctions.getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow) Deprecated.<F extends FocusType>
booleanMidpointFunctions.isDirectlyAssigned(F focusType, ObjectType target) <F extends FocusType>
booleanMidpointFunctions.isDirectlyAssigned(F focus, String targetOid) Returns `true` if `focus` has a `assignment` with `targetRef.OID` being equal to `targetOid`.<F extends FocusType>
voidRecomputes focal object with the specified OID.<F extends FocusType>
PrismObject<F>MidpointFunctions.searchShadowOwner(String accountOid) Methods in com.evolveum.midpoint.model.api.expr with parameters of type FocusTypeModifier and TypeMethodDescriptiondefault ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent) MidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) Null values of resource oid, kind, and intent mean "any".default @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid) @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctions.getPlaintextUserPassword(FocusType user) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type FocusTypeModifier and TypeMethodDescriptionMidpointFunctions.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> deltas) -
Uses of FocusType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return types with arguments of type FocusTypeModifier and TypeMethodDescription@NotNull List<PrismObject<FocusType>>RoleAnalysisService.getAsFocusObjects(@Nullable List<ObjectReferenceType> references, @NotNull Task task, @NotNull OperationResult result) Retrieves a list of FocusType objects based on a list of ObjectReferenceType references.@Nullable PrismObject<FocusType>RoleAnalysisService.getFocusTypeObject(@NotNull String oid, @NotNull Task task, @NotNull OperationResult result) Retrieves a PrismObject of FocusType object based on its OID.Methods in com.evolveum.midpoint.model.api.mining with parameters of type FocusTypeModifier and TypeMethodDescriptionRoleAnalysisService.resolveFocusObjectIconColor(@NotNull FocusType focusObject, @NotNull Task task, @NotNull OperationResult result) Resolves the focus object icon color based on the provided focus object archetype.voidRoleAnalysisService.setCandidateRoleOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrism, @NotNull RoleAnalysisCandidateRoleType candidateRoleContainer, @NotNull String taskOid, @Nullable OperationResultStatusType operationResultStatusType, @Nullable String message, @NotNull OperationResult result, Task task, @NotNull RoleAnalysisOperationType operationType, @Nullable FocusType focus) Sets the operation status of a candidate role within the specified role analysis cluster. -
Uses of FocusType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type FocusTypeModifier and TypeMethodDescriptionstatic booleanAuthenticationEvaluatorUtil.checkRequiredAssignmentTargets(@NotNull FocusType focus, List<ObjectReferenceType> requiredTargetRefs) Checks whether focus has all the required abstract roles assigned (directly or indirectly - see MID-8123).static @NotNull Collection<String>DeputyUtils.getDelegatorOids(@NotNull FocusType focus, @NotNull RelationRegistry relationRegistry) static @NotNull Collection<PrismReferenceValue>DeputyUtils.getDelegatorReferences(@NotNull FocusType focus, @NotNull RelationRegistry relationRegistry) static booleanDeputyUtils.isDelegationPresent(@NotNull FocusType deputy, @NotNull String delegatorOid, @NotNull RelationRegistry relationRegistry) -
Uses of FocusType in com.evolveum.midpoint.model.common.stringpolicy
Classes in com.evolveum.midpoint.model.common.stringpolicy with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.model.impl
Method parameters in com.evolveum.midpoint.model.impl with type arguments of type FocusTypeModifier and TypeMethodDescriptionvoidFocusComputer.recompute(PrismObject<? extends FocusType> focusObject, LifecycleStateModelType lifecycleModel) -
Uses of FocusType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
NonceCredentialsPolicyTypeModelInteractionServiceImpl.determineNonceCredentialsPolicy(PrismObject<F> focus, String nonceCredentialName, Task task, OperationResult parentResult) Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>ModelController.searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type FocusTypeModifier and TypeMethodDescriptionModelInteractionServiceImpl.assumePowerOfAttorney(PrismObject<? extends FocusType> donor, Task task, OperationResult result) ModelInteractionServiceImpl.getCredentialsPolicy(PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) ModelInteractionServiceImpl.getFlowPolicy(PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) ModelInteractionServiceImpl.getSecurityPolicy(@Nullable PrismObject<? extends FocusType> focus, Task task, OperationResult parentResult) voidModelInteractionServiceImpl.refreshPrincipal(String oid, Class<? extends FocusType> clazz) <T> TModelInteractionServiceImpl.runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
ObjectTemplateTypeCorrelationServiceImpl.determineObjectTemplate(@Nullable String explicitArchetypeOid, @Nullable FocusType preFocus, @Nullable Class<F> objectType, @NotNull Task task, @NotNull OperationResult result) Determines object template from pre-focus or from archetype reference.Methods in com.evolveum.midpoint.model.impl.correlation that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionCorrelationServiceImpl.findLinkedOrCorrelatedFocus(ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition typeDef, @NotNull CorrelationDefinitionType correlationDef, @NotNull Task task, OperationResult result) Find focus, which is either linked or correlated with given shadow.Methods in com.evolveum.midpoint.model.impl.correlation with parameters of type FocusTypeModifier and TypeMethodDescriptionbooleanCorrelationServiceImpl.checkCandidateOwner(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceType resource, @NotNull SynchronizationPolicy synchronizationPolicy, @NotNull FocusType candidateOwner, @NotNull Task task, @NotNull OperationResult result) Checks whether the supplied candidate owner would be the correlation result (if real correlation would take place).@NotNull CompleteCorrelationResultCorrelationServiceImpl.correlate(@NotNull FocusType preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @NotNull CorrelatorDiscriminator discriminator, @NotNull Task task, @NotNull OperationResult result) voidCorrelationCaseManager.createOrUpdateCase(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull FocusType preFocus, @NotNull Task task, @NotNull OperationResult result) Creates or updates a correlation case for given correlation operation that finished in "uncertain" state.<F extends FocusType>
ObjectTemplateTypeCorrelationServiceImpl.determineObjectTemplate(@Nullable String explicitArchetypeOid, @Nullable FocusType preFocus, @Nullable Class<F> objectType, @NotNull Task task, @NotNull OperationResult result) Determines object template from pre-focus or from archetype reference. -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator that return FocusTypeModifier and TypeMethodDescriptionstatic @NotNull FocusTypeCorrelatorUtil.getPreFocusFromCorrelationCase(@NotNull CaseType aCase) Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type FocusTypeModifier and TypeMethodDescription@NotNull ConfidenceBaseCorrelator.checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult parentResult) protected abstract @NotNull ConfidenceBaseCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) @NotNull CorrelationExplanationBaseCorrelator.explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult parentResult) protected @NotNull CorrelationExplanationBaseCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) This the default implementation, to be overridden in subclasses. -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.composite
Methods in com.evolveum.midpoint.model.impl.correlator.composite with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceCompositeCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) protected @NotNull CorrelationExplanationCompositeCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.composite with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>CompositeCorrelator.getCorrelationPropertiesDefinitions(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.expression
Methods in com.evolveum.midpoint.model.impl.correlator.expression with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceExpressionCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.expression with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>ExpressionCorrelator.getCorrelationPropertiesDefinitions(PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.filter
Methods in com.evolveum.midpoint.model.impl.correlator.filter with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceFilterCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.filter with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>FilterCorrelator.getCorrelationPropertiesDefinitions(PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.idmatch
Methods in com.evolveum.midpoint.model.impl.correlator.idmatch with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceIdMatchCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.idmatch with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>IdMatchCorrelator.getCorrelationPropertiesDefinitions(PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceItemsCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) protected @NotNull CorrelationExplanationItemsCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.items with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>ItemsCorrelator.getCorrelationPropertiesDefinitions(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.correlator.noop
Methods in com.evolveum.midpoint.model.impl.correlator.noop with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected @NotNull ConfidenceNoOpCorrelator.checkCandidateOwnerInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator.noop with type arguments of type FocusTypeModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>NoOpCorrelator.getCorrelationPropertiesDefinitions(PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
ShadowPurposeTypeMidpointFunctionsImpl.computeDefaultProjectionPurpose(F focus, ShadowType shadow, ResourceType resource) MidpointFunctionsImpl.findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType shadow, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) <F extends FocusType>
booleanMidpointFunctionsImpl.isDirectlyAssigned(F focusType, ObjectType target) <F extends FocusType>
booleanMidpointFunctionsImpl.isDirectlyAssigned(F focus, String targetOid) <F extends FocusType>
void<F extends FocusType>
PrismObject<F>MidpointFunctionsImpl.searchShadowOwner(String accountOid) Methods in com.evolveum.midpoint.model.impl.expr with parameters of type FocusTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) @NotNull List<ShadowType>MidpointFunctionsImpl.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctionsImpl.getPlaintextUserPassword(FocusType user) Method parameters in com.evolveum.midpoint.model.impl.expr with type arguments of type FocusTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> objectDeltas) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with type parameters of type FocusTypeModifier and TypeMethodDescription<FO extends FocusType,O extends ObjectType>
List<PrismObject<FO>>LensOwnerResolver.resolveOwner(PrismObject<O> object) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector
Classes in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type FocusTypeMethods in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
voidProjectionValuesProcessor.process(LensContext<F> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.credentials
Classes in com.evolveum.midpoint.model.impl.lens.projector.credentials with type parameters of type FocusTypeModifier and TypeClassDescriptionclassCredentialPolicyEvaluator<R extends AbstractCredentialType,P extends CredentialPolicyType, F extends FocusType> Processor for evaluating credential policies on the focus object.static classCredentialPolicyEvaluator.Builder<F extends FocusType>classNoncePolicyEvaluator<F extends FocusType>static classNoncePolicyEvaluator.Builder<F extends FocusType>classOtpPolicyEvaluator<F extends FocusType>static classOtpPolicyEvaluator.Builder<F extends FocusType>classPasswordPolicyEvaluator<F extends FocusType>static classPasswordPolicyEvaluator.Builder<F extends FocusType>classSecurityQuestionsPolicyEvaluator<F extends FocusType>static classMethods in com.evolveum.midpoint.model.impl.lens.projector.credentials with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
voidCredentialsProcessor.processFocusCredentials(LensContext<F> context, XMLGregorianCalendar now, Task task, OperationResult result) <F extends FocusType>
voidProjectionCredentialsProcessor.processProjectionCredentials(LensContext<F> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with type parameters of type FocusTypeModifier and TypeMethodDescription<V extends PrismValue,D extends ItemDefinition<?>, T extends ObjectType, F extends FocusType>
Map<UniformItemPath,MappingOutputStruct<V>> ProjectionMappingSetEvaluator.evaluateMappingsToTriples(MappingEvaluatorParams<V, D, T, F> params, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFullInboundsProcessing<F extends FocusType>Evaluation of inbound mappings from all projections in given lens context. -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFullInboundsTarget<F extends FocusType>Target in the "full mode". -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.loader
Classes in com.evolveum.midpoint.model.impl.lens.projector.loader with type parameters of type FocusTypeModifier and TypeClassDescriptionclassProjectionsLoadOperation<F extends FocusType>Responsible for the acquisition of all projections for a focus.Methods in com.evolveum.midpoint.model.impl.lens.projector.loader with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
voidContextLoader.reloadSecurityPolicyIfNeeded(@NotNull LensContext<F> context, @NotNull LensFocusContext<F> focusContext, Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.mappings
Classes in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type FocusTypeModifier and TypeClassDescriptionclassMappingEvaluatorParams<V extends PrismValue,D extends ItemDefinition<?>, T extends ObjectType, F extends FocusType> TODO determine the fate of this classMethods in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type FocusTypeModifier and TypeMethodDescription<V extends PrismValue,D extends ItemDefinition, T extends ObjectType, F extends FocusType>
voidNextRecompute.createTrigger(PrismObject<T> targetObject, PrismObjectDefinition<T> targetObjectDefinition, LensElementContext<T> targetContext) -
Uses of FocusType in com.evolveum.midpoint.model.impl.lens.projector.mappings.predefinedActivationMapping
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings.predefinedActivationMapping with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
voidPredefinedActivationMappingEvaluator.defineActivationProperty(LensContext<F> context, LensProjectionContext projCtx, ItemPath path, Task task, OperationResult result) Create a delta for specified account activation property (`path`), if needed.<F extends FocusType>
voidDisableInsteadOfDeleteEvaluator.defineAdministratorStatus(LensContext<F> context, LensProjectionContext projCtx, Task task, OperationResult result) protected <F extends FocusType>
voidPredefinedActivationMappingEvaluator.defineAdministratorStatus(LensContext<F> context, LensProjectionContext projCtx, Task task, OperationResult result) <F extends FocusType>
booleanDelayedDeleteEvaluator.defineExistence(LensContext<F> context, LensProjectionContext projCtx) <F extends FocusType>
booleanDisableInsteadOfDeleteEvaluator.defineExistence(LensContext<F> context, LensProjectionContext projCtx) abstract <F extends FocusType>
booleanPredefinedActivationMappingEvaluator.defineExistence(LensContext<F> context, LensProjectionContext projCtx) <F extends FocusType>
booleanPreProvisionEvaluator.defineExistence(LensContext<F> context, LensProjectionContext projCtx) <F extends FocusType>
XMLGregorianCalendarPredefinedActivationMappingEvaluator.getNextRecomputeTime(LensContext<F> context, LensProjectionContext projCtx, ItemPath path, XMLGregorianCalendar now) <F extends FocusType>
XMLGregorianCalendarDelayedDeleteEvaluator.getNextRecomputeTimeForExistence(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) protected <F extends FocusType>
XMLGregorianCalendarPredefinedActivationMappingEvaluator.getNextRecomputeTimeForExistence(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) <F extends FocusType>
XMLGregorianCalendarPreProvisionEvaluator.getNextRecomputeTimeForExistence(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) <F extends FocusType>
booleanDelayedDeleteEvaluator.isApplicable(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) <F extends FocusType>
booleanDisableInsteadOfDeleteEvaluator.isApplicable(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) abstract <F extends FocusType>
booleanPredefinedActivationMappingEvaluator.isApplicable(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) <F extends FocusType>
booleanPreProvisionEvaluator.isApplicable(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now) -
Uses of FocusType in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionRoleAnalysisServiceImpl.extractRoleMembers(@Nullable SearchFilterType filter, @NotNull RoleType role, @NotNull Task task, @NotNull OperationResult result) Extracts the members of a given role based on the specified filter.@NotNull List<PrismObject<FocusType>>RoleAnalysisServiceImpl.getAsFocusObjects(@Nullable List<ObjectReferenceType> references, @NotNull Task task, @NotNull OperationResult result) @Nullable PrismObject<FocusType>RoleAnalysisServiceImpl.getFocusTypeObject(@NotNull String oid, @NotNull Task task, @NotNull OperationResult result) Methods in com.evolveum.midpoint.model.impl.mining with parameters of type FocusTypeModifier and TypeMethodDescriptionRoleAnalysisServiceImpl.resolveFocusObjectIconColor(@NotNull FocusType focusObject, @NotNull Task task, @NotNull OperationResult result) voidRoleAnalysisServiceImpl.setCandidateRoleOpStatus(@NotNull PrismObject<RoleAnalysisClusterType> clusterPrism, @NotNull RoleAnalysisCandidateRoleType candidateRoleContainer, @NotNull String taskOid, @Nullable OperationResultStatusType operationResultStatusType, @Nullable String message, @NotNull OperationResult result, @NotNull Task task, @NotNull RoleAnalysisOperationType operationType, @Nullable FocusType focus) Method parameters in com.evolveum.midpoint.model.impl.mining with type arguments of type FocusTypeModifier and TypeMethodDescriptionprotected static @Nullable ActivityDefinitionTypeRoleAnalysisServiceUtils.createMigrationActivity(@NotNull List<FocusType> roleMembersOid, @NotNull String roleOid, @NotNull Trace logger, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.mining.chunk
Method parameters in com.evolveum.midpoint.model.impl.mining.chunk with type arguments of type FocusTypeModifier and TypeMethodDescriptionprotected static StringMiningChunkUtils.resolveSingleMemberChunkName(@Nullable PrismObject<? extends FocusType> focusObject, @Nullable DisplayValueOption option) -
Uses of FocusType in com.evolveum.midpoint.model.impl.mining.utils
Methods in com.evolveum.midpoint.model.impl.mining.utils with parameters of type FocusTypeModifier and TypeMethodDescriptionstatic @NotNull RoleAnalysisOperationStatusTypeRoleAnalysisUtils.buildOpExecution(@NotNull String taskOid, OperationResultStatusType operationResultStatusType, String message, RoleAnalysisOperationType operationType, XMLGregorianCalendar createTimestamp, @Nullable FocusType owner) static voidRoleAnalysisUtils.submitClusterOperationStatus(@NotNull ModelService modelService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull String taskOid, @NotNull RoleAnalysisOperationType operationChannel, @NotNull FocusType initiator, Trace logger, @NotNull Task task, @NotNull OperationResult result) static voidRoleAnalysisUtils.submitSessionOperationStatus(@NotNull ModelService modelService, @NotNull PrismObject<RoleAnalysisSessionType> cluster, @NotNull String taskOid, @NotNull FocusType initiator, @NotNull Trace logger, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
SecurityPolicyTypeModelSecurityPolicyFinder.locateSecurityPolicyForFocus(@Nullable PrismObject<F> focus, @Nullable PrismObject<SystemConfigurationType> systemConfiguration, @NotNull Task task, @NotNull OperationResult result) Returns security policy applicable for the specified focus (if any).<F extends FocusType,O extends ObjectType>
Collection<PrismObject<F>>GuiProfiledPrincipalManagerImpl.resolveOwner(PrismObject<O> object) Methods in com.evolveum.midpoint.model.impl.security with parameters of type FocusTypeModifier and TypeMethodDescriptionvoidSecurityHelper.auditLoginFailure(@Nullable String username, @Nullable FocusType focus, @NotNull ConnectionEnvironment connEnv, String message) Method parameters in com.evolveum.midpoint.model.impl.security with type arguments of type FocusTypeModifier and TypeMethodDescriptionGuiProfiledPrincipalManagerImpl.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManagerImpl.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManagerImpl.getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManagerImpl.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManagerImpl.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) -
Uses of FocusType in com.evolveum.midpoint.model.impl.simulation
Methods in com.evolveum.midpoint.model.impl.simulation that return FocusTypeMethods in com.evolveum.midpoint.model.impl.simulation that return types with arguments of type FocusTypeConstructors in com.evolveum.midpoint.model.impl.simulation with parameters of type FocusTypeModifierConstructorDescriptionMappingSimulationData(FocusType focusBefore, @Nullable ObjectDelta<FocusType> simulationDelta, OperationResult mappingEvaluationResult) Constructor parameters in com.evolveum.midpoint.model.impl.simulation with type arguments of type FocusTypeModifierConstructorDescriptionMappingSimulationData(FocusType focusBefore, @Nullable ObjectDelta<FocusType> simulationDelta, OperationResult mappingEvaluationResult) -
Uses of FocusType in com.evolveum.midpoint.model.impl.sync
Classes in com.evolveum.midpoint.model.impl.sync with type parameters of type FocusTypeModifier and TypeClassDescriptionclassSynchronizationContext<F extends FocusType>Context of the synchronization operation.static classSynchronizationContext.Complete<F extends FocusType>Synchronization context ready for the synchronization, i.e. it has type identification and synchronization policy present.classSynchronizationSituation<F extends FocusType>Methods in com.evolveum.midpoint.model.impl.sync with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <C extends FocusType>
CPreMappingsEvaluator.computePreFocus(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceObjectTypeDefinition objectTypeDefinition, @NotNull ResourceType resource, @NotNull Class<C> focusClass, @NotNull Task task, @NotNull OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.impl.sync.action
Classes in com.evolveum.midpoint.model.impl.sync.action with type parameters of type FocusTypeModifier and TypeClassDescriptionclassBaseAction<F extends FocusType>classDeleteResourceObjectAction<F extends FocusType>classUnlinkAction<F extends FocusType> -
Uses of FocusType in com.evolveum.midpoint.model.impl.sync.reactions
Classes in com.evolveum.midpoint.model.impl.sync.reactions with type parameters of type FocusTypeModifier and TypeClassDescriptionclassActionInstantiationContext<F extends FocusType>Contains various objects needed for the instantiation of a synchronization action.classSynchronizationActionExecutor<F extends FocusType>Selects and executes a synchronization reaction. -
Uses of FocusType in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner with parameters of type FocusTypeModifier and TypeMethodDescriptionbooleanFocusValidityScanPartialRun.processItem(@NotNull FocusType object, @NotNull ItemProcessingRequest<FocusType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.tasks.scanner with type arguments of type FocusTypeModifier and TypeMethodDescriptionvoidFocusValidityScanPartialRun.customizeQuery(SearchSpecification<FocusType> searchSpecification, OperationResult result) booleanFocusValidityScanPartialRun.processItem(@NotNull FocusType object, @NotNull ItemProcessingRequest<FocusType> request, RunningTask workerTask, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining with parameters of type FocusTypeModifier and TypeMethodDescriptionprotected voidMethod parameters in com.evolveum.midpoint.ninja.action.mining with type arguments of type FocusTypeModifier and TypeMethodDescriptionprotected RunnableExportMiningRepositoryAction.createConsumer(BlockingQueue<FocusType> queue, OperationStatus operation) Constructor parameters in com.evolveum.midpoint.ninja.action.mining with type arguments of type FocusTypeModifierConstructorDescriptionExportMiningConsumerWorker(NinjaContext context, ExportMiningOptions options, BlockingQueue<FocusType> queue, OperationStatus operation) ExportMiningProducerWorker(NinjaContext context, ExportMiningOptions options, BlockingQueue<FocusType> queue, OperationStatus operation, List<ExportMiningProducerWorker> producers, ObjectQuery query, Class<?> type) -
Uses of FocusType in com.evolveum.midpoint.notifications.api.transports
Methods in com.evolveum.midpoint.notifications.api.transports with parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api with type parameters of type FocusTypeModifier and TypeMethodDescriptiondefault <F extends FocusType>
PrismObject<F>RepositoryService.searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) Deprecated.TODO: we want to remove this in midScale -
Uses of FocusType in com.evolveum.midpoint.repo.sqale.qmodel.focus
Classes in com.evolveum.midpoint.repo.sqale.qmodel.focus with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionSynchronizationPolicy.getFocusClass()Returns the focus class this synchronization policy points to. -
Uses of FocusType in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType,O extends ObjectType>
Collection<PrismObject<F>>OwnerResolver.resolveOwner(PrismObject<O> object) Returns the owner of the provided object.Methods in com.evolveum.midpoint.schema.selector.eval that return FocusTypeModifier and TypeMethodDescription@Nullable FocusTypeSelectorProcessingContext.getPrincipalFocus()@Nullable FocusTypeSubjectedEvaluationContext.getPrincipalFocus() -
Uses of FocusType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <F extends FocusType>
@NotNull List<ObjectReferenceType>FocusTypeUtil.getLiveLinkRefs(F focus) Methods in com.evolveum.midpoint.schema.util with parameters of type FocusTypeModifier and TypeMethodDescriptionstatic voidFocusTypeUtil.addOrReplaceNormalizedData(@NotNull FocusType focus, @NotNull FocusNormalizedDataType identity) static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static ActivationStatusTypeActivationUtil.getAdministrativeStatus(FocusType focus) static ActivationStatusTypeFocusTypeUtil.getEffectiveStatus(@Nullable FocusType focus) static @Nullable FocusIdentityTypeFocusTypeUtil.getMatchingIdentity(@NotNull FocusType focus, @Nullable FocusIdentitySourceType source) static @Nullable ValueMetadataTypeFocusTypeUtil.getPasswordMetadata(@NotNull FocusType focus) static ProtectedStringTypeFocusTypeUtil.getPasswordValue(FocusType focus) static @Nullable StringFocusTypeUtil.languageOrLocale(@Nullable FocusType focus) Returns language or locale string from focus - in that order of precedence. -
Uses of FocusType in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return FocusTypeModifier and TypeMethodDescription@Nullable FocusTypeMidPointPrincipal.getAttorney()Real identity of the logged-in user.@NotNull FocusTypeMidPointPrincipal.getFocus()Effective identity that is used to execute all actions.Methods in com.evolveum.midpoint.security.api that return types with arguments of type FocusTypeModifier and TypeMethodDescription@Nullable PrismObject<? extends FocusType>MidPointPrincipal.getAttorneyPrismObject()PrismObject<? extends FocusType>MidPointPrincipal.getFocusPrismObject()Methods in com.evolveum.midpoint.security.api with parameters of type FocusTypeModifier and TypeMethodDescriptionstatic MidPointPrincipalReturns a principal without authorizations.static @NotNull MidPointPrincipalMidPointPrincipal.privileged(@NotNull FocusType focus) Returns a principal with a single privileged authorization; regardless of what authorizations the focus has.voidMidPointPrincipal.setAttorney(FocusType attorney) voidMidPointPrincipal.setOrReplaceFocus(@NotNull FocusType newFocus) Must not change focus OID (at least for now).Method parameters in com.evolveum.midpoint.security.api with type arguments of type FocusTypeModifier and TypeMethodDescriptionMidPointPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) MidPointPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) default MidPointPrincipalMidPointPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz) MidPointPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) MidPointPrincipalManager.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) <T> TSecurityContextManager.runAs(@NotNull SecurityContextManager.ResultAwareProducer<T> producer, @Nullable PrismObject<? extends FocusType> newPrincipalObject, boolean privileged, @NotNull OperationResult result) Runs the provided code (withinSecurityContextManager.ResultAwareProducer) as a specific user and/or with elevated privileges.voidSecurityContextManager.setupPreAuthenticatedSecurityContext(PrismObject<? extends FocusType> focus, OperationResult result) CallsMidPointPrincipalManagerto create a principal from provided focus object and sets it up.voidSecurityContextManager.setupPreAuthenticatedSecurityContext(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) Constructors in com.evolveum.midpoint.security.api with parameters of type FocusTypeModifierConstructorDescriptionprotectedMidPointPrincipal(@NotNull FocusType focus) Use static factory methods when calling from the outside. -
Uses of FocusType in com.evolveum.midpoint.security.enforcer.api
Methods in com.evolveum.midpoint.security.enforcer.api with type parameters of type FocusTypeModifier and TypeMethodDescription<F extends FocusType>
MidPointPrincipalSecurityEnforcer.createDonorPrincipal(MidPointPrincipal attorneyPrincipal, String attorneyAuthorizationAction, PrismObject<F> donor, Task task, OperationResult result) TODO describe -
Uses of FocusType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>Task.getOwner(OperationResult result) Returns object that owns this task.Method parameters in com.evolveum.midpoint.task.api with type arguments of type FocusTypeModifier and TypeMethodDescriptionvoidTask.setOwner(PrismObject<? extends FocusType> owner) Sets the task owner. -
Uses of FocusType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>NullTaskImpl.getOwner(OperationResult result) Method parameters in com.evolveum.midpoint.task.api.test with type arguments of type FocusTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.setOwner(PrismObject<? extends FocusType> owner) -
Uses of FocusType in com.evolveum.midpoint.web.application
Classes in com.evolveum.midpoint.web.application with type parameters of type FocusTypeModifier and TypeClassDescriptionclassFocusCasesCounter<F extends FocusType>classFocusProjectionsCounter<F extends FocusType>classFocusTriggersCounter<F extends FocusType> -
Uses of FocusType in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <F extends FocusType>
voidFocusSummaryPanel.addSummaryPanel(org.apache.wicket.MarkupContainer parentComponent, org.apache.wicket.model.IModel<F> focus, String id, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of FocusType in com.evolveum.midpoint.web.component.assignment
Classes in com.evolveum.midpoint.web.component.assignment with type parameters of type FocusTypeModifier and TypeClassDescriptionclassApplicablePolicyConfigPanel<F extends FocusType>Created by honchar.Methods in com.evolveum.midpoint.web.component.assignment with type parameters of type FocusTypeModifier and TypeMethodDescriptionstatic <F extends FocusType>
PrismObject<F>AssignmentsUtil.loadTargetObject(AssignmentType assignmentType, PageBase pageBase) -
Uses of FocusType in com.evolveum.midpoint.web.component.sample
Classes in com.evolveum.midpoint.web.component.sample with type parameters of type FocusTypeModifier and TypeClassDescriptionclassHelloObjectTabPanel<F extends FocusType>Sample showing a custom object form that displays simple greeting.classSampleFormFocusTabPanel<F extends FocusType>Sample showing a custom focus form that displays semi-static form. -
Uses of FocusType in com.evolveum.midpoint.web.component.util
Classes in com.evolveum.midpoint.web.component.util with type parameters of type FocusTypeModifier and TypeInterfaceDescriptioninterfaceFocusListComponent<F extends FocusType>Common functionality for "focus list" pages or panels - e.g. roles, services; in the future also users and maybe orgs.classFocusListInlineMenuHelper<F extends FocusType>Provides common inline menu functionality for focal objects: enable, disable, reconcile, delete. -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.configuration
Classes in com.evolveum.midpoint.web.page.admin.configuration with type parameters of type FocusType -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.home
Methods in com.evolveum.midpoint.web.page.admin.home with type parameters of type FocusTypeModifier and TypeMethodDescriptionprotected <F extends FocusType>
voidPageDashboard.customizationFocusInfoBoxType(InfoBoxData infoBoxType, Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, Task task) protected <F extends FocusType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard.getFocusInfoBoxType(Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage) -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.orgs
Methods in com.evolveum.midpoint.web.page.admin.orgs with type parameters of type FocusTypeModifier and TypeMethodDescriptionprotected <F extends FocusType>
FOrgTreeAssignablePanel.getAssignmentOwnerObject() -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.reports.component
Method parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type FocusTypeModifier and TypeMethodDescriptionRunReportPopupPanel.createSimpleTask(String operation, PrismObject<? extends FocusType> owner) -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.users.component
Classes in com.evolveum.midpoint.web.page.admin.users.component with type parameters of type FocusTypeModifier and TypeClassDescriptionclassMergeObjectDetailsPanel<F extends FocusType>Created by honchar.classMergeObjectsPanel<F extends FocusType>Created by honchar. -
Uses of FocusType in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionprotected PrismObject<? extends FocusType>WorkItemDetailsPanel.getPowerDonor() -
Uses of FocusType in com.evolveum.midpoint.web.page.self.dto
Classes in com.evolveum.midpoint.web.page.self.dto with type parameters of type FocusTypeModifier and TypeClassDescriptionclassAssignmentConflictDto<F extends FocusType>Created by honchar. -
Uses of FocusType in com.evolveum.midpoint.wf.api
Classes in com.evolveum.midpoint.wf.api with type parameters of type FocusTypeModifier and TypeClassDescriptionclassChangesByState<F extends FocusType>Classification of deltas (in approval case) according to their state. -
Uses of FocusType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as FocusTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return FocusTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type FocusTypeModifier and TypeMethodDescriptionvoid -
Uses of FocusType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of FocusType in com.evolveum.midpoint.xml.ns._public.common.common_3Modifier and TypeClassDescriptionclassAbstract class that contains the "essence" of a role.classApplication, which is a new object in midPoint, representing an integrated/used application in the environment with configured business attributes such as application owner, level of approval, etc.classArchetype definition.classGeneric object for storing unknown (unexpected) object types.classOrganizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classObject containing elements of business or governance policy.classA role in the extended Role-Based Access Control (RBAC) sense.classThis object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.classUser object represents a physical user of the system.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as FocusTypeModifier and TypeFieldDescriptionprotected FocusTypeObjectSynchronizationDiscriminatorType.ownerMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return FocusTypeModifier and TypeMethodDescriptionFocusType.activation(ActivationType value) FocusType.archetypeRef(ObjectReferenceType value) FocusType.archetypeRef(String oid, QName type) FocusType.archetypeRef(String oid, QName type, QName relation) FocusType.assignment(AssignmentType value) FocusType.behavior(BehaviorType value) FocusType.clone()FocusType.costCenter(String value) FocusType.credentials(CredentialsType value) FocusType.delegatedRef(ObjectReferenceType value) FocusType.delegatedRef(String oid, QName type) FocusType.delegatedRef(String oid, QName type, QName relation) FocusType.description(String value) FocusType.diagnosticInformation(DiagnosticInformationType value) FocusType.documentation(String value) FocusType.effectiveMarkRef(ObjectReferenceType value) FocusType.effectiveMarkRef(String oid, QName type) FocusType.effectiveMarkRef(String oid, QName type, QName relation) FocusType.effectiveOperationPolicy(ObjectOperationPolicyType value) FocusType.email(EmailAddressType value) FocusType.emailAddress(String value) FocusType.extension(ExtensionType value) FocusType.fetchResult(OperationResultType value) FocusIdentityType.getData()ObjectSynchronizationDiscriminatorType.getOwner()FocusType.identities(FocusIdentitiesType value) FocusType.indestructible(Boolean value) FocusType.iterationToken(String value) FocusType.jpegPhoto(byte[] value) FocusType.lensContext(LensContextType value) FocusType.lifecycleState(String value) FocusType.linkRef(ObjectReferenceType value) FocusType.locality(PolyStringType value) FocusType.metadata(MetadataType value) FocusType.name(PolyStringType value) FocusType.operationExecution(OperationExecutionType value) FocusType.parentOrgRef(ObjectReferenceType value) FocusType.parentOrgRef(String oid, QName type) FocusType.parentOrgRef(String oid, QName type, QName relation) FocusType.personaRef(ObjectReferenceType value) FocusType.personaRef(String oid, QName type) FocusType.personaRef(String oid, QName type, QName relation) FocusType.phoneNumber(PhoneNumberType value) FocusType.physicalAddress(PhysicalMailingAddressType value) FocusType.policyException(PolicyExceptionType value) FocusType.policySituation(String value) FocusType.policyStatement(PolicyStatementType value) FocusType.preferredLanguage(String value) FocusType.roleInfluenceRef(ObjectReferenceType value) FocusType.roleInfluenceRef(String oid, QName type) FocusType.roleInfluenceRef(String oid, QName type, QName relation) FocusType.roleMembershipRef(ObjectReferenceType value) FocusType.roleMembershipRef(String oid, QName type) FocusType.roleMembershipRef(String oid, QName type, QName relation) FocusType.telephoneNumber(String value) FocusType.tenantRef(ObjectReferenceType value) FocusType.trigger(TriggerType value) FocusType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type FocusTypeModifier and TypeMethodDescriptionPrismObject<? extends FocusType>FocusType.asPrismObject()jakarta.xml.bind.JAXBElement<FocusType>ObjectFactory.createFocus(FocusType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FocusTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FocusType>ObjectFactory.createFocus(FocusType value) voidvoid
LocalizationUtil.findLocale()