Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType
Packages that use ShadowType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ShadowType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic ItemDelta<?,?> SynchronizationUtils.createFullSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) SynchronizationUtils.createSynchronizationSituationAndDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp) Creates situation, description, and timestamp deltas.static ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDelta(ShadowType shadow, SynchronizationSituationType situation) static @NotNull ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, XMLGregorianCalendar timestamp, String sourceChannel, boolean full) Creates delta for `synchronizationSituationDescription` (adding new, removing obsolete if present).static ItemDelta<?,?> SynchronizationUtils.createSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) -
Uses of ShadowType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic CompositedIconWebComponentUtil.createAccountIcon(ShadowType shadow, PageBase pageBase, boolean isColumn) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.component
Constructor parameters in com.evolveum.midpoint.gui.impl.component with type arguments of type ShadowTypeModifierConstructorDescriptionProjectionDisplayNamePanel(String id, org.apache.wicket.model.IModel<ShadowType> model) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Method parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Constructor parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ShadowTypeModifierConstructorDescriptionProjectionsListProvider(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ShadowType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<ShadowType>>> model) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, Set<ShadowType> selected) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<ShadowType>> search, Set<ShadowType> selected) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<ShadowType>> search, Set<ShadowType> selected) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowWrapperFactoryImpl.createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowWrapperFactoryImpl.createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.focus
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ShadowTypeModifier and TypeMethodDescription@NotNull ShadowWrapperFocusDetailsModels.loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus.component with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidFocusProjectionsPanel.loadFullShadow(PrismObjectValueWrapper<ShadowType> shadowWrapperValue, org.apache.wicket.ajax.AjaxRequestTarget target) @NotNull ShadowWrapperFocusProjectionsPanel.loadShadowWrapper(PrismObject<ShadowType> projection, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return types with arguments of type ShadowTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected ShadowDetailsModelPageShadow.createObjectDetailsModels(PrismObject<ShadowType> object) protected org.apache.wicket.markup.html.panel.PanelPageShadow.createSummaryPanel(String id, org.apache.wicket.model.IModel<ShadowType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ShadowTypeModifierConstructorDescriptionShadowDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<ShadowType>> prismObjectModel, ModelServiceLocator serviceLocator) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected final RepositoryShadowBeanObjectDataProviderResourceObjectsPanel.createProvider(org.apache.wicket.model.IModel<Search<ShadowType>> searchModel, CompiledShadowCollectionView collection) protected voidResourceContentPanel.customizeProvider(SelectableBeanObjectDataProvider<ShadowType> provider) protected booleanResourceContentPanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>> ConstructionGroupStepPanel.createColumns()protected Class<ShadowType>ConstructionGroupStepPanel.getType()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected voidConstructionGroupStepPanel.customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile) protected voidConstructionGroupStepPanel.customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile) protected voidConstructionGroupStepPanel.processSelectOrDeselectItem(SelectableBean<ShadowType> value, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.self.credentials
Constructor parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ShadowTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.prism.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic ItemVisibilityProvisioningObjectsUtil.checkShadowActivationAndPasswordVisibility(ItemWrapper<?, ?> itemWrapper, ShadowType shadowType) static @NotNull StringProvisioningObjectsUtil.determineDisplayNameForDefinition(ShadowType shadow, PageBase pageBase) static StringProvisioningObjectsUtil.getPendingOperationsLabels(ShadowType shadow, BasePanel panel) static org.apache.wicket.model.IModel<String>ProvisioningObjectsUtil.getResourceAttributesLabelModel(ShadowType shadow, PageBase pageBase) static org.apache.wicket.model.IModel<String>ProvisioningObjectsUtil.getResourceLabelModel(ShadowType shadow, PageBase pageBase) static booleanProvisioningObjectsUtil.isActivationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static booleanProvisioningObjectsUtil.isAssociationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static booleanProvisioningObjectsUtil.isPasswordSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static ResourceTypeProvisioningObjectsUtil.resolveResource(ShadowType shadowType, boolean isColumn, PageBase pageBase) Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic StringIconAndStylesUtil.createShadowIcon(PrismObject<ShadowType> object) -
Uses of ShadowType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionModelInteractionService.getEditShadowDefinition(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) ObjectTreeDeltas.getProjectionChange(ProjectionContextKey key) ObjectTreeDeltas.getProjectionChangeMap()ObjectTreeDeltas.getProjectionChangeMapEntries()Methods in com.evolveum.midpoint.model.api with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidModelInteractionService.applyDefinitions(ShadowType shadow, com.evolveum.midpoint.task.api.Task task, OperationResult result) Helper method to properly apply definitions to shadow.Method parameters in com.evolveum.midpoint.model.api with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidObjectTreeDeltas.addProjectionChange(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta) ModelInteractionService.getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security. -
Uses of ShadowType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionModelProjectionContext.getExecutableDelta()Returns delta suitable for execution.ModelProjectionContext.getSyncDelta()Returns synchronization delta.Methods in com.evolveum.midpoint.model.api.context with parameters of type ShadowTypeModifier and TypeMethodDescriptionProjectionContextKeyFactory.createKey(@NotNull ShadowType shadow, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) DeterminesProjectionContextKeyfor a given shadow as precisely as possible.static ProjectionContextKeyProjectionContextKey.fromClassifiedShadow(@NotNull ShadowType shadow) static ProjectionContextKeyProjectionContextKey.fromShadow(@NotNull ShadowType shadow, @Nullable ResourceObjectTypeIdentification typeIdentification) Method parameters in com.evolveum.midpoint.model.api.context with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidModelProjectionContext.setSyncDelta(ObjectDelta<ShadowType> syncDelta) -
Uses of ShadowType in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return ShadowTypeModifier and TypeMethodDescription@NotNull ShadowTypeCorrelationContext.Shadow.getResourceObject()Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type ShadowTypeModifierConstructorDescriptionShadow(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull FocusType preFocus, @Nullable SystemConfigurationType systemConfiguration, @NotNull com.evolveum.midpoint.task.api.Task task) -
Uses of ShadowType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ShadowTypeModifier 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".MidpointFunctions.resolveEntitlement(ShadowAssociationType shadowAssociationType) Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptiondefault @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid) @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctions.getShadowsToActivate(Collection<? extends ModelProjectionContext> projectionContexts) Used for account activation notifier to collect all shadows which are going to be activated.Methods in com.evolveum.midpoint.model.api.expr with parameters of type ShadowTypeModifier 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.@Nullable CaseTypeMidpointFunctions.getCorrelationCaseForShadow(@Nullable ShadowType shadow) Returns a correlation case for given shadow.MidpointFunctions.getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow) Deprecated.MidpointFunctions.getPlaintextAccountPassword(ShadowType account) <T> booleanMidpointFunctions.isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue) Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ShadowTypeModifier and TypeMethodDescriptionMidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ShadowTypeMethods in com.evolveum.midpoint.schema that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic List<ObjectDeltaOperation<ShadowType>>ObjectDeltaOperation.findProjectionDeltasInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) RefreshShadowOperation.getExecutedDeltas()Methods in com.evolveum.midpoint.schema with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidRefreshShadowOperation.setRefreshedShadow(ShadowType refreshedShadow) Method parameters in com.evolveum.midpoint.schema with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidRefreshShadowOperation.setExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas) Constructors in com.evolveum.midpoint.schema with parameters of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with type parameters of type ShadowTypeModifier and TypeMethodDescription<T extends ShadowType>
@NotNull PrismObjectDefinition<T>ResourceAttributeContainerDefinition.toShadowDefinition()<T extends ShadowType>
@NotNull PrismObjectDefinition<T>ResourceAttributeContainerDefinitionImpl.toShadowDefinition()Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ObjectFactory.constructObjectDefinition(ResourceAttributeContainerDefinition rACD) AbstractResourceObjectDefinitionImpl.createBlankShadow(String resourceOid, String tag) CompositeObjectDefinitionImpl.createBlankShadow(String resourceOid, String tag) ResourceObjectDefinition.createBlankShadow(String resourceOid, String tag) Creates a blankShadowTypeobject, with the attributes container having appropriate definition.ResourceObjectTypeDefinitionImpl.createBlankShadow(String resourceOid, String tag) AbstractResourceObjectDefinitionImpl.getPrismObjectDefinition()CompositeObjectDefinitionImpl.getPrismObjectDefinition()ResourceObjectDefinition.getPrismObjectDefinition()Returns a prism definition for the prism object/objects carrying the resource object/objects.Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic ResourceObjectIdentificationResourceObjectIdentification.createFromShadow(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowType shadow) static @Nullable ResourceObjectTypeIdentificationResourceObjectTypeIdentification.createIfKnown(@NotNull ShadowType shadow) default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow) Convenience variant ofResourceSchema.findDefinitionForShadow(ShadowType, Collection).default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow, @NotNull Collection<QName> additionalAuxObjectClassNames) Returns appropriateResourceObjectDefinitionfor given shadow.default ResourceObjectClassDefinitionConnectorSchema.findObjectClassDefinition(@NotNull ShadowType shadow) booleanResourceObjectPattern.matches(@NotNull ShadowType shadowToMatch) static booleanResourceObjectPattern.matches(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) -
Uses of ShadowType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg with type parameters of type ShadowTypeModifier and TypeMethodDescriptiondefault <T extends ShadowType>
@NotNull PrismObjectDefinition<T>AttributeContainerDefinitionDelegator.toShadowDefinition()Methods in com.evolveum.midpoint.schema.processor.deleg that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptiondefault PrismObject<ShadowType>ResourceObjectDefinitionDelegator.createBlankShadow(String resourceOid, String tag) default PrismObjectDefinition<ShadowType>ResourceObjectDefinitionDelegator.getPrismObjectDefinition() -
Uses of ShadowType in com.evolveum.midpoint.schema.statistics
Constructors in com.evolveum.midpoint.schema.statistics with parameters of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ShadowUtil.applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition) Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic voidShadowUtil.checkForPartialClassification(@NotNull ShadowType shadow) static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static PolyStringShadowUtil.determineShadowName(ShadowType shadow) static PolyStringTypeShadowUtil.determineShadowNameRequired(ShadowType shadow) static ActivationStatusTypeActivationUtil.getAdministrativeStatus(ShadowType shadow) static Collection<ResourceAttribute<?>>ShadowUtil.getAllIdentifiers(ShadowType shadow) static <T> ResourceAttribute<T>ShadowUtil.getAttribute(ShadowType shadow, QName attrName) static @NotNull Collection<ResourceAttribute<?>>ShadowUtil.getAttributes(ShadowType shadowType) static ResourceAttributeContainerShadowUtil.getAttributesContainer(ShadowType shadowType) static <T> TShadowUtil.getAttributeValue(ShadowType shadowType, QName attrName) static <T> List<T>ShadowUtil.getAttributeValues(ShadowType shadowType, QName attrName) static <T> Collection<T>ShadowUtil.getAttributeValues(ShadowType shadow, QName attributeQname, Class<T> type) static ShadowCorrelationStateTypeShadowUtil.getCorrelationStateRequired(@NotNull ShadowType shadow) static <T extends AbstractCorrelatorStateType>
TShadowUtil.getCorrelatorStateRequired(@NotNull ShadowType shadow, Class<T> clazz) static StringShadowUtil.getHumanReadableName(ShadowType shadowType) static StringShadowUtil.getIntent(ShadowType shadow) Returns intent from the shadow.static ShadowKindTypeShadowUtil.getKind(ShadowType shadow) static @Nullable SynchronizationSituationDescriptionTypeShadowUtil.getLastSyncSituationDescription(@NotNull ShadowType shadow) static StringShadowUtil.getMultiStringAttributeValueAsSingle(ShadowType shadow, QName attrName) static ResourceAttribute<String>ShadowUtil.getNamingAttribute(ShadowType shadow) ShadowUtil.getObjectClassDefinition(ShadowType shadow) static @NotNull QNameShadowUtil.getObjectClassRequired(@NotNull ShadowType shadow) static ActivationTypeShadowUtil.getOrCreateActivation(ShadowType shadowType) static ResourceAttributeContainerShadowUtil.getOrCreateAttributesContainer(ShadowType shadow, ResourceObjectDefinition definition) static @NotNull PasswordTypeShadowUtil.getOrCreateShadowPassword(ShadowType shadow) static ProtectedStringTypeShadowUtil.getPasswordValue(ShadowType shadowType) static Collection<ResourceAttribute<?>>ShadowUtil.getPrimaryIdentifiers(ShadowType shadowType) static PolyStringShadowUtil.getResourceName(ShadowType shadowType) static StringShadowUtil.getResourceOid(ShadowType shadowType) static @NotNull StringShadowUtil.getResourceOidRequired(@NotNull ShadowType shadow) static Collection<ResourceAttribute<?>>ShadowUtil.getSecondaryIdentifiers(ShadowType shadowType) static StringShadowUtil.getSingleStringAttributeValue(ShadowType shadow, QName attrName) ShadowUtil.getTypeIdentification(ShadowType shadow) static booleanActivationUtil.hasAdministrativeActivation(ShadowType objectType) static booleanActivationUtil.hasLockoutStatus(ShadowType objectType) static booleanShadowUtil.hasPrimaryIdentifier(ShadowType shadow, ResourceObjectDefinition objectDefinition) static booleanActivationUtil.hasValidFrom(ShadowType objectType) static booleanActivationUtil.hasValidTo(ShadowType objectType) static booleanShadowUtil.isAccount(ShadowType shadowType) static booleanActivationUtil.isAdministrativeEnabled(ShadowType objectType) static booleanShadowUtil.isAttributesContainerRaw(ShadowType shadow) static booleanShadowUtil.isClassified(ShadowType shadow) static booleanShadowUtil.isConflicting(ShadowType shadow1, ShadowType shadow2) static booleanShadowUtil.isDead(ShadowType shadow) static booleanShadowUtil.isExists(ShadowType shadow) static booleanShadowUtil.isFullShadow(ShadowType shadow) static booleanShadowUtil.isGone(@NotNull ShadowType shadow) Returns true if the shadow state indicates that it is 'gone', i.e. no longer on the resource.static booleanShadowUtil.isGoneApproximate(@NotNull ShadowType shadow) AsShadowUtil.isGone(ShadowType)but with possibly incomplete information.static booleanActivationUtil.isLockedOut(ShadowType objectType) static booleanShadowUtil.isNotDead(ShadowType shadow) static booleanShadowUtil.isPartiallyClassified(@NotNull ShadowType shadow) static booleanShadowUtil.isProtected(@Nullable ShadowType shadow) static booleanShadowUtil.matches(@NotNull ShadowType shadow, @NotNull ShadowDiscriminatorType discriminator) static booleanShadowUtil.matches(@NotNull ShadowType shadow, @Nullable String resourceOid, @Nullable ShadowKindType kind, @Nullable String intent) Null values mean "any" here.static booleanShadowUtil.matchesPattern(ShadowType shadowType, ShadowDiscriminatorType discr) InterpretsShadowDiscriminatorTypeas a pattern.static voidShadowUtil.removeAllAttributesExceptPrimaryIdentifier(ShadowType shadow, ResourceObjectDefinition objDef) static voidShadowUtil.setCorrelatorState(@NotNull ShadowType shadow, @Nullable AbstractCorrelatorStateType state) static voidShadowUtil.setPassword(ShadowType shadow, ProtectedStringType passwordValue) static voidShadowUtil.setPasswordIncomplete(ShadowType shadow) static StringShadowUtil.shortDumpShadow(ShadowType shadow) static ObjectShadowUtil.shortDumpShadowLazily(ShadowType shadow) static voidShadowUtil.validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) static booleanShadowUtil.wasSynchronizedAfterDeath(ShadowType shadow) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ShadowUtil.applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition) static voidShadowUtil.applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema) This is not supposed to be used in production code!static voidShadowUtil.checkConsistence(PrismObject<? extends ShadowType> shadow, String desc) static PolyStringShadowUtil.determineShadowName(PrismObject<ShadowType> shadow) static ActivationStatusTypeActivationUtil.getAdministrativeStatus(PrismObject<ShadowType> shadow) static Collection<ResourceAttribute<?>>ShadowUtil.getAllIdentifiers(PrismObject<? extends ShadowType> shadow) static <T> ResourceAttribute<T>ShadowUtil.getAttribute(PrismObject<? extends ShadowType> shadow, QName attrName) static @NotNull Collection<ResourceAttribute<?>>ShadowUtil.getAttributes(PrismObject<? extends ShadowType> shadow) static ResourceAttributeContainerShadowUtil.getAttributesContainer(PrismObject<? extends ShadowType> shadow) static ResourceAttributeContainerShadowUtil.getAttributesContainer(PrismObject<? extends ShadowType> shadow, QName containerName) static @NotNull Collection<Item<?,?>> ShadowUtil.getAttributesRaw(PrismObject<? extends ShadowType> shadow) Here we assume that the definition may not be applied yet.static <T> TShadowUtil.getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName) static <T> List<T>ShadowUtil.getAttributeValues(PrismObject<? extends ShadowType> shadow, QName attrName) static StringActivationUtil.getDisableReason(PrismObject<ShadowType> shadow) static StringShadowUtil.getHumanReadableName(PrismObject<? extends ShadowType> shadow) static ObjectShadowUtil.getHumanReadableNameLazily(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.getIntent(PrismObject<ShadowType> shadow) static ShadowKindTypeShadowUtil.getKind(PrismObject<ShadowType> shadow) static ResourceAttribute<String>ShadowUtil.getNamingAttribute(PrismObject<? extends ShadowType> shadow) static ResourceAttributeContainerShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ShadowType> shadow, ResourceObjectDefinition definition) static Collection<ResourceAttribute<?>>ShadowUtil.getPrimaryIdentifiers(PrismObject<? extends ShadowType> shadow) static PolyStringShadowUtil.getResourceName(PrismObject<ShadowType> shadow) static @NotNull ResourceObjectIdentificationShadowUtil.getResourceObjectIdentification(PrismObject<ShadowType> shadow, ResourceObjectDefinition objectDefinition) static StringShadowUtil.getResourceOid(PrismObject<ShadowType> shadow) static ResourceAttribute<String>ShadowUtil.getSecondaryIdentifier(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.getSecondaryIdentifierRealValue(PrismObject<? extends ShadowType> shadow) static Collection<ResourceAttribute<?>>ShadowUtil.getSecondaryIdentifiers(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.getSingleStringAttributeValue(PrismObject<ShadowType> shadow, QName attrName) static booleanShadowUtil.isDead(@NotNull PrismObject<ShadowType> shadow) static booleanShadowUtil.isExists(PrismObject<ShadowType> shadow) static booleanShadowUtil.isNotDead(PrismObject<ShadowType> shadow) static booleanShadowUtil.isProtected(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.shortDumpShadow(PrismObject<ShadowType> shadow) static ObjectShadowUtil.shortDumpShadowLazily(PrismObject<ShadowType> shadow) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.home.dto
Constructor parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type ShadowTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.resources
Method parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected voidResourceContentPanel.customizeProvider(SelectableBeanObjectDataProvider<ShadowType> provider) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanResourceContentPanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type ShadowTypeModifierConstructorDescriptionShadowSummaryPanel(String id, org.apache.wicket.model.IModel<ShadowType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>> ShadowTablePanel.createDefaultColumns()protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String> ShadowTablePanel.createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) Methods in com.evolveum.midpoint.web.page.admin.shadows with parameters of type ShadowTypeModifier and TypeMethodDescriptionprotected voidShadowTablePanel.importPreviewResourceObject(ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.importPreviewResourceObjectConfirmed(TaskExecutionMode mode, ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.importResourceObject(ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.objectDetailsPerformed(ShadowType object) Method parameters in com.evolveum.midpoint.web.page.admin.shadows with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected booleanShadowTablePanel.isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) protected booleanShadowTablePanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) protected voidShadowTablePanel.updateResourceObjectStatusPerformed(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> selected, org.apache.wicket.ajax.AjaxRequestTarget target, boolean enabled) -
Uses of ShadowType 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 ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ShadowTypeModifier and TypeMethodDescriptionResourceObjectShadowListType.beginObject()ObjectFactory.createShadowType()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ShadowTypeModifier and TypeFieldDescriptionprotected ShadowTypeResourceObjectShadowChangeDescriptionType.currentShadowprotected ShadowTypeUcfChangeType.objectFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowTypeModifier and TypeMethodDescriptionShadowType.activation(ActivationType value) ShadowType.association(ShadowAssociationType value) ShadowType.attributes(ShadowAttributesType value) ShadowType.auxiliaryObjectClass(QName value) ResourceObjectShadowChangeDescriptionType.beginCurrentShadow()UcfChangeType.beginObject()ShadowType.cachingMetadata(CachingMetadataType value) ShadowType.clone()ShadowType.correlation(ShadowCorrelationStateType value) ObjectFactory.createShadowType()ShadowType.credentials(CredentialsType value) ShadowType.deathTimestamp(String value) ShadowType.deathTimestamp(XMLGregorianCalendar value) ShadowType.description(String value) ShadowType.diagnosticInformation(DiagnosticInformationType value) ShadowType.documentation(String value) ShadowType.effectiveMarkRef(ObjectReferenceType value) ShadowType.effectiveMarkRef(String oid, QName type) ShadowType.effectiveMarkRef(String oid, QName type, QName relation) ShadowType.effectiveOperationPolicy(ObjectOperationPolicyType value) ShadowType.extension(ExtensionType value) ShadowType.fetchResult(OperationResultType value) ShadowType.fullSynchronizationTimestamp(String value) ShadowType.fullSynchronizationTimestamp(XMLGregorianCalendar value) ResourceObjectShadowChangeDescriptionType.getCurrentShadow()UcfChangeType.getObject()ShadowType.indestructible(Boolean value) ShadowType.iterationToken(String value) ShadowType.kind(ShadowKindType value) ShadowType.lensContext(LensContextType value) ShadowType.lifecycleState(String value) ShadowType.metadata(MetadataType value) ShadowType.name(PolyStringType value) ShadowType.objectClass(QName value) ShadowType.operationExecution(OperationExecutionType value) ShadowType.parentOrgRef(ObjectReferenceType value) ShadowType.parentOrgRef(String oid, QName type) ShadowType.parentOrgRef(String oid, QName type, QName relation) ShadowType.pendingOperation(PendingOperationType value) ShadowType.policyException(PolicyExceptionType value) ShadowType.policySituation(String value) ShadowType.policyStatement(PolicyStatementType value) ShadowType.primaryIdentifierValue(String value) ShadowType.protectedObject(Boolean value) ShadowType.purpose(ShadowPurposeType value) ShadowType.resourceRef(ObjectReferenceType value) ShadowType.resourceRef(String oid, QName type) ShadowType.resourceRef(String oid, QName type, QName relation) ShadowType.shadowLifecycleState(ShadowLifecycleStateType value) ShadowType.synchronizationSituation(SynchronizationSituationType value) ShadowType.synchronizationSituationDescription(SynchronizationSituationDescriptionType value) ShadowType.synchronizationTimestamp(String value) ShadowType.synchronizationTimestamp(XMLGregorianCalendar value) ShadowType.tenantRef(ObjectReferenceType value) ShadowType.trigger(TriggerType value) ShadowType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowType.asPrismObject()jakarta.xml.bind.JAXBElement<ShadowType>ObjectFactory.createShadow(ShadowType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ShadowTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ShadowType>ObjectFactory.createShadow(ShadowType value) ResourceObjectShadowChangeDescriptionType.currentShadow(ShadowType value) UcfChangeType.object(ShadowType value) voidResourceObjectShadowChangeDescriptionType.setCurrentShadow(ShadowType value) voidUcfChangeType.setObject(ShadowType value)