Interface StorePostUpdateRequestContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.unboundid.scim2.common.messages.PatchRequest getPatchRequest()
      Retrieve the SCIM patch request specifying the modifications that were processed.
      com.unboundid.scim2.common.filters.Filter getSCIMFilter()
      Retrieve the filter which identifies the entry that was updated.
      com.fasterxml.jackson.databind.node.ObjectNode getUpdatedObject()
      Retrieves the updated object returned by the store adapter.
    • Method Detail

      • getSCIMFilter

        com.unboundid.scim2.common.filters.Filter getSCIMFilter()
        Retrieve the filter which identifies the entry that was updated.
        Returns:
        The filter which identifies the entry that was updated.
      • getPatchRequest

        com.unboundid.scim2.common.messages.PatchRequest getPatchRequest()
        Retrieve the SCIM patch request specifying the modifications that were processed.
        Returns:
        The SCIM patch request specifying the modifications that were processed.
      • getUpdatedObject

        com.fasterxml.jackson.databind.node.ObjectNode getUpdatedObject()
        Retrieves the updated object returned by the store adapter. The plugin may make changes directly to this object.
        Returns:
        The updated object returned by the store adapter.