Class GenerateOTPController
java.lang.Object
org.oxerr.spring.security.otp.samples.helloworld.web.GenerateOTPController
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGenerateOTPController
(OTPAuthenticationServiceImpl otpAuthenticationServiceImpl) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
getOtp
(org.springframework.security.core.Authentication authentication)
-
Field Details
-
otpAuthenticationServiceImpl
-
-
Constructor Details
-
GenerateOTPController
-
-
Method Details
-
getOtp
@RequestMapping(method=GET, path="/generate-otp") public org.springframework.web.servlet.ModelAndView getOtp(org.springframework.security.core.Authentication authentication) throws IOException - Throws:
IOException
-