@Controller public class LoginController extends Object
Constructor and Description |
---|
LoginController() |
Modifier and Type | Method and Description |
---|---|
String |
authorize(AuthenticationRequest authenticationRequest,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/authenticate", method=POST) @ResponseBody public String authorize(@RequestBody AuthenticationRequest authenticationRequest, javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.