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 AuthenticationResponseUserTokenController. authenticate(String clientName, String userName, String password)Authenticates the user profile and returns the tokens.MfaTempTokenResponseUserTokenController. refreshMfaTempToken(String token)MfaVerificationResponseUserTokenController. 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.MfaTempTokenInfoDtoAuthenticationAPI. refreshMfaTempToken(String token)booleanMailAPI. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)Sends a mail with an MFA code.MfaVerificationResultDtoAuthenticationAPI. 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.MfaTempTokenInfoDtoIMsUserAuthenticationService. refreshMfaTempToken(String token)MfaVerificationResultDtoIMsUserAuthenticationService. 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 UserMfaTempTokenUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)UserMfaTempTokenUserMfaTempTokenDao. 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 UserMfaTempTokenIUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)Creates a new temporary MFA token for the specified user.UserMfaTempTokenIUserMfaTempTokenDao. 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 MfaTempTokenInfoDtoIAuthenticationHandler. checkTwoFactorAuthentication(IUser user)Checks if two-factor authentication is required for the given user.MfaTempTokenInfoDtoIAuthenticationHandler. refreshMfaTempToken(String encrypt)booleanIMailHandler. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)Sends a mail with an MFA code.MfaVerificationResultDtoIAuthenticationHandler. 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 MfaTempTokenInfoDtoAuthenticationHandler. checkTwoFactorAuthentication(IUser user)MfaTempTokenInfoDtoAuthenticationHandler. refreshMfaTempToken(String encrypt)booleanMailHandler. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale)MfaVerificationResultDtoAuthenticationHandler. 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 booleanUserMailUtil. 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 booleanMultiFactorAuthenticator. validate()
-