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