Uses of Class
de.xima.fc.auth.UserMfaTempTokenMaxException
Packages that use UserMfaTempTokenMaxException
Package
Description
Package for API access to system configuration.
-
Uses of UserMfaTempTokenMaxException in de.xima.fc.api.rest.pub.impl.security.controller
Methods in de.xima.fc.api.rest.pub.impl.security.controller that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionUserTokenController.authenticate(String clientName, String userName, String password) Authenticates the user profile and returns the tokens.UserTokenController.refreshMfaTempToken(String token) UserTokenController.verifyMfaCode(String mfaCode, String mfaToken, boolean saveAuthentication) -
Uses of UserMfaTempTokenMaxException in de.xima.fc.api.system
Methods in de.xima.fc.api.system that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionAuthenticationAPI.checkTwoFactorAuthentication(IUser user) Checks if two-factor authentication is required for the given user.AuthenticationAPI.refreshMfaTempToken(String token) MailAPI.sendMfaEmailCodeMail(IUser user, Locale defaultLocale) Sends a mail with an MFA code.booleanMailAPI.sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale) Deprecated.AuthenticationAPI.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenMaxException in de.xima.fc.auth
Methods in de.xima.fc.auth that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionChecks if two-factor authentication is required for the given user.IMsUserAuthenticationService.refreshMfaTempToken(String token) IMsUserAuthenticationService.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenMaxException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionUserMfaTempTokenDao.createNewToken(IEntityContext ec, IUser user) UserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) -
Uses of UserMfaTempTokenMaxException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionIUserMfaTempTokenDao.createNewToken(IEntityContext ec, IUser user) Creates a new temporary MFA token for the specified user.IUserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) -
Uses of UserMfaTempTokenMaxException in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionIAuthenticationHandler.checkTwoFactorAuthentication(IUser user) Checks if two-factor authentication is required for the given user.IAuthenticationHandler.refreshMfaTempToken(String encrypt) IMailHandler.sendMfaEmailCodeMail(IUser user, Locale defaultLocale) Sends a mail with an MFA code.booleanIMailHandler.sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale) Deprecated.UsesendMfaEmailCode(IUser, Locale)instead.IAuthenticationHandler.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) Verifies the provided MFA code against a temporary token. -
Uses of UserMfaTempTokenMaxException in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionAuthenticationHandler.checkTwoFactorAuthentication(IUser user) AuthenticationHandler.refreshMfaTempToken(String encrypt) MailHandler.sendMfaEmailCodeMail(IUser user, Locale defaultLocale) booleanMailHandler.sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale) Deprecated.UseMailHandler.sendMfaEmailCodeMail(IUser, Locale)instead.AuthenticationHandler.verifyMfaCode(String code, String tempToken, boolean saveAuthentication) -
Uses of UserMfaTempTokenMaxException in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils that throw UserMfaTempTokenMaxExceptionModifier and TypeMethodDescriptionstatic MfaEmailCodeDtoUserMailUtil.sendMfaEmailCodeMail(IUser user, Locale defaultLocale) Sends an MFA email code to the user's primary email address.static booleanUserMailUtil.sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale) Deprecated. -
Uses of UserMfaTempTokenMaxException in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication that throw UserMfaTempTokenMaxException
MailAPI.sendMfaEmailCodeMail(IUser, Locale)instead.