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) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic ResourceTypeWebModelServiceUtils.loadResource(PrismObjectWrapper<ShadowType> shadowWrapper, PageBase pageBase) -
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, SelectableBeanObjectDataProvider<ShadowType> provider, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidConstructionGroupStepPanel.processSelectOrDeselectItem(SelectableBean<ShadowType> value, SelectableBeanObjectDataProvider<ShadowType> provider, 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 @Nullable ItemNameProvisioningObjectsUtil.getAssociationForConstructionAndShadow(@NotNull ConstructionType construction, @NotNull 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 Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @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(ShadowAssociationValueType associationValue) Returns cached entitlement (target object) for given association value.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 types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic List<ObjectDeltaOperation<ShadowType>>ObjectDeltaOperation.findProjectionDeltasInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) -
Uses of ShadowType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ShadowTypeModifier and TypeMethodDescription@NotNull ShadowTypeShadowReferenceAttributeValue.getShadowBean()Target object or its reference.Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ObjectFactory.constructObjectDefinition(ShadowAttributesContainerDefinition rACD, ShadowAssociationsContainerDefinition rAsCD) AbstractResourceObjectDefinitionImpl.getPrismObjectDefinition()CompositeObjectDefinitionImpl.getPrismObjectDefinition()ResourceObjectDefinition.getPrismObjectDefinition()Returns a prism definition for the prism object/objects carrying the resource object/objects.default @NotNull PrismObjectDefinition<ShadowType>ResourceObjectDefinition.toPrismObjectDefinition()CallResourceObjectDefinition.getPrismObjectDefinition()for the cached version.Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowDefinitionApplicator.applyToAssociationValues(ShadowType shadow) Applies the correct definitions to objects embedded in association values.voidShadowDefinitionApplicator.applyToShadow(@NotNull ShadowType bean) Applies the definition to the model-level or resource-level 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.ResourceObjectIdentification.fromCompleteShadow(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowType shadow) Returns identification for a shadow.ResourceObjectIdentification.fromCompleteShadow(@NotNull ShadowType shadow) Returns identification for a shadow.@Nullable ResourceObjectDefinitionResourceSchemaRegistry.getDefinitionForShadow(@NotNull ShadowType shadow) default booleanShadowAssociationDefinition.matches(@NotNull ShadowType potentialTarget) default booleanShadowReferenceAttributeDefinition.matches(@NotNull ShadowType potentialTarget) Returns `true` if the provided shadow is a legal target for this reference (according to the definition).booleanShadowRelationParticipantType.matches(@NotNull ShadowType shadow) static @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow, if possible.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ShadowType bean) Creates identifiers from a shadow, if possible.Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowDefinitionApplicator.applyToDelta(@NotNull ObjectDelta<ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptiondefault 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 ShadowTypeModifier and TypeMethodDescriptionShadowBuilder.asObjectable()@NotNull ShadowTypeAbstractShadow.getBean()Returns theShadowTypebean backing this object.@NotNull ShadowTypeAbstractShadow.Impl.getBean()@NotNull ShadowTypeRawRepoShadow.getBean()static @Nullable ShadowTypeRawRepoShadow.getBean(@Nullable RawRepoShadow repoShadow) 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) ShadowBuilder.asPrismObject()default @NotNull PrismObject<ShadowType>AbstractShadow.getPrismObject()@NotNull PrismObject<ShadowType>RawRepoShadow.getPrismObject()Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic voidShadowUtil.addAssociation(ShadowType shadow, ShadowReferenceAttribute association) static voidShadowUtil.addAttribute(ShadowType shadow, ShadowAttribute<?, ?, ?, ?> attribute) static voidShadowUtil.addPrimaryIdentifierValue(ShadowType shadow, Object primaryIdentifierValue) Adds primary identifier value to the shadow.static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static @NotNull ShadowAssociationValueTypeShadowAssociationsUtil.createSingleRefRawValue(@NotNull ItemName refName, @NotNull ShadowType shadow) Creates a trivial (single-object-ref) association value as the raw (definition-less) bean.static PolyStringShadowUtil.determineShadowName(ShadowType shadow) static booleanShadowUtil.equalsByContent(@NotNull ShadowType s1, @NotNull ShadowType s2) Compares the shadows on a high level, with the aim of determining if two target shadows are the same.static ActivationStatusTypeActivationUtil.getAdministrativeStatus(ShadowType shadow) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getAllIdentifiers(ShadowType shadow) static ShadowAssociationShadowUtil.getAssociation(ShadowType shadow, QName associationName) static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull ShadowType shadow) TODOstatic @NotNull ShadowAssociationsCollectionShadowUtil.getAssociationsCollection(@NotNull ShadowType shadowBean) static @Nullable ShadowAssociationsContainerShadowUtil.getAssociationsContainer(@NotNull ShadowType shadow) Similar toShadowUtil.getAttributesContainer(ShadowType).static ShadowAssociationsContainerShadowUtil.getAssociationsContainerRequired(@NotNull ShadowType shadow) static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(ShadowType shadowType) static ShadowAttributesContainerShadowUtil.getAttributesContainer(ShadowType shadowType) static @NotNull ShadowAttributesContainerShadowUtil.getAttributesContainerRequired(ShadowType shadow) static @NotNull Collection<Item<?,?>> ShadowUtil.getAttributesRaw(@NotNull ShadowType shadow) Here we assume that the definition may not be applied yet.static @NotNull Collection<? extends Item<?,?>> ShadowUtil.getAttributesTolerant(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 XMLGregorianCalendarShadowUtil.getLastLoginTimestampValue(ShadowType shadow) static @Nullable SynchronizationSituationDescriptionTypeShadowUtil.getLastSyncSituationDescription(@NotNull ShadowType shadow) static LockoutStatusTypeActivationUtil.getLockoutStatus(ShadowType objectType) static ShadowSimpleAttribute<String>ShadowUtil.getNamingAttribute(ShadowType shadow) static @NotNull ResourceObjectClassDefinitionShadowUtil.getObjectClassDefinition(@NotNull ShadowType shadow) static @NotNull QNameShadowUtil.getObjectClassRequired(@NotNull ShadowType shadow) static ActivationTypeShadowUtil.getOrCreateActivation(ShadowType shadowType) static ShadowAssociationsContainerShadowUtil.getOrCreateAssociationsContainer(ShadowType shadow) Assuming the shadow has the correct definition.static @NotNull ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(ShadowType shadow) Assuming the shadow has the correct definition.static ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(ShadowType shadow, ResourceObjectDefinition definition) static ShadowBehaviorTypeShadowUtil.getOrCreateShadowBehavior(ShadowType shadowType) static @NotNull PasswordTypeShadowUtil.getOrCreateShadowPassword(ShadowType shadow) static ProtectedStringTypeShadowUtil.getPasswordValue(ShadowType shadowType) static @Nullable PrismProperty<ProtectedStringType>ShadowUtil.getPasswordValueProperty(@Nullable ShadowType shadow) static ResourceObjectIdentifier.Primary<?>ShadowUtil.getPrimaryIdentifier(@NotNull ShadowType shadow) The shadow must have definitions applied.static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getPrimaryIdentifiers(ShadowType shadowType) static @Nullable ObjectShadowUtil.getPrimaryIdentifierValue(@NotNull ShadowType shadow, @NotNull ResourceObjectDefinition objectDefinition) static @NotNull Collection<ShadowReferenceAttribute>ShadowUtil.getReferenceAttributes(@NotNull ShadowType shadow) Returns a detached, immutable list.static @NotNull ShadowReferenceAttributesCollectionShadowUtil.getReferenceAttributesCollection(@NotNull ShadowType shadowBean) static PolyStringShadowUtil.getResourceName(ShadowType shadowType) static @NotNull ResourceObjectDefinitionShadowUtil.getResourceObjectDefinition(@NotNull ShadowType shadow) The definition is derived either from attributes container or from the prism definition (must not be raw).static StringShadowUtil.getResourceOid(ShadowType shadowType) static @NotNull StringShadowUtil.getResourceOidRequired(@NotNull ShadowType shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSecondaryIdentifiers(ShadowType shadowType) static <T> ShadowSimpleAttribute<T>ShadowUtil.getSimpleAttribute(ShadowType shadow, QName attrName) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSimpleAttributes(ShadowType shadowType) static StringShadowUtil.getSingleStringAttributeValue(ShadowType shadow, QName attrName) static <T> @Nullable PrismPropertyValue<T>ShadowUtil.getSingleValue(ShadowType shadow, QName attrName, Object errorCtx) static <T> @NotNull PrismPropertyValue<T>ShadowUtil.getSingleValueRequired(ShadowType shadow, QName attrName, Object errorCtx) ShadowUtil.getTypeIdentification(ShadowType shadow) static XMLGregorianCalendarActivationUtil.getValidFrom(ShadowType shadow) static XMLGregorianCalendarActivationUtil.getValidTo(ShadowType shadow) static booleanActivationUtil.hasAdministrativeActivation(ShadowType objectType) static booleanShadowUtil.hasAuxiliaryObjectClass(@NotNull ShadowType bean, @NotNull QName name) static booleanShadowUtil.hasFetchError(@NotNull ShadowType shadow) Beware, maintenance mode has PARTIAL_ERROR here.static booleanActivationUtil.isAdministrativeEnabled(ShadowType objectType) static booleanShadowUtil.isClassified(ShadowType shadow) static booleanShadowUtil.isConflicting(ShadowType shadow1, ShadowType shadow2) static booleanShadowUtil.isDead(ShadowType shadow) static booleanShadowUtil.isExists(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 booleanShadowUtil.isNotDead(ShadowType shadow) static booleanShadowUtil.isProtected(@Nullable ShadowType shadow) static booleanShadowUtil.isRaw(@NotNull ShadowType shadowBean) 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 AbstractShadowAbstractShadow.of(@NotNull ShadowType bean) static @NotNull RawRepoShadowRawRepoShadow.of(@NotNull ShadowType bean) static @NotNull ShadowAssociationsMapShadowAssociationsMap.of(@NotNull ShadowType shadow) static ShadowAssociationsCollectionShadowAssociationsCollection.ofShadow(@NotNull ShadowType shadow) ShadowReferenceAttributesCollection.ofShadow(@NotNull ShadowType shadow) Returns all reference attributes of given shadow.static voidShadowUtil.setCorrelatorState(@NotNull ShadowType shadow, @Nullable AbstractCorrelatorStateType state) static voidShadowUtil.setPassword(ShadowType shadow, ProtectedStringType passwordValue) static voidShadowUtil.setPasswordIncomplete(ShadowType shadow) Does not touch the actual password value.static @NotNull ShadowAttributesContainerShadowUtil.setupAttributesContainer(@NotNull ShadowType shadowBean, @NotNull ResourceObjectDefinition objectDefinition) Creates the resource attributes container with a proper definition.static StringShadowUtil.shortDumpShadow(ShadowType shadow) static ObjectShadowUtil.shortDumpShadowLazily(ShadowType shadow) static voidShadowUtil.validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) static booleanShadowUtil.wasSynchronizedAfterDeath(ShadowType shadow) @NotNull AbstractShadowAbstractShadow.Impl.withNewContent(@NotNull ShadowType newBean) @NotNull AbstractShadowAbstractShadow.withNewContent(@NotNull ShadowType newBean) Replaces the in-memory representation with the new content but the same definition.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 @NotNull ItemCachedStatusShadowUtil.getActivationCachedStatus(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static ActivationStatusTypeActivationUtil.getAdministrativeStatus(PrismObject<ShadowType> shadow) static @NotNull Collection<? extends ShadowAssociationValue>ShadowUtil.getAdoptedAssociationValues(@NotNull PrismObject<ShadowType> shadow, QName assocName) TODO better name ... the idea is that the shadow has the correct definition, but currently we cannot use AbstractShadow, because there are some differences in definitions ... to be researched.static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getAllIdentifiers(PrismObject<? extends ShadowType> shadow) static ShadowAssociationShadowUtil.getAssociation(PrismObject<ShadowType> shadow, QName associationName) static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull PrismObject<ShadowType> shadow) static ShadowAssociationsContainerShadowUtil.getAssociationsContainer(@NotNull PrismObject<ShadowType> shadow) Similar toShadowUtil.getAttributesContainer(ShadowType).static @NotNull Collection<? extends ShadowAssociationValue>ShadowUtil.getAssociationValues(@NotNull PrismObject<ShadowType> shadow, QName assocName) Returns the values of given association.static @NotNull Collection<ShadowAssociationValueType>ShadowUtil.getAssociationValuesRaw(@NotNull PrismObject<ShadowType> shadow, QName assocName) Returns the values of given association.static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(PrismObject<? extends ShadowType> shadow) static @Nullable ShadowAttributesContainerShadowUtil.getAttributesContainer(PrismObject<? extends ShadowType> shadow) static @NotNull ShadowAttributesContainerShadowUtil.getAttributesContainerRequired(PrismObject<ShadowType> shadow) static <T> TShadowUtil.getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName) static <T> @NotNull List<T>ShadowUtil.getAttributeValues(PrismObject<? extends ShadowType> shadow, QName attrName) static Collection<QName>ShadowUtil.getCachedAttributesNames(@Nullable PrismObject<ShadowType> shadow, @NotNull CompositeObjectDefinition definition, @NotNull XMLGregorianCalendar now) static StringShadowUtil.getDiagInfo(PrismObject<ShadowType> shadow) static ObjectShadowUtil.getDiagInfoLazily(PrismObject<ShadowType> shadow) 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 ShadowSimpleAttribute<String>ShadowUtil.getNamingAttribute(PrismObject<? extends ShadowType> shadow) static ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ShadowType> shadow, ResourceObjectDefinition definition) static @NotNull ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(PrismObject<ShadowType> shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getPrimaryIdentifiers(PrismObject<? extends ShadowType> shadow) static ShadowReferenceAttributeShadowUtil.getReferenceAttribute(PrismObject<? extends ShadowType> shadow, QName attrName) static @NotNull Collection<ShadowReferenceAttribute>ShadowUtil.getReferenceAttributes(@NotNull PrismObject<ShadowType> shadow) static PolyStringShadowUtil.getResourceName(PrismObject<ShadowType> shadow) static @NotNull ResourceObjectDefinitionShadowUtil.getResourceObjectDefinition(@NotNull PrismObject<ShadowType> shadow) static StringShadowUtil.getResourceOid(PrismObject<ShadowType> shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSecondaryIdentifiers(PrismObject<? extends ShadowType> shadow) static ItemCachedStatusShadowUtil.getShadowCachedStatus(@NotNull PrismObject<ShadowType> shadow, @NotNull XMLGregorianCalendar now) Assuming that the shadow was obtained from the repository (cache), and has the correct definition, this method tells the client if the cached data can be considered fresh enough regarding the caching TTL.static @NotNull ItemCachedStatusShadowUtil.getShadowCachedStatus(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowContentDescriptionType contentDescriptionOverride, @NotNull XMLGregorianCalendar now) The shadow can be raw here.static <T> ShadowSimpleAttribute<T>ShadowUtil.getSimpleAttribute(PrismObject<? extends ShadowType> shadow, QName attrName) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSimpleAttributes(PrismObject<? extends ShadowType> shadow) static @NotNull ItemCachedStatusShadowUtil.isAssociationLoaded(@NotNull ItemName assocName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static @NotNull ItemCachedStatusShadowUtil.isAttributeLoaded(@NotNull ItemName attrName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowAttributeDefinition<?, ?, ?, ?> attrDefOverride, @NotNull XMLGregorianCalendar now) static @NotNull ItemCachedStatusShadowUtil.isAuxiliaryObjectClassPropertyLoaded(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static booleanShadowUtil.isDead(@NotNull PrismObject<ShadowType> shadow) static booleanShadowUtil.isExists(PrismObject<ShadowType> shadow) static booleanShadowUtil.isNotDead(PrismObject<ShadowType> shadow) static @NotNull ItemCachedStatusShadowUtil.isPasswordValueLoaded(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static booleanShadowUtil.isProtected(PrismObject<? extends ShadowType> shadow) static AbstractShadowAbstractShadow.of(@NotNull PrismObject<ShadowType> prismObject) static @NotNull RawRepoShadowRawRepoShadow.of(@NotNull PrismObject<ShadowType> shadowObject) static @NotNull ShadowAssociationsMapShadowAssociationsMap.of(@NotNull PrismObject<ShadowType> shadow) ShadowReferenceAttributesCollection.ofObjectDelta(@Nullable ObjectDelta<ShadowType> objectDelta) static @Nullable RawRepoShadowRawRepoShadow.selectLiveShadow(@NotNull List<PrismObject<ShadowType>> shadows, Object context) 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 ShadowTypeMethods 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.associations(ShadowAssociationsType value) ShadowType.attributes(ShadowAttributesType value) ShadowType.auxiliaryObjectClass(QName value) ResourceObjectShadowChangeDescriptionType.beginCurrentShadow()UcfChangeType.beginObject()ShadowType.behavior(ShadowBehaviorType value) ShadowType.cachingMetadata(CachingMetadataType value) ShadowType.clone()ShadowType.contentDescription(ShadowContentDescriptionType value) 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.referenceAttributes(ShadowReferenceAttributesType 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)