Interface ISudoSupport


@Path("/auth/sudo_support") public interface ISudoSupport
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOwner(String subject)
    Overrides the owner of a session.
  • Method Details

    • setOwner

      @POST @Path("_owner") void setOwner(@QueryParam("subject") String subject)
      Overrides the owner of a session. The items created/updated with this session will be held by the given subject.
      Parameters:
      subject -