Uses of Class
de.xima.fc.auth.MfaEmailCodeDto
-
Packages that use MfaEmailCodeDto Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail.utils -
-
Uses of MfaEmailCodeDto in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return MfaEmailCodeDto Modifier and Type Method Description MfaEmailCodeDtoMailAPI. sendMfaEmailCodeMail(IUser user, Locale defaultLocale)Sends a mail with an MFA code. -
Uses of MfaEmailCodeDto in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return MfaEmailCodeDto Modifier and Type Method Description MfaEmailCodeDtoIMailHandler. sendMfaEmailCodeMail(IUser user, Locale defaultLocale)Sends a mail with an MFA code. -
Uses of MfaEmailCodeDto in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return MfaEmailCodeDto Modifier and Type Method Description MfaEmailCodeDtoMailHandler. sendMfaEmailCodeMail(IUser user, Locale defaultLocale) -
Uses of MfaEmailCodeDto in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils that return MfaEmailCodeDto Modifier and Type Method Description static MfaEmailCodeDtoUserMailUtil. sendMfaEmailCodeMail(IUser user, Locale defaultLocale)Sends an MFA email code to the user's primary email address.
-