Class LoginProcController
-
- All Implemented Interfaces:
@RestController()@ConditionalWingsEnabled(abs = WarlockEnabledProp.Key$mvcProc) public class LoginProcController- Since:
2021-02-16
trydofor
-
-
Constructor Summary
Constructors Constructor Description LoginProcController()
-
Method Summary
Modifier and Type Method Description R<Void>logout()R<Void>login(@PathVariable(value = WingsAuthHelper.AuthType) String authType, @RequestParam(value = WingsAuthHelper.AuthZone, required = false) String authZone, @RequestParam(value = "username") String username, @RequestParam(value = "password") String password)-
-
Method Detail
-
login
@PostMapping(value = "${" + WarlockSecurityProp.Key$loginProcUrl + "}") R<Void> login(@PathVariable(value = WingsAuthHelper.AuthType) String authType, @RequestParam(value = WingsAuthHelper.AuthZone, required = false) String authZone, @RequestParam(value = "username") String username, @RequestParam(value = "password") String password)
-
-
-
-