Uses of Annotation Interface
eu.rarogsoftware.rarog.platform.api.security.mfa.MfaEndpoint
Packages that use MfaEndpoint
Package
Description
-
Uses of MfaEndpoint in eu.rarogsoftware.rarog.platform.app.rest.security
Methods in eu.rarogsoftware.rarog.platform.app.rest.security with annotations of type MfaEndpointModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
MfaDevelopmentBypassResource.bypassMfaMechanism
(jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<String>
MfaRecoveryCodeLoginResource.generateCodes()
org.springframework.http.ResponseEntity<MfaRecoveryCodeLoginResource.RecoveryCodeResultBean>
MfaRecoveryCodeLoginResource.loginWithRecoveryCode
(jakarta.servlet.http.HttpServletRequest request, MfaRecoveryCodeLoginResource.RecoveryCodeBean recoveryCodeBean, StandardUser user) MfaController.mfaMethodList
(StandardUser user) -
Uses of MfaEndpoint in eu.rarogsoftware.rarog.platform.app.servlets
Methods in eu.rarogsoftware.rarog.platform.app.servlets with annotations of type MfaEndpointModifier and TypeMethodDescriptionLoginController.displaySecondFactory
(org.springframework.ui.Model model)