Uses of Class
de.xima.fc.auth.UserMfaTempTokenExpiredException
Packages that use UserMfaTempTokenExpiredException
Package
Description
Package for API access to system configuration.
-
Uses of UserMfaTempTokenExpiredException in de.xima.fc.api.rest.pub.impl.security.controller
Methods in de.xima.fc.api.rest.pub.impl.security.controller that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionUserTokenController.refreshMfaTempToken(String token) UserTokenController.verifyMfaCode(String mfaCode, String mfaToken, boolean saveAuthentication) -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.api.system
Methods in de.xima.fc.api.system that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionAuthenticationAPI.refreshMfaTempToken(String token) AuthenticationAPI.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.auth
Methods in de.xima.fc.auth that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionIMsUserAuthenticationService.refreshMfaTempToken(String token) IMsUserAuthenticationService.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionUserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionIUserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionIAuthenticationHandler.refreshMfaTempToken(String encrypt) IAuthenticationHandler.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that throw UserMfaTempTokenExpiredExceptionModifier and TypeMethodDescriptionAuthenticationHandler.refreshMfaTempToken(String encrypt) AuthenticationHandler.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) -
Uses of UserMfaTempTokenExpiredException in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication that throw UserMfaTempTokenExpiredException