Interface StorePostRetrieveRequestContext

    • Method Detail

      • getSCIMFilter

        com.unboundid.scim2.common.filters.Filter getSCIMFilter()
        Get the SCIM filter which identifies the entry that was retrieved.
        Returns:
        The SCIM filter which identifies the entry that was retrieved.
      • getRetrievedObject

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