Class ShadowAssociationsMap

java.lang.Object
com.evolveum.midpoint.schema.util.ShadowAssociationsMap
All Implemented Interfaces:
Serializable, Map<QName,ShadowAssociationsMap.RawAssociation>

@TestOnly @Experimental public class ShadowAssociationsMap extends Object implements Map<QName,ShadowAssociationsMap.RawAssociation>, Serializable
Provides a nicer API for working with the shadow associations. Currently, it provides a read-only access: the content of the `associations` container is parsed at the object construction time. Not thread-safe. NOTE: Use only when the shadow may be "raw". Otherwise, use the ShadowAssociationsContainer instead. TODO Decide on the fate of this class. Maybe it's not that useful as it originally seemed to be.
See Also: