@RestController @RequestMapping(value="/admin/user") @SwaggerIgnore @Deprecated public class UserAdminController extends Object
| Constructor and Description |
|---|
UserAdminController()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
createUser(UserCreate registration,
Principal principal)
Deprecated.
|
ApiResponse |
deleteUser(String term,
Principal principal,
javax.servlet.http.HttpServletResponse httpResponse)
Deprecated.
|
ApiResponse |
find(String term,
Principal principal)
Deprecated.
|
ApiResponse |
forgotPassword(UserPasswordReset passwordReset,
Principal principal)
Deprecated.
2018-01-09 old MyEuropeana functionality
|
ApiResponse |
resetPassword(UserPasswordReset passwordReset,
Principal principal)
Deprecated.
2018-01-09 old MyEuropeana functionality
|
ApiResponse |
updateUser(UserCreate update,
String term,
Principal principal,
javax.servlet.http.HttpServletResponse httpResponse)
Deprecated.
|
@RequestMapping(value="/{term:.+}",
method=GET,
produces="application/json")
public ApiResponse find(@PathVariable
String term,
Principal principal)
@RequestMapping(method=POST,
consumes="application/json",
produces="application/json")
public ApiResponse createUser(@RequestBody
UserCreate registration,
Principal principal)
@RequestMapping(value="/{term:.+}",
method=PUT,
consumes="application/json",
produces="application/json")
public ApiResponse updateUser(@RequestBody
UserCreate update,
@PathVariable
String term,
Principal principal,
javax.servlet.http.HttpServletResponse httpResponse)
@RequestMapping(value="/{term:.+}",
method=DELETE,
consumes="application/json",
produces="application/json")
public ApiResponse deleteUser(@PathVariable
String term,
Principal principal,
javax.servlet.http.HttpServletResponse httpResponse)
@RequestMapping(path="/forgot",
method=POST,
consumes="application/json",
produces="application/json")
@Deprecated
public ApiResponse forgotPassword(@RequestBody
UserPasswordReset passwordReset,
Principal principal)
passwordReset - principal - @RequestMapping(path="/resetpassword",
method=POST,
consumes="application/json",
produces="application/json")
public ApiResponse resetPassword(@RequestBody
UserPasswordReset passwordReset,
Principal principal)
passwordReset - principal - Copyright © 2018 Europeana Foundation. All rights reserved.