Uses of Class
de.xima.fc.auth.UserMfaTempTokenNotFoundException
-
Packages that use UserMfaTempTokenNotFoundException Package Description de.xima.fc.api.rest.pub.impl.security.controller de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.auth de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.security.authentication -
-
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description MfaTempTokenResponse
UserTokenController. refreshMfaTempToken(String token)
MfaVerificationResponse
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description MfaTempTokenInfoDto
AuthenticationAPI. refreshMfaTempToken(String token)
MfaVerificationResultDto
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description MfaTempTokenInfoDto
IMsUserAuthenticationService. refreshMfaTempToken(String token)
MfaVerificationResultDto
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description UserMfaTempToken
UserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)
UserMfaTempToken
UserMfaTempTokenDao. refreshToken(IEntityContext ec, String token)
-
Uses of UserMfaTempTokenNotFoundException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw UserMfaTempTokenNotFoundException Modifier and Type Method Description UserMfaTempToken
IUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)
Increments the verification attempts for a given temporary MFA token by one.UserMfaTempToken
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description MfaTempTokenInfoDto
IAuthenticationHandler. refreshMfaTempToken(String encrypt)
MfaVerificationResultDto
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 UserMfaTempTokenNotFoundException Modifier and Type Method Description MfaTempTokenInfoDto
AuthenticationHandler. refreshMfaTempToken(String encrypt)
MfaVerificationResultDto
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 Modifier and Type Method Description boolean
MultiFactorAuthenticator. validate()
-