Class MutualAuthenticationController
- java.lang.Object
-
- cronapp.framework.authentication.mutual.MutualAuthenticationController
-
@RestController @RequestMapping("mutual") public class MutualAuthenticationController extends Object
-
-
Constructor Summary
Constructors Constructor Description MutualAuthenticationController(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationController authenticationController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<AuthenticationResponse>login()voidregister(String token)
-
-
-
Constructor Detail
-
MutualAuthenticationController
@Autowired public MutualAuthenticationController(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationController authenticationController)
-
-
Method Detail
-
login
@RequestMapping(value="login", method=POST) public org.springframework.http.ResponseEntity<AuthenticationResponse> login()
-
-