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 MfaTempTokenResponseUserTokenController. refreshMfaTempToken(String token)MfaVerificationResponseUserTokenController. 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 MfaTempTokenInfoDtoAuthenticationAPI. refreshMfaTempToken(String token)MfaVerificationResultDtoAuthenticationAPI. 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 MfaTempTokenInfoDtoIMsUserAuthenticationService. refreshMfaTempToken(String token)MfaVerificationResultDtoIMsUserAuthenticationService. 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 UserMfaTempTokenUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)UserMfaTempTokenUserMfaTempTokenDao. 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 UserMfaTempTokenIUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)Increments the verification attempts for a given temporary MFA token by one.UserMfaTempTokenIUserMfaTempTokenDao. 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 MfaTempTokenInfoDtoIAuthenticationHandler. refreshMfaTempToken(String encrypt)MfaVerificationResultDtoIAuthenticationHandler. 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 MfaTempTokenInfoDtoAuthenticationHandler. refreshMfaTempToken(String encrypt)MfaVerificationResultDtoAuthenticationHandler. 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 booleanMultiFactorAuthenticator. validate()
-