Uses of Class
de.xima.fc.auth.UserMfaTempTokenMaxException
-
Packages that use UserMfaTempTokenMaxException 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.mail.utils de.xima.fc.security.authentication -
-
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 UserMfaTempTokenMaxException Modifier and Type Method Description AuthenticationResponse
UserTokenController. authenticate(String clientName, String userName, String password)
Authenticates the user profile and returns the tokens.MfaTempTokenResponse
UserTokenController. refreshMfaTempToken(String token)
MfaVerificationResponse
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 UserMfaTempTokenMaxException Modifier and Type Method Description Optional<MfaTempTokenInfoDto>
AuthenticationAPI. checkTwoFactorAuthentication(IUser user)
Checks if two-factor authentication is required for the given user.MfaTempTokenInfoDto
AuthenticationAPI. refreshMfaTempToken(String token)
boolean
MailAPI. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)
Sends a mail with an MFA code.MfaVerificationResultDto
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 UserMfaTempTokenMaxException Modifier and Type Method Description Optional<MfaTempTokenInfoDto>
IMsUserAuthenticationService. checkMfa(IUser user)
Checks if two-factor authentication is required for the given user.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 UserMfaTempTokenMaxException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw UserMfaTempTokenMaxException Modifier and Type Method Description UserMfaTempToken
UserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)
UserMfaTempToken
UserMfaTempTokenDao. refreshToken(IEntityContext ec, String token)
-
Uses of UserMfaTempTokenMaxException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw UserMfaTempTokenMaxException Modifier and Type Method Description UserMfaTempToken
IUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)
Creates a new temporary MFA token for the specified user.UserMfaTempToken
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 UserMfaTempTokenMaxException Modifier and Type Method Description MfaTempTokenInfoDto
IAuthenticationHandler. checkTwoFactorAuthentication(IUser user)
Checks if two-factor authentication is required for the given user.MfaTempTokenInfoDto
IAuthenticationHandler. refreshMfaTempToken(String encrypt)
boolean
IMailHandler. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)
Sends a mail with an MFA code.MfaVerificationResultDto
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 UserMfaTempTokenMaxException Modifier and Type Method Description MfaTempTokenInfoDto
AuthenticationHandler. checkTwoFactorAuthentication(IUser user)
MfaTempTokenInfoDto
AuthenticationHandler. refreshMfaTempToken(String encrypt)
boolean
MailHandler. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)
MfaVerificationResultDto
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 UserMfaTempTokenMaxException Modifier and Type Method Description static boolean
UserMailUtil. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)
-
Uses of UserMfaTempTokenMaxException in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication that throw UserMfaTempTokenMaxException Modifier and Type Method Description boolean
MultiFactorAuthenticator. validate()
-