@Path("/auth/sudo_support")
public interface ISudoSupport
-
Method Summary 
void
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
-