Class RestLoginController
java.lang.Object
eu.rarogsoftware.rarog.platform.app.rest.RestLoginController
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRestLoginController
(I18nHelper i18nHelper, MfaService mfaService, LoginAttemptService loginAttemptService, HomePageService homePageService) -
Method Summary
Modifier and TypeMethodDescriptionshowAuthenticationError
(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
RestLoginController
public RestLoginController(I18nHelper i18nHelper, MfaService mfaService, LoginAttemptService loginAttemptService, HomePageService homePageService)
-
-
Method Details
-
showSuccessfulLoginInfo
@RequestMapping("success") public RestLoginController.SuccessfulLoginInfo showSuccessfulLoginInfo(@AuthenticationPrincipal StandardUser user) -
showAuthenticationError
@AnonymousAllowed(CORE) @RequestMapping("failure") public org.springframework.http.ResponseEntity<Map<String,String>> showAuthenticationError(jakarta.servlet.http.HttpServletRequest request)
-