Interface OrganizationIdentityProviderResource


public interface OrganizationIdentityProviderResource
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") IdentityProviderRepresentation toRepresentation()
    • delete

      @DELETE jakarta.ws.rs.core.Response delete()
    • getGroups

      @Path("groups") @GET @Produces("application/json") List<GroupRepresentation> getGroups(@QueryParam("search") String search, @QueryParam("q") String searchQuery, @QueryParam("exact") @DefaultValue("false") Boolean exact, @QueryParam("first") Integer first, @QueryParam("max") Integer max, @QueryParam("briefRepresentation") @DefaultValue("true") boolean briefRepresentation, @QueryParam("subGroupsCount") @DefaultValue("false") boolean subGroupsCount)