@Provider @Path(value="/account") public class AccountController extends Object
| Constructor and Description |
|---|
AccountController() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
removeUserAccount(javax.servlet.ServletContext ctx,
javax.ws.rs.core.SecurityContext sec,
InputStream body)
TODO: notify workspace admin(s) about account removal
|
@POST
@Path(value="/remove")
public static javax.ws.rs.core.Response removeUserAccount(@Context
javax.servlet.ServletContext ctx,
@Context
javax.ws.rs.core.SecurityContext sec,
InputStream body)
ctx - sec - body - Copyright © 2020. All rights reserved.