Interface SearchResource

All Known Implementing Classes:
SearchResourceImpl

@Path(".search") public interface SearchResource
From SCIM Protocol Specification, section 3, page 9
Author:
chrisharm
See Also:
  • Scim spec section 3.2 Resource Endpoint Operations Description -------- ---------------- ---------------------- -------------------- Search [prefix]/.search POST (Section 3.4.3) Search from system root or within a resource endpoint for one or more resource types using POST.
  • Method Summary

    Modifier and Type
    Method
    Description
    default jakarta.ws.rs.core.Response
     
  • Method Details