Uses of Class
tv.hd3g.authkit.mod.dto.validated.TOTPLogonCodeFormDto
-
Packages that use TOTPLogonCodeFormDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.service -
-
Uses of TOTPLogonCodeFormDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type TOTPLogonCodeFormDto Modifier and Type Method Description StringControllerLogin. doTOTPLogin(org.springframework.ui.Model model, @Valid TOTPLogonCodeFormDto form, org.springframework.validation.BindingResult bindingResult, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of TOTPLogonCodeFormDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type TOTPLogonCodeFormDto Modifier and Type Method Description StringAuthenticationService. userLoginRequest(javax.servlet.http.HttpServletRequest request, TOTPLogonCodeFormDto form)StringAuthenticationServiceImpl. userLoginRequest(javax.servlet.http.HttpServletRequest request, TOTPLogonCodeFormDto form)
-