Package de.dlr.proseo.usermgr.rest
Class LoginControllerDecorator
java.lang.Object
de.dlr.proseo.usermgr.rest.LoginControllerDecorator
- All Implemented Interfaces:
LoginController
@RestController
@RequestMapping(value="/proseo/user-mgr/{version}/login",
produces="application/json")
@Validated
public class LoginControllerDecorator
extends Object
implements LoginController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoginControllerDecorator
public LoginControllerDecorator()
-
-
Method Details
-
login
@RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<List<String>> login(@RequestParam(required=false) String mission) Let a user log in to a specific mission (the user is retrieved from the basic authentication information). Mission may be empty for the "root" user.- Specified by:
loginin interfaceLoginController
-