Interface SCIMSearchResultListener


  • @NotExtensible
    public interface SCIMSearchResultListener
    This interfaces defines an API for a SCIM 2-based Server SDK extension to provide search results to the PingAuthorize Server as they are returned from the extension's data store.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void searchResultReturned​(com.unboundid.scim2.common.ScimResource scimResource)
      Indicates that the provided resource has been returned by the extension's data store and may be processed by the PingAuthorize Server.
    • Method Detail

      • searchResultReturned

        void searchResultReturned​(com.unboundid.scim2.common.ScimResource scimResource)
        Indicates that the provided resource has been returned by the extension's data store and may be processed by the PingAuthorize Server.
        Parameters:
        scimResource - A resource that was returned by a search.