Interface StorePreSearchRequestContext

    • 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.
      • setSCIMFilter

        void setSCIMFilter​(com.unboundid.scim2.common.filters.Filter scimFilter)
        Sets the SCIM Filter associated with this search request. This filter will be used to search for entries in the native data store; before returning the search result set to the client, the PingAuthorize Server will filter the result set further using the original search filter.
        Parameters:
        scimFilter - The SCIM Filter that should be used.