Interface ResourceObjectEvent

  • All Superinterfaces:
    DebugDumpable, Event, Serializable, ShortDumpable

    public interface ResourceObjectEvent
    extends Event
    Event about resource object (account) creation, modification, or deletion. It is emitted when midPoint carries out the respective action. Not when account is changed on resource (by some other way).
    • Method Detail

      • getChangeType

        @NotNull
        @NotNull ChangeType getChangeType()
      • getOperationStatus

        @NotNull
        @NotNull OperationStatus getOperationStatus()
      • isShadowKind

        boolean isShadowKind​(ShadowKindType shadowKindType)
      • isShadowIntent

        boolean isShadowIntent​(String intent)
      • getShadowName

        String getShadowName()
      • getResourceOid

        String getResourceOid()
      • getPlaintextPassword

        String getPlaintextPassword()
      • getContentAsFormattedList

        String getContentAsFormattedList()
      • getContentAsFormattedList

        String getContentAsFormattedList​(boolean showSynchronizationItems,
                                         boolean showAuxiliaryAttributes)
      • hasContentToShow

        boolean hasContentToShow()
      • hasContentToShow

        boolean hasContentToShow​(boolean watchSynchronizationAttributes,
                                 boolean watchAuxiliaryAttributes)