Interface TenantGroupMembersResource

All Known Implementing Classes:
TenantGroupMembersResourceImpl

public interface TenantGroupMembersResource
  • Field Details

  • Method Details

    • createMembership

      @PUT @Path("/{groupId}") void createMembership(@PathParam("groupId") String groupId)
    • deleteMembership

      @DELETE @Path("/{groupId}") void deleteMembership(@PathParam("groupId") String groupId)
    • availableOperations

      @OPTIONS @Produces("application/json") ResourceOptionsDto availableOperations(@Context jakarta.ws.rs.core.UriInfo context)