Uses of Class
de.xima.fc.entities.UserMfaTempToken
Packages that use UserMfaTempToken
Package
Description
-
Uses of UserMfaTempToken in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type UserMfaTempTokenModifier and TypeMethodDescriptionMfaTempTokenInfoDtoMapper.fromEntity(UserMfaTempToken token, Instant now) MfaTempTokenInfoDtoMapperImpl.fromEntity(UserMfaTempToken token, Instant now) -
Uses of UserMfaTempToken in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserMfaTempTokenModifier and TypeMethodDescriptionUserMfaTempTokenDao.createNewToken(IEntityContext ec, IUser user) UserMfaTempTokenDao.incrementVerifyAttempts(IEntityContext ec, String tokenValue) UserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) Methods in de.xima.fc.dao.impl that return types with arguments of type UserMfaTempTokenModifier and TypeMethodDescriptionUserMfaTempTokenDao.getToken(IEntityContext ec, String tokenValue) -
Uses of UserMfaTempToken in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserMfaTempTokenModifier and TypeMethodDescriptionIUserMfaTempTokenDao.createNewToken(IEntityContext ec, IUser user) Creates a new temporary MFA token for the specified user.IUserMfaTempTokenDao.incrementVerifyAttempts(IEntityContext ec, String tokenValue) Increments the verification attempts for a given temporary MFA token by one.IUserMfaTempTokenDao.refreshToken(IEntityContext ec, String token) Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserMfaTempTokenModifier and TypeMethodDescriptionIUserMfaTempTokenDao.getToken(IEntityContext ec, String tokenValue) Retrieves a temporary MFA token by its value. -
Uses of UserMfaTempToken in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserMfaTempTokenModifier and TypeMethodDescriptionstatic booleanUserMailUtil.sendUserMfaEmailCodeMail(Locale locale, UserProfile profile, UserMfaTempToken mfaTempToken) Sends an MFA email code to the user's primary email address.