Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowAttribute
Packages that use ShadowAttribute
-
Uses of ShadowAttribute in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor with type parameters of type ShadowAttributeModifier and TypeInterfaceDescriptioninterfaceShadowAttribute<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Access to bothShadowSimpleAttributeandShadowReferenceAttribute.interfaceShadowAttributeDefinition<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Definition of aShadowAttribute: simple or reference one. .classShadowAttributeDefinitionImpl<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImplandShadowReferenceAttributeDefinitionImpl.Subinterfaces of ShadowAttribute in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceTODO update this doc Resource Object Attribute is a Property of Resource Object.Classes in com.evolveum.midpoint.schema.processor that implement ShadowAttributeModifier and TypeClassDescriptionclassRepresents a shadow reference attribute (like `ri:group` or `ri:access`).classMethods in com.evolveum.midpoint.schema.processor that return ShadowAttributeModifier and TypeMethodDescriptionShadowAttribute.clone()ShadowAttribute<?,?, ?, ?> ShadowAttributesContainer.findAttribute(QName attrName) ShadowAttribute<?,?, ?, ?> ShadowAttributesContainerImpl.findAttribute(QName attrName) Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowAttributeModifier and TypeMethodDescription@NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowAttributesContainer.getAttributes()@NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowAttributesContainerImpl.getAttributes()Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowAttributeModifier and TypeMethodDescriptionvoidShadowAttributesContainer.add(ShadowAttribute<?, ?, ?, ?> attribute) voidShadowAttributesContainerImpl.add(ShadowAttribute<?, ?, ?, ?> attribute) default voidShadowAttributesContainer.addAttribute(ShadowAttribute<?, ?, ?, ?> attribute) This method exists just to avoid confusion betweenPrismContainer.add(Item)andShadowAttributesContainer.add(ShadowAttribute)for values that conform to both of these signatures (e.g.,ShadowSimpleAttribute).voidShadowAttributesContainer.remove(ShadowAttribute<?, ?, ?, ?> item) voidShadowAttributesContainerImpl.remove(ShadowAttribute<?, ?, ?, ?> item) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ShadowAttributeModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectIdentification<?>ResourceObjectIdentification.fromAttributes(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Collection<? extends ShadowAttribute<?, ?, ?, ?>> attributes) -
Uses of ShadowAttribute in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowAttributeModifier and TypeMethodDescriptiondefault @NotNull Collection<ShadowAttribute<?,?, ?, ?>> AbstractShadow.getAttributes()static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(PrismObject<? extends ShadowType> shadow) static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(ShadowType shadowType) Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowAttributeModifier and TypeMethodDescriptionstatic voidShadowUtil.addAttribute(ShadowType shadow, ShadowAttribute<?, ?, ?, ?> attribute)