Interface StorePostSearchEntryContext

    • Method Detail

      • getSCIMFilter

        com.unboundid.scim2.common.filters.Filter getSCIMFilter()
        Retrieves the SCIM Filter associated with this search request.
        Returns:
        The SCIM Filter that should be used. This may be null if no filtering is required.
      • getSearchEntry

        com.fasterxml.jackson.databind.node.ObjectNode getSearchEntry()
        Retrieves the search entry object returned by the store adapter. The plugin may make changes directly to this object. To remove an entry from search results entirely, the plugin should do so by modifying the entry so that it does not match the original search filter.
        Returns:
        The search entry returned by the store adapter.